Skip to content

Commit

Permalink
Update github/codeql-action digest to f5d217b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2022
1 parent 56654f8 commit 3b2fe60
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@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # tag=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@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # tag=v2
- name: Perform CodeQL Analysis
if: steps.initcodeql.outcome == 'success'
uses: github/codeql-action/analyze@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2
uses: github/codeql-action/analyze@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # tag=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@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # tag=v2
with:
sarif_file: reports

0 comments on commit 3b2fe60

Please sign in to comment.