We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c9946b + bb948c5 commit c94e63aCopy full SHA for c94e63a
.github/workflows/push.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: "Fetch source code"
21
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
+ uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
22
- name: Install Go
23
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
24
with:
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
0 commit comments