From b2adbe78f9c7aaf612ca71153cae2d99a99e32d3 Mon Sep 17 00:00:00 2001 From: "T.J. Corrigan" Date: Thu, 28 Mar 2024 12:29:36 +0000 Subject: [PATCH] update another action to node20 --- .github/workflows/tf-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-unit-tests.yml b/.github/workflows/tf-unit-tests.yml index 7fb4bab..b9beeb8 100644 --- a/.github/workflows/tf-unit-tests.yml +++ b/.github/workflows/tf-unit-tests.yml @@ -39,7 +39,7 @@ jobs: # Upload results to GitHub Advanced Security - name: Upload SARIF file if: success() || failure() - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: results.sarif category: checkov