From 9d07ee00ce8d140670418c272a5f7d5cbc837605 Mon Sep 17 00:00:00 2001 From: Horiodino Date: Sun, 29 Sep 2024 17:37:54 +0530 Subject: [PATCH 1/2] Updated CodeQL GitHub Action to v3 #1623 Signed-off-by: Horiodino --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e19be451..f274793e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,7 +71,7 @@ jobs: fi - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: # Path to SARIF file relative to the root of the repository sarif_file: gosec.sarif From 64d711422b30dabcef5d8f85aabf67694bcd319d Mon Sep 17 00:00:00 2001 From: Horiodino Date: Tue, 1 Oct 2024 12:25:36 +0530 Subject: [PATCH 2/2] Updated CodeQL GitHub Action to v3.26.9 #1623 Signed-off-by: Horiodino --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f274793e..1e93c2c3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,7 +71,7 @@ jobs: fi - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9 with: # Path to SARIF file relative to the root of the repository sarif_file: gosec.sarif