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 51492df commit 76bdbbfCopy full SHA for 76bdbbf
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
timeout-minutes: 3
21
steps:
22
- name: Checkout Repo
23
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
47
with:
0 commit comments