From 9119117b0e2cca85225a02715bc6fe27f7cd5fa1 Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Sat, 14 Dec 2024 08:33:01 +0800 Subject: [PATCH] workflows/actionlint: fix commit hash It seems from #201105 that we're currently following the main branch, rather than stable releases. This updates the commit hash to point to the latest stable release (v3.27.9) instead. --- .github/workflows/actionlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index c3c0aa7f772e6..df5f5086bfe12 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -88,7 +88,7 @@ jobs: path: results.sarif - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@dd7559424621a6dd0b32ababe9e4b271a87f78d2 # v3.27.9 + uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 with: sarif_file: results.sarif category: zizmor