From 906a07093d0b42c696065ace902986bd39f9c2c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 16:47:24 +0000 Subject: [PATCH] Update github/codeql-action action to v2.22.7 --- .github/workflows/hadolint.yml | 2 +- .github/workflows/trivy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index a72c131d..4b248c8c 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -33,7 +33,7 @@ jobs: output-file: ${{ matrix.file }}.sarif - name: Upload Hadolint results of ${{ matrix.file }} - uses: github/codeql-action/upload-sarif@v2.22.6 + uses: github/codeql-action/upload-sarif@v2.22.7 with: # Path to SARIF file relative to the root of the repository sarif_file: ${{ matrix.file }}.sarif diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index fb8206cd..c2db9598 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -28,7 +28,7 @@ jobs: output: "trivy-repository-scan.sarif" - name: Upload Trivy scan results to GitHub Security - uses: github/codeql-action/upload-sarif@v2.22.6 + uses: github/codeql-action/upload-sarif@v2.22.7 with: # Path to SARIF file relative to the root of the repository sarif_file: trivy-repository-scan.sarif