Skip to content

Commit 665dc4d

Browse files
Update github/codeql-action digest to 2d2f57e
1 parent 22ac7e9 commit 665dc4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/snyk-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
# Push the Snyk Code results into GitHub Code Scanning tab
9696
- name: Upload result to GitHub Code Scanning
97-
uses: github/codeql-action/upload-sarif@ef36b69c6d7c22bd9d0183f534d82d47639dc745
97+
uses: github/codeql-action/upload-sarif@2d2f57ed3a96a5c55ea34a02d2787de24943ebea
9898
env:
9999
SNYK_TOKEN: ${{ secrets.SNYK_SECRET_TOKEN }}
100100
with:

.github/workflows/sonarqube.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,14 @@ jobs:
176176

177177
- name: Initialize CodeQL
178178
if: matrix.tool == 'codeql'
179-
uses: github/codeql-action/init@ef36b69c6d7c22bd9d0183f534d82d47639dc745 # Pin to v3 or similar
179+
uses: github/codeql-action/init@2d2f57ed3a96a5c55ea34a02d2787de24943ebea # Pin to v3 or similar
180180
with:
181181
languages: python
182182
# Add queries if needed: queries: +security-extended,etc.
183183

184184
- name: Perform CodeQL Analysis
185185
if: matrix.tool == 'codeql'
186-
uses: github/codeql-action/analyze@ef36b69c6d7c22bd9d0183f534d82d47639dc745 # Pin to v3 or similar
186+
uses: github/codeql-action/analyze@2d2f57ed3a96a5c55ea34a02d2787de24943ebea # Pin to v3 or similar
187187
with:
188188
# Output path is handled by the action, will be in 'codeql_results/python.sarif' typically
189189
# Let's use the default and find it later

0 commit comments

Comments
 (0)