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@d632683dd7b4114ad314bca15554477dd762a938
31
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
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@d632683dd7b4114ad314bca15554477dd762a938
89
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
46
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@d632683dd7b4114ad314bca15554477dd762a938
49
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
50
50
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
51
51
with :
52
52
python-version : 3.8
81
81
with :
82
82
egress-policy : audit
83
83
84
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
84
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
85
85
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
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@d632683dd7b4114ad314bca15554477dd762a938
118
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
119
119
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
157
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
32
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
33
33
with :
34
34
persist-credentials : false
35
35
You can’t perform that action at this time.
0 commit comments