File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
run : git config --global url."https://${GITHUB_BUILD_USERNAME}:${GITHUB_BUILD_TOKEN}@github.com".insteadOf "https://github.com"
33
33
34
34
- name : Checkout
35
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
35
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
36
36
37
37
- name : Setup
38
38
uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
52
52
contents : read # for actions/checkout to fetch code
53
53
steps :
54
54
- name : Checkout
55
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
55
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
56
56
with :
57
57
fetch-depth : 0 # for git describe
58
58
ref : ${{ github.event.pull_request.head.sha || github.sha }}
77
77
packages : write
78
78
steps :
79
79
- name : Checkout
80
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
80
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
81
81
with :
82
82
fetch-depth : 0 # for git describe
83
83
ref : ${{ github.event.pull_request.head.sha || github.sha }}
@@ -123,7 +123,7 @@ jobs:
123
123
contents : read # for actions/checkout to fetch code
124
124
steps :
125
125
- name : Checkout
126
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
126
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
127
127
with :
128
128
fetch-depth : 0 # for git describe
129
129
ref : ${{ github.event.pull_request.head.sha || github.sha }}
You can’t perform that action at this time.
0 commit comments