From b80a1555aa6242b8543299266ccbaf38ac49f5ff Mon Sep 17 00:00:00 2001 From: Owen Rumney Date: Wed, 14 Apr 2021 18:45:51 +0100 Subject: [PATCH] Update code-scanning/tfsec.yml Co-authored-by: John Bohannon --- code-scanning/tfsec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code-scanning/tfsec.yml b/code-scanning/tfsec.yml index d06e719..0b91d26 100644 --- a/code-scanning/tfsec.yml +++ b/code-scanning/tfsec.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Clone repo - uses: actions/checkout@master + uses: actions/checkout@v2 - name: Run tfsec uses: tfsec/tfsec-sarif-action@v0.0.4 @@ -32,4 +32,4 @@ jobs: uses: github/codeql-action/upload-sarif@v1 with: # Path to SARIF file relative to the root of the repository - sarif_file: tfsec.sarif \ No newline at end of file + sarif_file: tfsec.sarif