Skip to content

Commit ec6d497

Browse files
Merge pull request #273 from boilerplate-language/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 e4604e0 + b916628 commit ec6d497

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/docker-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
severity: "CRITICAL,HIGH"
7070

7171
- name: Publish trivy report to GitHub Security
72-
uses: github/codeql-action/upload-sarif@168b99b3c22180941ae7dbdd5f5c9678ede476ba
72+
uses: github/codeql-action/upload-sarif@67a35a08586135a9573f4327e904ecbf517a882d
7373
with:
7474
sarif_file: "trivy-results.sarif"
7575

@@ -104,7 +104,7 @@ jobs:
104104
acs-report-enable: true
105105

106106
- name: Publish grype report to GitHub Security
107-
uses: github/codeql-action/upload-sarif@168b99b3c22180941ae7dbdd5f5c9678ede476ba
107+
uses: github/codeql-action/upload-sarif@67a35a08586135a9573f4327e904ecbf517a882d
108108
with:
109109
sarif_file: ${{ steps.grype-image.outputs.sarif }}
110110

@@ -126,7 +126,7 @@ jobs:
126126
acs-report-enable: true
127127

128128
- name: Publish grype report to GitHub Security
129-
uses: github/codeql-action/upload-sarif@168b99b3c22180941ae7dbdd5f5c9678ede476ba
129+
uses: github/codeql-action/upload-sarif@67a35a08586135a9573f4327e904ecbf517a882d
130130
with:
131131
sarif_file: ${{ steps.grype-files.outputs.sarif }}
132132

@@ -147,7 +147,7 @@ jobs:
147147
no-fail: true
148148

149149
- name: Publish hadolint report to GitHub Security
150-
uses: github/codeql-action/upload-sarif@168b99b3c22180941ae7dbdd5f5c9678ede476ba
150+
uses: github/codeql-action/upload-sarif@67a35a08586135a9573f4327e904ecbf517a882d
151151
with:
152152
sarif_file: hadolint-results.sarif
153153
wait-for-processing: true

.github/workflows/python-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ jobs:
8484
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
8585

8686
- name: Initialize CodeQL
87-
uses: github/codeql-action/init@168b99b3c22180941ae7dbdd5f5c9678ede476ba
87+
uses: github/codeql-action/init@67a35a08586135a9573f4327e904ecbf517a882d
8888
with:
8989
languages: ${{ matrix.language }}
9090

9191
- name: Build automatically
92-
uses: github/codeql-action/autobuild@168b99b3c22180941ae7dbdd5f5c9678ede476ba
92+
uses: github/codeql-action/autobuild@67a35a08586135a9573f4327e904ecbf517a882d
9393

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

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
path: results.sarif
4949

5050
- name: Publish Scorecard report to GitHub Security
51-
uses: github/codeql-action/upload-sarif@168b99b3c22180941ae7dbdd5f5c9678ede476ba
51+
uses: github/codeql-action/upload-sarif@67a35a08586135a9573f4327e904ecbf517a882d
5252
with:
5353
sarif_file: results.sarif

0 commit comments

Comments
 (0)