Skip to content

Commit

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

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

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

0 comments on commit 91e7b91

Please sign in to comment.