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 7e28e2d commit 6fd893dCopy full SHA for 6fd893d
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
timeout-minutes: 3
21
steps:
22
- name: Checkout Repo
23
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24
- name: Install copywrite
25
uses: hashicorp/setup-copywrite@32638da2d4e81d56a0764aa1547882fc4d209636 # v1.1.3
26
- name: Validate Header Compliance
@@ -41,7 +41,7 @@ jobs:
41
- "1.20"
42
43
- name: Checkout
44
45
- name: Set up Go
46
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
47
with:
0 commit comments