Skip to content

Commit

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

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

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

0 comments on commit 4b61d0c

Please sign in to comment.