Skip to content

Commit

Permalink
chore(deps): update github/codeql-action digest to 8c8d71d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 6, 2023
1 parent 2622911 commit b472f82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3

- name: Initialize CodeQL
uses: github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2
uses: github/codeql-action/init@8c8d71dde4abced210732d8486586914b97752e8 # v2
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2
uses: github/codeql-action/autobuild@8c8d71dde4abced210732d8486586914b97752e8 # v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2
uses: github/codeql-action/analyze@8c8d71dde4abced210732d8486586914b97752e8 # v2
with:
category: "/language:${{ matrix.language }}"

0 comments on commit b472f82

Please sign in to comment.