Skip to content

Commit dbb6e6f

Browse files
dependabot[bot]rhahao
authored andcommitted
chore(actions): bump github/codeql-action from 4.30.9 to 4.31.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.9 to 4.31.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@16140ae...0499de3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ff1ffcc commit dbb6e6f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/code-ql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2525

2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047
27+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee
2828
with:
2929
languages: javascript
3030
queries: security-extended
3131

3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047
33+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee

.github/workflows/njsscan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
args: '. --sarif --output results.sarif || true'
3131

3232
- name: Upload njsscan report
33-
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047
33+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee
3434
with:
3535
sarif_file: results.sarif

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
publish_results: true
3737

3838
- name: 'Upload to code-scanning'
39-
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047
39+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee
4040
with:
4141
sarif_file: results.sarif

0 commit comments

Comments
 (0)