Skip to content

Commit

Permalink
chore(deps): update github/codeql-action action to v3.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 21, 2024
1 parent 2b8f533 commit 9737c0a
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 @@ -25,15 +25,15 @@ jobs:
show-progress: false

- name: Initialize CodeQL 🛠️
uses: github/codeql-action/init@v3.26.1
uses: github/codeql-action/init@v3.26.3
with:
queries: security-and-quality
languages: ${{ matrix.language }}

- name: Autobuild 📦
uses: github/codeql-action/autobuild@v3.26.1
uses: github/codeql-action/autobuild@v3.26.3

- name: Perform CodeQL Analysis 🧪
uses: github/codeql-action/analyze@v3.26.1
uses: github/codeql-action/analyze@v3.26.3
with:
category: '/language:${{matrix.language}}'

0 comments on commit 9737c0a

Please sign in to comment.