Skip to content

Commit

Permalink
fix: Totally didn't realize that @stable wasn't a thing for all actio…
Browse files Browse the repository at this point in the history
…ns (codeql)
  • Loading branch information
rexmagnusdavid authored Apr 17, 2024
1 parent 38eeb30 commit 6e24b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@stable
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
Expand All @@ -87,6 +87,6 @@ jobs:
exit 1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@stable
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"

0 comments on commit 6e24b71

Please sign in to comment.