Skip to content

Commit 7c756ef

Browse files
authored
Merge pull request #2204 from theupdateframework/dependabot/github_actions/github/codeql-action-2.1.35
build(deps): bump github/codeql-action from 2.1.33 to 2.1.35
2 parents 2a02c8b + 07940a1 commit 7c756ef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2626

2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@678fc3afe258fb2e0cdc165ccf77b85719de7b3c
28+
uses: github/codeql-action/init@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297
2929
with:
3030
languages: 'python'
3131

3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@678fc3afe258fb2e0cdc165ccf77b85719de7b3c
33+
uses: github/codeql-action/analyze@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297

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

0 commit comments

Comments
 (0)