Skip to content

Commit 8d5f14d

Browse files
chore(deps): bump github/codeql-action from 3.28.18 to 4.31.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.18 to 4.31.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@ff0a06e...4e94bd1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 271e649 commit 8d5f14d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # ratchet:github/codeql-action/init@v3
25+
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # ratchet:github/codeql-action/init@v3
2626

2727
- name: Perform CodeQL Analysis
28-
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # ratchet:github/codeql-action/analyze@v3
28+
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # ratchet:github/codeql-action/analyze@v3

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: pnpm dlx @ryanccn/sarif-strip-suppressed /tmp/lint.sarif
4242

4343
- name: Upload results
44-
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # ratchet:github/codeql-action/upload-sarif@v3
44+
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # ratchet:github/codeql-action/upload-sarif@v3
4545
with:
4646
sarif_file: /tmp/lint.sarif
4747
wait-for-processing: true

0 commit comments

Comments
 (0)