File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
35
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
36
36
37
37
- name : Initialize CodeQL
38
38
uses : github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
Original file line number Diff line number Diff line change 16
16
outputs :
17
17
target-version : ${{ steps.compare-latest-to-current-version.outputs.target-version }}
18
18
steps :
19
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
19
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
20
20
- name : Fetch latest Envoy version
21
21
id : latest-envoy-version
22
22
run : |
Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : " Checkout code"
24
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
24
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
25
25
with :
26
26
persist-credentials : false
27
27
Original file line number Diff line number Diff line change 18
18
pull-requests : write
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
21
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
22
22
- name : Run scripts
23
23
working-directory : ./tools/
24
24
run : |
You can’t perform that action at this time.
0 commit comments