Skip to content

Commit

Permalink
chore(deps): update github/codeql-action action to v3.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2024
1 parent eb94668 commit 4ac1bb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/[email protected]

- name: Initialize CodeQL
uses: github/codeql-action/[email protected].0
uses: github/codeql-action/[email protected].1
with:
languages: 'python'
queries: +security-and-quality
Expand All @@ -32,7 +32,7 @@ jobs:
python-version: 3.9

- name: Autobuild
uses: github/codeql-action/[email protected].0
uses: github/codeql-action/[email protected].1

- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].0
uses: github/codeql-action/[email protected].1

0 comments on commit 4ac1bb9

Please sign in to comment.