Skip to content

Commit

Permalink
chore(deps): bump github/codeql-action from 3.25.11 to 3.26.13
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.11 to 3.26.13.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3.25.11...f779452)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 812e9e8 commit b0dcf5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c
uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file
Expand Down Expand Up @@ -98,4 +98,4 @@ jobs:
mvn -B clean install --batch-mode -DskipTests
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@9b7c22c3b39078582fa6d0d8f3841e944ec54582
uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b
2 changes: 1 addition & 1 deletion .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
# Upload findings to GitHub Advanced Security Dashboard
- name: Upload SARIF file for GitHub Advanced Security Dashboard
if: always()
uses: github/codeql-action/upload-sarif@9b7c22c3b39078582fa6d0d8f3841e944ec54582
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b
with:
sarif_file: kicsResults/results.sarif

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
skip-dirs: "deployment/infrastructure/data-consumer/edc-consumer,deployment/infrastructure/data-provider/edc-provider,deployment/infrastructure/data-provider/edc-provider/data-service,deployment/infrastructure/data-provider/registry" # skip scanning external images.

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@9b7c22c3b39078582fa6d0d8f3841e944ec54582
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b
if: always()
with:
sarif_file: "trivy-results1.sarif"
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:

- name: Upload Trivy scan results to GitHub Security tab
if: always()
uses: github/codeql-action/upload-sarif@9b7c22c3b39078582fa6d0d8f3841e944ec54582
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b
with:
sarif_file: "trivy-results-dpp-frontend.sarif"

Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

- name: Upload Trivy scan results to GitHub Security tab
if: always()
uses: github/codeql-action/upload-sarif@9b7c22c3b39078582fa6d0d8f3841e944ec54582
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b
with:
sarif_file: "trivy-results-dpp-backend.sarif"

0 comments on commit b0dcf5d

Please sign in to comment.