File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 28
28
github.com:443
29
29
static.rust-lang.org:443
30
30
31
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
31
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
32
32
with :
33
33
fetch-depth : 0
34
34
86
86
static.rust-lang.org:443
87
87
objects.githubusercontent.com:443
88
88
89
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
89
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
90
90
with :
91
91
fetch-depth : 0
92
92
Original file line number Diff line number Diff line change 43
43
uploads.github.com:443
44
44
45
45
- name : Checkout repository
46
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
46
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
47
47
48
48
# Initializes the CodeQL tools for scanning.
49
49
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 46
46
static.rust-lang.org:443
47
47
uploads.github.com:443
48
48
49
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
49
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
50
50
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
51
51
with :
52
52
python-version : 3.8
81
81
with :
82
82
egress-policy : audit
83
83
84
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
84
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
85
85
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
86
86
with :
87
87
python-version : ${{ matrix.python-version }}
@@ -115,7 +115,7 @@ jobs:
115
115
with :
116
116
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
117
117
118
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
118
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
119
119
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
120
120
with :
121
121
python-version : ${{ matrix.python-version }}
@@ -154,7 +154,7 @@ jobs:
154
154
uploads.github.com:443
155
155
static.rust-lang.org:443
156
156
157
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
157
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
158
158
with :
159
159
ref : ${{ github.head_ref }}
160
160
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : " Checkout code"
32
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
32
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
33
with :
34
34
persist-credentials : false
35
35
You can’t perform that action at this time.
0 commit comments