Skip to content

Commit

Permalink
chore(deps): update github/codeql-action digest to 924ef8f
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 0e5e387 commit b2b25ff
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 @@ -36,14 +36,14 @@ jobs:
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb

- name: Initialize CodeQL
uses: github/codeql-action/init@db7177a1c66bea89f5e7ce32d0ea48bea4a0d460
uses: github/codeql-action/init@924ef8f18945645c410b56f31ffedd49ca922bba
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@db7177a1c66bea89f5e7ce32d0ea48bea4a0d460
uses: github/codeql-action/autobuild@924ef8f18945645c410b56f31ffedd49ca922bba

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@db7177a1c66bea89f5e7ce32d0ea48bea4a0d460
uses: github/codeql-action/analyze@924ef8f18945645c410b56f31ffedd49ca922bba
with:
category: '/language:${{ matrix.language }}'

0 comments on commit b2b25ff

Please sign in to comment.