Skip to content

Commit b0225f4

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
chore(actions): bump github/codeql-action from 4.32.1 to 4.32.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.1 to 4.32.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@6bc82e0...45cbd0c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be5f7a0 commit b0225f4

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@6bc82e05fd0ea64601dd4b465378bbcf57de0314
25+
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2
2626
with:
2727
languages: javascript
2828
queries: security-extended
2929

3030
- name: Perform CodeQL Analysis
31-
uses: github/codeql-action/analyze@6bc82e05fd0ea64601dd4b465378bbcf57de0314
31+
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2

.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@6bc82e05fd0ea64601dd4b465378bbcf57de0314
33+
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2
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@6bc82e05fd0ea64601dd4b465378bbcf57de0314
36+
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2
3737
with:
3838
sarif_file: results.sarif

0 commit comments

Comments
 (0)