Skip to content

Commit

Permalink
chore(deps): update github/codeql-action digest to 5b6e617
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent ef72005 commit 89cf809
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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169
uses: github/codeql-action/init@5b6e617dc0241b2d60c2bccea90c56b67eceb797
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169
uses: github/codeql-action/autobuild@5b6e617dc0241b2d60c2bccea90c56b67eceb797

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169
uses: github/codeql-action/analyze@5b6e617dc0241b2d60c2bccea90c56b67eceb797
with:
category: '/language:${{ matrix.language }}'

0 comments on commit 89cf809

Please sign in to comment.