From b3a509fd3468490d96ba152b095e90b05939c2d9 Mon Sep 17 00:00:00 2001 From: "stimpy-bot[bot]" <101597957+stimpy-bot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 22:09:25 +0000 Subject: [PATCH] feat(github-action)!: Update github/codeql-action action to v2 (#400) | datasource | package | from | to | | ----------- | -------------------- | ---- | -- | | github-tags | github/codeql-action | v1 | v2 | Co-authored-by: stimpy-bot <101597957+stimpy-bot[bot]@users.noreply.github.com> --- .github/workflows/scan-containers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-containers.yaml b/.github/workflows/scan-containers.yaml index 6c6633027..50acd3580 100644 --- a/.github/workflows/scan-containers.yaml +++ b/.github/workflows/scan-containers.yaml @@ -67,6 +67,6 @@ jobs: format: sarif output: trivy-results.sarif - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v2 with: sarif_file: trivy-results.sarif \ No newline at end of file