@@ -36,17 +36,17 @@ jobs:
36
36
uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
37
37
with :
38
38
egress-policy : audit
39
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
39
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40
40
if : ${{ github.event_name == 'pull_request_target' }}
41
41
with :
42
42
fetch-depth : 0
43
43
ref : " refs/pull/${{ github.event.number }}/merge"
44
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
44
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
45
45
if : ${{ github.event_name == 'merge_group' }}
46
46
with :
47
47
fetch-depth : 0
48
48
ref : ${{ github.event.merge_group.head_ref }}
49
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
49
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
50
50
with :
51
51
path : models-perf
52
52
repository : ${{ secrets.PERF_REPO }}
@@ -85,12 +85,12 @@ jobs:
85
85
uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
86
86
with :
87
87
egress-policy : audit
88
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
88
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
89
89
if : ${{ github.event_name == 'pull_request_target' }}
90
90
with :
91
91
fetch-depth : 0
92
92
ref : " refs/pull/${{ github.event.number }}/merge"
93
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
93
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
94
94
if : ${{ github.event_name == 'merge_group' }}
95
95
with :
96
96
fetch-depth : 0
@@ -120,12 +120,12 @@ jobs:
120
120
uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
121
121
with :
122
122
egress-policy : audit
123
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
123
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
124
124
if : ${{ github.event_name == 'pull_request_target' }}
125
125
with :
126
126
fetch-depth : 0
127
127
ref : " refs/pull/${{ github.event.number }}/merge"
128
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
128
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
129
129
if : ${{ github.event_name == 'merge_group' }}
130
130
with :
131
131
fetch-depth : 0
0 commit comments