Skip to content

Commit 14302c1

Browse files
dependabot[bot]rhahao
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 b8d45cd commit 14302c1

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

2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2
26+
uses: github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6
2727
with:
2828
languages: javascript
2929
queries: security-extended
3030

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

.github/workflows/njsscan.yml

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

3131
- name: Upload njsscan report
32-
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2
32+
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6
3333
with:
3434
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)