From b0dcf5d977f7dad30df3eec3f13f0f9541a82edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 01:00:02 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 3.25.11 to 3.26.13 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](https://github.com/github/codeql-action/compare/v3.25.11...f779452ac5af1c261dce0346a8f964149f49322b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yaml | 4 ++-- .github/workflows/kics.yml | 2 +- .github/workflows/trivy.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 774324d04..42ef3fada 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -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 @@ -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 diff --git a/.github/workflows/kics.yml b/.github/workflows/kics.yml index 805e047f8..780b1d8fc 100644 --- a/.github/workflows/kics.yml +++ b/.github/workflows/kics.yml @@ -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 diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index c3d0ef709..1907ebe4f 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -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" @@ -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" @@ -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"