Skip to content

Commit 64816c4

Browse files
build(deps): bump github/codeql-action from 2.2.9 to 2.2.11
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.9 to 2.2.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@04df126...d186a2a) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 16ffdb0 commit 64816c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

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

2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b
28+
uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7
2929
with:
3030
languages: 'python'
3131

3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@04df1262e6247151b5ac09cd2c303ac36ad3f62b
33+
uses: github/codeql-action/analyze@d186a2a36cc67bfa1b860e6170d37fb9634742c7

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
publish_results: true
3535

3636
- name: "Upload to code-scanning dashboard"
37-
uses: github/codeql-action/upload-sarif@04df1262e6247151b5ac09cd2c303ac36ad3f62b
37+
uses: github/codeql-action/upload-sarif@d186a2a36cc67bfa1b860e6170d37fb9634742c7
3838
with:
3939
sarif_file: results.sarif

0 commit comments

Comments
 (0)