Skip to content

Commit 49567ec

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 6.0.0 to 6.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v6.0.1) Updates `github/codeql-action` from 4.31.5 to 4.31.7 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@fdbfb4d...cf1bb45) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.31.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be1f69e commit 49567ec

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@v6.0.0
28+
- uses: actions/checkout@v6.0.1
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@v6.0.0
44+
- uses: actions/checkout@v6.0.1
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@v6.0.0
16+
- uses: actions/checkout@v6.0.1
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@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v5.0.1
27+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 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@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
43+
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
4444
with:
4545
sarif_file: snyk.sarif

0 commit comments

Comments
 (0)