Skip to content

Commit 1afa920

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
chore(actions): bump github/codeql-action from 4.32.2 to 4.32.3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.2 to 4.32.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@45cbd0c...9e907b5) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d99429 commit 1afa920

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

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

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

0 commit comments

Comments
 (0)