Skip to content

Commit d55b5df

Browse files
author
Lukas Pühringer
authored
Merge pull request #2341 from theupdateframework/dependabot/github_actions/github/codeql-action-2.2.8
build(deps): bump github/codeql-action from 2.2.7 to 2.2.8
2 parents cc6a4ef + 8eaa8dc commit d55b5df

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@24cb9080177205b6e8c946b17badbe402adc938f
2626

2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@168b99b3c22180941ae7dbdd5f5c9678ede476ba
28+
uses: github/codeql-action/init@67a35a08586135a9573f4327e904ecbf517a882d
2929
with:
3030
languages: 'python'
3131

3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@168b99b3c22180941ae7dbdd5f5c9678ede476ba
33+
uses: github/codeql-action/analyze@67a35a08586135a9573f4327e904ecbf517a882d

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

0 commit comments

Comments
 (0)