Skip to content

Commit 91a08e3

Browse files
authored
Merge pull request #2365 from theupdateframework/dependabot/github_actions/github/codeql-action-2.3.0
build(deps): bump github/codeql-action from 2.2.12 to 2.3.0
2 parents 600d16b + 28ea174 commit 91a08e3

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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
2626

2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db
28+
uses: github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226
2929
with:
3030
languages: 'python'
3131

3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db
33+
uses: github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226

.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@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db
37+
uses: github/codeql-action/upload-sarif@b2c19fb9a2a485599ccf4ed5d65527d94bc57226
3838
with:
3939
sarif_file: results.sarif

0 commit comments

Comments
 (0)