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