Skip to content

Commit

Permalink
Bump github/codeql-action from 2.22.5 to 2.22.8
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 2.22.8.
- [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...v2.22.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 27, 2023
1 parent 721e8a8 commit 9f2ed6b
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 @@ -265,6 +265,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/[email protected].5 # https://github.com/github/codeql-action/tree/main/upload-sarif
uses: github/codeql-action/[email protected].8 # 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/[email protected].5 # https://github.com/github/codeql-action
uses: github/codeql-action/[email protected].8 # 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/[email protected].5
uses: github/codeql-action/[email protected].8

0 comments on commit 9f2ed6b

Please sign in to comment.