Skip to content

Commit

Permalink
upgrade to codeql v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pietheinstrengholt committed Jul 3, 2024
1 parent 8b210ef commit 0e1c51d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ queries:

paths:
- client/src
- server

paths-ignore:
- client/dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/azure-static-web-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
#with:
#submodules: true
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: javascript
config-file: ./.github/codeql/codeql-config.yml
Expand All @@ -49,7 +49,7 @@ jobs:
VITE_BASE_URL: "/"
SKIP_DEPLOY_ON_MISSING_SECRETS: true
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down

0 comments on commit 0e1c51d

Please sign in to comment.