We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22124dc + 5ce81ed commit 94e9d6bCopy full SHA for 94e9d6b
.github/workflows/tfdocs.yml
@@ -5,7 +5,7 @@ jobs:
5
docs:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
9
with:
10
ref: main
11
.github/workflows/tfsec.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- name: Clone repo
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
22
23
- name: Run tfsec
24
uses: aquasecurity/tfsec-sarif-action@21ded20e8ca120cd9d3d6ab04ef746477542a608
0 commit comments