Skip to content

Commit

Permalink
chore(deps): update github/codeql-action digest to a91a3f7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 296baf1 commit cdeb4ee
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@a91a3f76789881261b540fb7aa8a527214f8ac01
with:
languages: ${{ matrix.language }}

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

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

0 comments on commit cdeb4ee

Please sign in to comment.