Skip to content

Commit

Permalink
chore(deps): bump github/codeql-action from 2 to 3 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Dec 14, 2023
2 parents 19a0670 + 2febae3 commit 211dc0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ jobs:
uses: actions/checkout@v3

- name: Initialize CodeQL Without Dependencies
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

build-docs:
needs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ref: "main"

- name: Initialize CodeQL With Dependencies
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3

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

0 comments on commit 211dc0e

Please sign in to comment.