File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
pull-requests : write
14
14
steps :
15
15
# checkout the source code to analyze
16
- - uses : actions/checkout@v4 # v3
16
+ - uses : actions/checkout@v5 # v3
17
17
18
18
# run the actionlinter
19
19
- uses : devops-actions/actionlint@c6744a34774e4e1c1df0ff66bdb07ec7ee480ca0 # v0.1.9
Original file line number Diff line number Diff line change 21
21
pull-requests : write
22
22
steps :
23
23
- name : ' Checkout Repository'
24
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.3.0
24
+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v3.3.0
25
25
26
26
- name : ' Dependency Review'
27
27
uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
Original file line number Diff line number Diff line change 19
19
# Write access in order to create issues
20
20
issues : write
21
21
steps :
22
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
22
+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
23
23
24
24
- name : OpenSSF Scorecard Monitor
25
25
uses :
UlisesGascon/[email protected]
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : " Checkout code"
18
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v3.0.0
18
+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # tag=v3.0.0
19
19
with :
20
20
persist-credentials : false
21
21
Original file line number Diff line number Diff line change 8
8
self-hosted-number1 :
9
9
runs-on : self-hosted
10
10
steps :
11
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
11
+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
12
12
- run : echo "Hello world"
13
13
14
14
- name : Checkout Git repo manually
Original file line number Diff line number Diff line change 14
14
check-time-for-new-release :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.3.0
17
+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v3.3.0
18
18
with :
19
19
fetch-depth : 0 # we need all tags
20
20
ref : main # we only publish from the main branch
You can’t perform that action at this time.
0 commit comments