Skip to content

Commit

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

0 comments on commit f771cd0

Please sign in to comment.