File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Check out code into the Go module directory
23- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
23+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # tag=v6.0.3
2424 with :
2525 persist-credentials : true # We need this for commit and push later
2626 - name : Calculate go version
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Clone repository
19- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2020 with :
2121 fetch-depth : 0
2222 ref : ${{github.event.pull_request.head.ref}}
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-slim
1111 steps :
1212 - name : Check out repository
13- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
13+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1414 with :
1515 persist-credentials : false
1616
Original file line number Diff line number Diff line change 2020 if : github.repository == 'kubernetes-sigs/cluster-api-provider-openstack'
2121 steps :
2222 - name : Checkout code # zizmor: ignore[artipacked]
23- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
23+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # tag=v6.0.3
2424 with :
2525 fetch-depth : 0
2626 - name : Get changed files
9393 env :
9494 RELEASE_TAG : ${{needs.push_release_tags.outputs.release_tag}}
9595 - name : checkout code # zizmor: ignore[artipacked]
96- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
96+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # tag=v6.0.3
9797 with :
9898 fetch-depth : 0
9999 ref : ${{ env.RELEASE_TAG }}
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Check out code
21- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
21+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # tag=v6.0.3
2222 with :
2323 ref : ${{ matrix.branch }}
2424 persist-credentials : false
Original file line number Diff line number Diff line change 1414 - name : Install yamllint
1515 run : sudo apt-get update && sudo apt-get install -y yamllint
1616
17- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818 with :
1919 persist-credentials : false
2020
Original file line number Diff line number Diff line change 2121 security-events : write
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525 with :
2626 persist-credentials : false
2727 # Upload SARIF to Security tab on push to main
You can’t perform that action at this time.
0 commit comments