Skip to content

Commit

Permalink
Bump github/codeql-action from 2.22.5 to 3.22.12
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.5 to 3.22.12.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2.22.5...v3.22.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent bce016c commit 8596ca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,6 @@ jobs:
TRIVY_USERNAME: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
TRIVY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2.22.5 # https://github.com/github/codeql-action/tree/main/upload-sarif
uses: github/codeql-action/upload-sarif@v3.22.12 # https://github.com/github/codeql-action/tree/main/upload-sarif
with:
sarif_file: 'trivy-results.sarif'
4 changes: 2 additions & 2 deletions .github/workflows/code-scan-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# Initializes CodeQL scanning tools
# https://github.com/github/codeql-action
- name: Initialize CodeQL
uses: github/codeql-action/init@v2.22.5 # https://github.com/github/codeql-action
uses: github/codeql-action/init@v3.22.12 # https://github.com/github/codeql-action

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
Expand All @@ -71,4 +71,4 @@ jobs:
mvn package -Dmaven.test.skip=true -Ddockerfile.skip
- name: Run CodeQL Analysis
uses: github/codeql-action/analyze@v2.22.5
uses: github/codeql-action/analyze@v3.22.12

0 comments on commit 8596ca2

Please sign in to comment.