File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 build :
1616 runs-on : [ ubuntu-latest ]
1717 steps :
18- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
18+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1919 with :
2020 fetch-depth : 0
2121 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1515 check-alerts-doc :
1616 runs-on : [ ubuntu-latest ]
1717 steps :
18- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
18+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1919 with :
2020 token : ${{ secrets.GITHUB_TOKEN }}
2121
Original file line number Diff line number Diff line change 3131 permission-contents : write
3232
3333 - name : Checkout
34- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
34+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3535 with :
3636 repository : ${{ github.event.pull_request.head.repo.full_name }}
3737 ref : ${{ github.event.pull_request.head.ref }}
Original file line number Diff line number Diff line change 8787
8888 - name : Checkout PR head (for suite discovery)
8989 if : steps.cmd.outputs.discover == 'true'
90- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
90+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
9191 with :
9292 ref : ${{ steps.pr.outputs.sha }}
9393
Original file line number Diff line number Diff line change 1212 name : " Prepare E2E Scenarios"
1313 steps :
1414 - name : " Checkout"
15- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
15+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1616
1717 # find all e2e scenarios in the e2e directory and generate an array of scenario names
1818 - name : " E2E Detection"
Original file line number Diff line number Diff line change 2020 name : " Prepare E2E Scenarios"
2121 steps :
2222 - name : " Checkout"
23- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
23+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2424
2525 # find all e2e scenarios in the e2e directory and generate an array of scenario names
2626 - name : " E2E Detection"
7676 lint :
7777 runs-on : [ ubuntu-latest ]
7878 steps :
79- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
79+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
8080 with :
8181 token : ${{ secrets.GITHUB_TOKEN }}
8282
Original file line number Diff line number Diff line change 1313 discussions : write
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
16+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1717 with :
1818 fetch-depth : 0
1919 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ jobs:
4343 extended : true
4444
4545 - name : Checkout greenhouse repository
46- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
46+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4747 with :
4848 repository : ${{ github.repository }}
4949 path : greenhouse
5050 submodules : true
5151 fetch-depth : 0
5252
5353 - name : Checkout greenhouse-extensions repository
54- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
54+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
5555 with :
5656 repository : ${{ github.repository_owner}}/greenhouse-extensions
5757 ref : ${{ github.event.client_payload.sha }}
Original file line number Diff line number Diff line change 3030 id-token : write
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
33+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3434
3535 # Install the cosign tool except on PR
3636 # https://github.com/sigstore/cosign-installer
Original file line number Diff line number Diff line change 1111 helm-lint :
1212 runs-on : [ ubuntu-latest ]
1313 steps :
14- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
14+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1515 with :
1616 fetch-depth : 0
1717 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments