File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - go
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v7.0.0
32+ uses : actions/checkout@v7.0.1
3333 - name : Initialize CodeQL
3434 uses : github/codeql-action/init@v4
3535 with :
Original file line number Diff line number Diff line change 1717 permissions :
1818 packages : write
1919 steps :
20- - uses : actions/checkout@v7.0.0
20+ - uses : actions/checkout@v7.0.1
2121 with :
2222 fetch-depth : 0
2323
Original file line number Diff line number Diff line change 1414 permissions :
1515 packages : write
1616 steps :
17- - uses : actions/checkout@v7.0.0
17+ - uses : actions/checkout@v7.0.1
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 1818 contents : write
1919 steps :
2020 - name : Checkout source
21- uses : actions/checkout@v7.0.0
21+ uses : actions/checkout@v7.0.1
2222 with :
2323 fetch-depth : 0
2424
Original file line number Diff line number Diff line change 2727 TEST_ARGS : -v
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v7.0.0
30+ - uses : actions/checkout@v7.0.1
3131 with :
3232 fetch-depth : 0
3333
4747 docker :
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@v7.0.0
50+ - uses : actions/checkout@v7.0.1
5151 with :
5252 fetch-depth : 0
5353
@@ -139,7 +139,7 @@ jobs:
139139 multiparty-enabled : false
140140
141141 steps :
142- - uses : actions/checkout@v7.0.0
142+ - uses : actions/checkout@v7.0.1
143143 with :
144144 fetch-depth : 0
145145
Original file line number Diff line number Diff line change 5050 blockchain-node : besu
5151 fail-fast : false
5252 steps :
53- - uses : actions/checkout@v7.0.0
53+ - uses : actions/checkout@v7.0.1
5454 with :
5555 fetch-depth : 0
5656
8787 migration-test :
8888 runs-on : firefly-ubuntu-latest
8989 steps :
90- - uses : actions/checkout@v7.0.0
90+ - uses : actions/checkout@v7.0.1
9191 with :
9292 fetch-depth : 0
9393
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
3232
3333 steps :
3434 - name : " Checkout code"
35- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
35+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3636 with :
3737 persist-credentials : false
3838
3939 - name : " Run analysis"
40- uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
40+ uses : ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
4141 with :
4242 results_file : results.sarif
4343 results_format : sarif
Original file line number Diff line number Diff line change 1212 solidity-test :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v7.0.0
15+ - uses : actions/checkout@v7.0.1
1616 - name : Use Node.js
1717 uses : actions/setup-node@v7
1818 with :
You can’t perform that action at this time.
0 commit comments