From 2c0e3d87dac0c47f3034ffb2d97cf1ba934eb8f4 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 14 May 2023 09:34:52 -0700 Subject: meta: bump github/codeql-action from 2.3.2 to 2.3.3 PR-URL: https://github.com/nodejs/node/pull/47979 Reviewed-By: Mestery Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Luigi Pinca --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index df4db9aff4..e1ccfe0242 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -73,6 +73,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: Upload to code-scanning - uses: github/codeql-action/upload-sarif@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2 + uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3 with: sarif_file: results.sarif -- cgit v1.2.1