Skip to content

Commit 6841b2a

Browse files
chore(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6) Updates `github/codeql-action` from 4.31.2 to 4.31.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@0499de3...e12f017) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.31.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ebc5f5 commit 6841b2a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
outputs:
2626
targets: ${{ steps.get-targets.outputs.targets }}
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6.0.0
2929
- name: Extract targets as JSON array
3030
uses: dcarbone/install-jq-action@v3
3131
- name: Get targets from bake file
@@ -41,7 +41,7 @@ jobs:
4141
matrix:
4242
target: ${{ fromJson(needs.extract-targets.outputs.targets) }}
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6.0.0
4545

4646
- name: Set up Docker Buildx
4747
uses: docker/setup-buildx-action@v3.11.1

.github/workflows/dockerhub-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
dockerHubDescription:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6.0.0
1717
- name: Update Docker Hub description
1818
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5.0.0
1919

.github/workflows/snyk-container-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
snyk:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2828
with:
2929
persist-credentials: false
3030
- name: Run Snyk to check Docker image for vulnerabilities
@@ -40,6 +40,6 @@ jobs:
4040
args: --severity-threshold=high --file=Dockerfile
4141

4242
- name: Upload result to GitHub Code Scanning
43-
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
43+
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
4444
with:
4545
sarif_file: snyk.sarif

0 commit comments

Comments
 (0)