Skip to content

Commit a2d3a3f

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
chore(actions): bump github/codeql-action from 4.31.10 to 4.31.11
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.10 to 4.31.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cdefb33...19b2f06) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4c92b5 commit a2d3a3f

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
@@ -22,10 +22,10 @@ jobs:
2222
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89
25+
uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789
2626
with:
2727
languages: javascript
2828
queries: security-extended
2929

3030
- name: Perform CodeQL Analysis
31-
uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89
31+
uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789

.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@cdefb33c0f6224e58673d9004f47f7cb3e328b89
33+
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789
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
@@ -33,6 +33,6 @@ jobs:
3333
publish_results: true
3434

3535
- name: 'Upload to code-scanning'
36-
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89
36+
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789
3737
with:
3838
sarif_file: results.sarif

0 commit comments

Comments
 (0)