Skip to content

Commit

Permalink
Merge pull request #352 from WISVCH/codeql-update
Browse files Browse the repository at this point in the history
Update GitHub Action for CodeQL
  • Loading branch information
JoepdeJong authored Oct 12, 2023
2 parents 3f46599 + e90d7f3 commit 9ca8d63
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 @@ -11,8 +11,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

0 comments on commit 9ca8d63

Please sign in to comment.