Skip to content

Commit f57d95a

Browse files
Chore(deps): Bump the actions group across 1 directory with 5 updates
Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6` | `7` | | [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) | `7` | `8` | | [actions/github-script](https://github.com/actions/github-script) | `8` | `9` | | [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) | `2.1.1` | `3.0.3` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `SonarSource/sonarqube-scan-action` from 7 to 8 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v7...v8) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) Updates `slackapi/slack-github-action` from 2.1.1 to 3.0.3 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](slackapi/slack-github-action@v2.1.1...v3.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: slackapi/slack-github-action dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74c2930 commit f57d95a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176

177177
- name: Save test coverage
178178
if: ${{ always() }}
179-
uses: actions/upload-artifact@v6
179+
uses: actions/upload-artifact@v7
180180
with:
181181
name: ${{ matrix.task.description }} coverage
182182
path: coverage
@@ -203,7 +203,7 @@ jobs:
203203
path: coverage
204204

205205
- name: SonarCloud Scan
206-
uses: SonarSource/sonarqube-scan-action@v7
206+
uses: SonarSource/sonarqube-scan-action@v8
207207
env:
208208
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
209209
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/pr-notifier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Build Slack JSON
53-
uses: actions/github-script@v8
53+
uses: actions/github-script@v9
5454
id: payload
5555
if: github.event.action != 'submitted' || github.event.review.state == 'approved'
5656

@@ -89,7 +89,7 @@ jobs:
8989
}
9090
9191
- name: Post to Slack
92-
uses: slackapi/slack-github-action@v2.1.1
92+
uses: slackapi/slack-github-action@v3.0.3
9393
if: github.event.action != 'submitted' || github.event.review.state == 'approved'
9494

9595
with:

.github/workflows/publish-hotfix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-24.04
3535
steps:
3636
- name: Check out code
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
3838
with:
3939
fetch-depth: 0 # Depth 0 is required for branch-based versioning
4040

0 commit comments

Comments
 (0)