Skip to content

Commit 77e4180

Browse files
dependabot[bot]rhahao
authored andcommitted
build(deps): bump github/codeql-action from 4.32.5 to 4.35.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.5 to 4.35.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@c793b71...c10b806) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b066f4 commit 77e4180

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2525

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

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

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
publish_results: true
3131

3232
- name: 'Upload to code-scanning'
33-
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162
33+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13
3434
with:
3535
sarif_file: results.sarif

0 commit comments

Comments
 (0)