Skip to content

Commit

Permalink
Merge pull request #60 from VCTLabs/dependabot/github_actions/github/…
Browse files Browse the repository at this point in the history
…codeql-action-3

ci: bump github/codeql-action from 2 to 3
  • Loading branch information
sarnold authored Feb 28, 2025
2 parents 853a4f8 + b2363b2 commit f067687
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
queries: +security-and-quality
languages: ${{ matrix.language }}
Expand All @@ -53,7 +53,7 @@ jobs:
sudo apt-get install -y libjson-c-dev
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion .github/workflows/cov-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:

- name: Upload SARIF file to GitHub UI
if: env.HAVE_SCAN_DATA == 'true'
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: coverity-results.sarif

0 comments on commit f067687

Please sign in to comment.