File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : checkout code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 1
1919 path : go/src/open-cluster-management.io/lab
Original file line number Diff line number Diff line change 2222 egress-policy : audit
2323
2424 - name : ' Checkout Repository'
25- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
25+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3
2626
2727 - name : ' Dependency Review'
2828 uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 - name : Install DevSpace
2727 uses : loft-sh/setup-devspace@main
Original file line number Diff line number Diff line change 2525 artifacts : ${{ steps.generate.outputs.artifacts }}
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4
2929 with :
3030 fetch-depth : 0
3131 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : checkout code
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 1
3131 path : go/src/open-cluster-management.io/lab
5151 matrix : ${{ fromJson(needs.env.outputs.MATRIX) }}
5252 steps :
5353 - name : checkout code
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 with :
5656 fetch-depth : 1
5757 path : go/src/open-cluster-management.io/lab
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : checkout code
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 fetch-depth : 1
3232 path : go/src/open-cluster-management.io/lab
5151 repository : ${{ fromJson(needs.env.outputs.MATRIX).repository }}
5252 steps :
5353 - name : checkout code
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 with :
5656 fetch-depth : 1
5757 path : go/src/open-cluster-management.io/lab
9292 repository : ${{ fromJson(needs.env.outputs.MATRIX).repository }}
9393 steps :
9494 - name : checkout code
95- uses : actions/checkout@v4
95+ uses : actions/checkout@v5
9696 with :
9797 fetch-depth : 1
9898 path : go/src/open-cluster-management.io/lab
Original file line number Diff line number Diff line change 2121 contents : write
2222 id-token : write
2323 steps :
24- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4
2525 with :
2626 fetch-depth : 1
2727 fetch-tags : true
6969 group : test-${{ github.ref }}-${{ inputs.repo }}-test-chart
7070 cancel-in-progress : true
7171 steps :
72- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
72+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4
7373 with :
7474 fetch-depth : 0
7575 submodules : ' recursive'
You can’t perform that action at this time.
0 commit comments