Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/dawidd6/action-dow…
Browse files Browse the repository at this point in the history
…nload-artifact-3
  • Loading branch information
JacobCoffee authored Dec 13, 2023
2 parents 6287e06 + 231d311 commit 415bcba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,13 @@ jobs:

- name: Initialize CodeQL With Dependencies
if: github.event_name == 'push' && github.ref_name == 'main'
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3

- name: Initialize CodeQL Without Dependencies
if: github.event_name == 'pull_request'
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
setup-python-dependencies: false

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

0 comments on commit 415bcba

Please sign in to comment.