Skip to content

Commit 92ecd5b

Browse files
authored
README: Pin GitHub Actions with commit SHA using pinact (#108)
1 parent 4e022bb commit 92ecd5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126

127127
steps:
128128
- name: Clone repo
129-
uses: actions/checkout@v4
129+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
130130

131131
# Install latest Terraform manually as
132132
# Docker-based GitHub Actions are
@@ -143,13 +143,13 @@ jobs:
143143
144144
# Minimal example
145145
- name: tflint
146-
uses: reviewdog/action-tflint@v1
146+
uses: reviewdog/action-tflint@41b4770c9d9e50741c20e431986b33124a07ca52 # v1.24.2
147147
with:
148148
github_token: ${{ secrets.github_token }}
149149

150150
# More complex example
151151
- name: tflint
152-
uses: reviewdog/action-tflint@v1
152+
uses: reviewdog/action-tflint@41b4770c9d9e50741c20e431986b33124a07ca52 # v1.24.2
153153
with:
154154
github_token: ${{ secrets.github_token }}
155155
working_directory: "testdata" # Optional. Change working directory

0 commit comments

Comments
 (0)