Skip to content

Commit

Permalink
Merge pull request #104 from SquireTournamentServices/dependabot/gith…
Browse files Browse the repository at this point in the history
…ub_actions/github/codeql-action-3

chore(deps): bump github/codeql-action from 2 to 3
  • Loading branch information
djpiper28 authored Jan 22, 2024
2 parents 1540571 + 845d1ab commit 2fbb461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
rust-version: nightly

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{matrix.language}}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- run: pip install -r requirements.txt -r src/mtg_search_engine/requirements.txt

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{matrix.language}}

Expand Down

0 comments on commit 2fbb461

Please sign in to comment.