Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
fix: Use specific CodeQL action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Sep 19, 2022
1 parent f86942a commit 2825f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v2.1.24
with:
config-file: ./.github/codeql/codeql-config.yml
setup-python-dependencies: false
languages: python

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v2.1.24

0 comments on commit 2825f83

Please sign in to comment.