From 39c839a33da5fc31e1f8a3442bec2c063516e8b2 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Wed, 13 Apr 2022 15:47:50 +0100 Subject: [PATCH] Fix SAST --- .github/workflows/sast.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sast.yml b/.github/workflows/sast.yml index 852034a..ee610fb 100644 --- a/.github/workflows/sast.yml +++ b/.github/workflows/sast.yml @@ -8,7 +8,8 @@ jobs: scan: runs-on: ubuntu-latest steps: - - uses: 'AppThreat/sast-scan-action/action.yml@master' + - uses: actions/checkout@v2 + - uses: AppThreat/sast-scan-action@master with: output: reports type: go