Skip to content

Commit bb907a2

Browse files
dependabot[bot]rhahao
authored andcommitted
chore(actions): bump github/codeql-action from 3.27.5 to 3.27.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.5 to 3.27.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f09c1c0...aa57810) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 45cedec commit bb907a2

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@11bd71901bbe5b1630ceea73d27597364c9af683
2525

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

3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88
33+
uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195

.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@f09c1c0a94de965c15400f5634aa42fac8fb8f88
33+
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195
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@f09c1c0a94de965c15400f5634aa42fac8fb8f88
39+
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195
4040
with:
4141
sarif_file: results.sarif

0 commit comments

Comments
 (0)