Skip to content

Commit

Permalink
build(deps): bump github/codeql-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https:/github/codeql-action) from 2 to 3.
- [Release notes](https:/github/codeql-action/releases)
- [Changelog](https:/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 3baa266 commit 103d96d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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

- name: Run pip audit
uses: pypa/[email protected]
Expand All @@ -66,7 +66,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

- name: Upload Snyk runtime dependencies scan result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: snyk-requirements-${{ matrix.python-version }}.sarif
category: requirements-runtime-${{ matrix.python-version }}
Expand All @@ -78,7 +78,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

- name: Upload Snyk development dependencies scan result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: snyk-requirements-dev-${{ matrix.python-version }}.sarif
category: requirements-dev-${{ matrix.python-version }}

0 comments on commit 103d96d

Please sign in to comment.