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.
1 parent f468dc9 commit 752ed99Copy full SHA for 752ed99
.github/workflows/terraform-docs.yaml
@@ -7,7 +7,7 @@ jobs:
7
docs:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
11
with:
12
ref: ${{ github.event.pull_request.head.ref }}
13
.github/workflows/terraform.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
# Checkout the repository to the GitHub Actions runner
26
- name: Checkout
27
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
28
29
# Install the latest version of Terraform CLI
30
- name: Setup Terraform
0 commit comments