Skip to content

Commit 373ac8e

Browse files
chore(deps): bump github/codeql-action from 2.22.6 to 2.22.7
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.6 to 2.22.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@689fdc5...66b90a5) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8fc4277 commit 373ac8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting-formatting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
APPLY_FIXES: all
3131
VALIDATE_ALL_CODEBASE: true
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
- uses: github/codeql-action/upload-sarif@689fdc5193eeb735ecb2e52e819e3382876f93f4 # v2.22.6
33+
- uses: github/codeql-action/upload-sarif@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7
3434
if: ${{ success() || failure() }}
3535
with:
3636
sarif_file: megalinter-reports/megalinter-report.sarif

.github/workflows/vulnerability-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
image: ghcr.io/${{ github.repository }}:latest
2121
dockerfile: .devcontainer/Dockerfile
22-
- uses: github/codeql-action/upload-sarif@689fdc5193eeb735ecb2e52e819e3382876f93f4 # v2.22.6
22+
- uses: github/codeql-action/upload-sarif@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7
2323
if: ${{ steps.scan.outputs.sarif != '' }}
2424
with:
2525
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)