Skip to content

Commit 98975ee

Browse files
Update github/codeql-action digest to 362ef4c (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2025ace commit 98975ee

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@e13fe0dd2d51f2b63b05fee9b9cda14b2050f678
97+
uses: github/codeql-action/upload-sarif@362ef4ce205154842cd1d34794abd82bb8f12cd5
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@e13fe0dd2d51f2b63b05fee9b9cda14b2050f678 # Pin to v3 or similar
179+
uses: github/codeql-action/init@362ef4ce205154842cd1d34794abd82bb8f12cd5 # 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@e13fe0dd2d51f2b63b05fee9b9cda14b2050f678 # Pin to v3 or similar
186+
uses: github/codeql-action/analyze@362ef4ce205154842cd1d34794abd82bb8f12cd5 # 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)