We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b695b commit da67b99Copy full SHA for da67b99
.github/workflows/push.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: "Fetch source code"
21
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
+ uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
22
- name: Install Go
23
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
24
with:
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
0 commit comments