From 90803e2e701d8fdf1df8f2cc9ef8ffce1c85dc75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 08:25:30 +0300 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20github/codeql-ac?= =?UTF-8?q?tion=20(v3.28.15=20=E2=86=92=20v3.28.16)=20(#8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ecd389..de89d78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,6 +34,6 @@ jobs: output_file: go-test-results.sarif - name: Upload SARIF to GitHub Security Tab - uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15 + uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16 with: sarif_file: go-test-results.sarif