Skip to content

Commit

Permalink
Upgrade codeql to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Mar 4, 2024
1 parent 1ed2606 commit 3f66990
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
sudo make install
rm -rf *
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v3
- run: |
# prepare build folders
mkdir build
Expand All @@ -68,4 +68,4 @@ jobs:
make
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v3

0 comments on commit 3f66990

Please sign in to comment.