Skip to content

Commit

Permalink
Bump version for CodeQL actions
Browse files Browse the repository at this point in the history
Github warns about deprecated versions.
  • Loading branch information
frej committed Feb 23, 2024
1 parent fb225c4 commit b1e2e96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: 'recursive'

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: python

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

0 comments on commit b1e2e96

Please sign in to comment.