Skip to content

Commit 5a5dbd7

Browse files
dependabot[bot]rhahao
authored andcommitted
chore(deps): bump github/codeql-action from 3.29.7 to 3.29.11
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.7 to 3.29.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@51f7732...3c3833e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5223fe1 commit 5a5dbd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/code-ql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2626

2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d
28+
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498
2929
with:
3030
languages: javascript
3131
queries: security-extended
3232

3333
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d
34+
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498

.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@51f77329afa6477de8c49fc9c7046c15b9a4e79d
36+
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498
3737
with:
3838
sarif_file: results.sarif

0 commit comments

Comments
 (0)