Skip to content

Commit

Permalink
Merge pull request #782 from DrTimothyAldenDavis/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/github/codeql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
DrTimothyAldenDavis authored Mar 22, 2024
2 parents d68a1a4 + cfda0f8 commit 894e414
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: initialize CodeQL
# Initialize the CodeQL tools for scanning.
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
done
- name: perform CodeQL analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: ${{ matrix.group }}-64

Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:

- name: initialize CodeQL
# Initialize the CodeQL tools for scanning.
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand Down Expand Up @@ -199,6 +199,6 @@ jobs:
done
- name: perform CodeQL analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: ${{ matrix.group }}-32

0 comments on commit 894e414

Please sign in to comment.