Skip to content

Commit

Permalink
Update github/codeql-action digest to 3c5d589
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 56654f8 commit 4a47ad1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
with:
fetch-depth: 2
- name: Initialize CodeQL
uses: github/codeql-action/init@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2
uses: github/codeql-action/init@3c5d589711f8f55c5dff573fa0c6c9192f593205 # v2
continue-on-error: true
id: initcodeql
- name: Autobuild
if: steps.initcodeql.outcome == 'success'
uses: github/codeql-action/autobuild@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2
uses: github/codeql-action/autobuild@3c5d589711f8f55c5dff573fa0c6c9192f593205 # v2
- name: Perform CodeQL Analysis
if: steps.initcodeql.outcome == 'success'
uses: github/codeql-action/analyze@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2
uses: github/codeql-action/analyze@3c5d589711f8f55c5dff573fa0c6c9192f593205 # v2

ShiftLeft:
runs-on: ubuntu-latest
Expand All @@ -37,6 +37,6 @@ jobs:
with:
output: reports
- name: Upload report
uses: github/codeql-action/upload-sarif@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2
uses: github/codeql-action/upload-sarif@3c5d589711f8f55c5dff573fa0c6c9192f593205 # v2
with:
sarif_file: reports

0 comments on commit 4a47ad1

Please sign in to comment.