Skip to content

Commit ee7223e

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
chore(actions): bump github/codeql-action from 4.33.0 to 4.34.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.33.0 to 4.34.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b1bff81...3869755) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 213003a commit ee7223e

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

3030
- name: Perform CodeQL Analysis
31-
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8
31+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc

.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@b1bff81932f5cdfc8695c7752dcee935dcd061c8
33+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc
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@b1bff81932f5cdfc8695c7752dcee935dcd061c8
36+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc
3737
with:
3838
sarif_file: results.sarif

0 commit comments

Comments
 (0)