Skip to content

Commit b78c4bf

Browse files
dependabot[bot]saidsef
authored andcommitted
chore(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a6970ab commit b78c4bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5
21+
uses: actions/checkout@v6
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@v5
36+
uses: actions/checkout@v6
3737
- name: Setup Terraform
3838
uses: hashicorp/setup-terraform@v3
3939
with:

0 commit comments

Comments
 (0)