Skip to content

Commit

Permalink
chore(workflows): upgrade to CodeQL Actions v3
Browse files Browse the repository at this point in the history
  • Loading branch information
christgau committed Jan 14, 2025
1 parent 780dd26 commit 4a83d8c
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 @@ -23,15 +23,15 @@ 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.
fetch-depth: 2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

Expand Down

0 comments on commit 4a83d8c

Please sign in to comment.