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 2dc48b7Copy full SHA for 2dc48b7
.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
28
29
# Install the latest version of Terraform CLI
30
- name: Setup Terraform
0 commit comments