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 06408a6 commit 0f3fd65Copy full SHA for 0f3fd65
.github/workflows/release.yaml
@@ -32,7 +32,7 @@ jobs:
32
33
steps:
34
- name: Check out repository
35
- uses: actions/checkout@v4
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
36
37
- name: Set up Go
38
uses: actions/setup-go@v5
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
- name: Checkout
14
15
16
17
@@ -35,7 +35,7 @@ jobs:
39
40
41
0 commit comments