From 253d1914403ad899db28da9e24e7a3be3b39cb00 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Fri, 19 May 2023 12:06:10 -0400 Subject: [PATCH] chore: Bump version of security scanner (#3234) This mitigates the GitHub deprecation of set-output and node 12. --- .github/workflows/security-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 7fe05d5f8f..9673f86538 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -38,7 +38,7 @@ jobs: repository: hashicorp/security-scanner token: ${{ secrets.HASHIBOT_PRODSEC_GITHUB_TOKEN }} path: security-scanner - ref: 2526c196a28bb367b1ac6c997ff48e9ebf06834f + ref: 5a491479f4131d343afe0a4f18f6fcd36639f3fa - name: Install dependencies shell: bash