Skip to content

Commit

Permalink
Merge pull request #48 from qcif/dependabot/github_actions/main/githu…
Browse files Browse the repository at this point in the history
…b/codeql-action-3
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
2 parents 3e33914 + 026447e commit 148ed54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
echo "::endgroup::"
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
setup-python-dependencies: false

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

Expand Down

0 comments on commit 148ed54

Please sign in to comment.