From 0c0aa9767345b27395f55e45d87ca5e80dd4e470 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:51:23 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 323f5ef --- .github/workflows/go-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index 44c3f7f999..84a6fa35fb 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -84,7 +84,7 @@ jobs: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-tags normal,periodic -no-fail -fmt sarif -out results.sarif ${{matrix.path}}/...' - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@4a01ec798636a8442fbe054c7795e139a5960d29 + uses: github/codeql-action/upload-sarif@323f5ef653b88011bf10e9a0a56d70d742463c9a with: # Path to SARIF file relative to the root of the repository sarif_file: results.sarif