File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
test :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
22
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
23
23
24
24
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
25
25
with :
41
41
if : github.ref != 'refs/heads/main'
42
42
runs-on : ubuntu-latest
43
43
steps :
44
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
44
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
45
45
46
46
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
47
47
with :
63
63
# only create a release on main builds:
64
64
steps :
65
65
- name : checkout code with full history (unshallow)
66
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
66
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
67
67
with :
68
68
fetch-depth : 0
69
69
fetch-tags : true
82
82
install-only : true
83
83
84
84
- name : login to ghcr.io
85
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
85
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3
86
86
with :
87
87
registry : ghcr.io
88
88
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 14
14
licensing :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
17
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
18
18
with :
19
19
fetch-depth : 0
20
20
Original file line number Diff line number Diff line change 12
12
timeout-minutes : 10
13
13
14
14
steps :
15
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
15
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
16
16
17
17
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
18
18
with :
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.7@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e
2
- FROM pscale.dev/wolfi-prod/git:2.45.1@sha256:7eb398437c23eae3df0e9184d16a637252abe2bf18f0972d16350c7820b4d3c1
2
+ FROM pscale.dev/wolfi-prod/git:2.45.1@sha256:e3860361253aec0410ab447be3cbce5ddd085e87683705b9e7484e90cbe86700
3
3
4
4
COPY ghcommit /ghcommit
5
5
You can’t perform that action at this time.
0 commit comments