Skip to content

Commit 764e0fe

Browse files
committed
tfsec
1 parent 1a420cd commit 764e0fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tfsec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818

1919
steps:
2020
- name: Clone repo
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v3
2222

2323
- name: Run tfsec
2424
uses: aquasecurity/tfsec-sarif-action@21ded20e8ca120cd9d3d6ab04ef746477542a608
2525
with:
2626
sarif_file: tfsec.sarif
2727

2828
- name: Upload SARIF file
29-
uses: github/codeql-action/upload-sarif@v4
29+
uses: github/codeql-action/upload-sarif@v3
3030
with:
3131
# Path to SARIF file relative to the root of the repository
3232
sarif_file: tfsec.sarif

0 commit comments

Comments
 (0)