Skip to content

Commit f7cda95

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#37)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00d7234 commit f7cda95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tfsec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
security-events: write
1919
steps:
2020
- name: Clone repo
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Run tfsec
2323
uses: aquasecurity/tfsec-sarif-action@master
2424
with:
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Clone repo
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
- name: Setup Terraform
3838
uses: hashicorp/setup-terraform@v3
3939
with:

0 commit comments

Comments
 (0)