We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf5370 commit c5c0a48Copy full SHA for c5c0a48
2 files changed
.github/workflows/lint-test.yml
@@ -7,9 +7,9 @@ jobs:
7
contents: read
8
runs-on: ubuntu-24.04
9
steps:
10
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
11
12
- - uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4
+ - uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4
13
with:
14
terraform_version: 1.5.7
15
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
16
- name: Checkout
17
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
18
19
fetch-depth: 0
20
0 commit comments