16
16
runs-on : ubuntu-22.04
17
17
steps :
18
18
- name : Checkout source
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
20
20
with :
21
21
submodules : recursive
22
22
persist-credentials : false
35
35
runs-on : ubuntu-22.04
36
36
steps :
37
37
- name : Checkout source
38
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
38
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
39
39
with :
40
40
persist-credentials : false
41
41
- name : Install curl and xz-utils
49
49
runs-on : ubuntu-22.04
50
50
steps :
51
51
- name : Checkout source
52
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
52
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
53
53
with :
54
54
persist-credentials : false
55
55
- name : Setup nox
61
61
runs-on : ubuntu-22.04
62
62
steps :
63
63
- name : Checkout source
64
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
64
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
65
65
with :
66
66
persist-credentials : false
67
67
- name : Setup nox
73
73
runs-on : ubuntu-22.04
74
74
steps :
75
75
- name : Checkout source
76
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
76
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
77
77
with :
78
78
persist-credentials : false
79
79
- name : Setup nox
85
85
runs-on : ubuntu-22.04
86
86
steps :
87
87
- name : Checkout source
88
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
88
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
89
89
with :
90
90
persist-credentials : false
91
91
- name : Setup nox
97
97
runs-on : ubuntu-22.04
98
98
steps :
99
99
- name : Checkout source
100
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
100
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
101
101
with :
102
102
persist-credentials : false
103
103
- name : Setup nox
@@ -109,7 +109,7 @@ jobs:
109
109
runs-on : ubuntu-22.04
110
110
steps :
111
111
- name : Checkout source
112
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
112
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
113
113
with :
114
114
persist-credentials : false
115
115
- name : Setup nox
0 commit comments