File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout project code
11- uses : actions/checkout@v3
11+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1212 - name : check for replace lines in go.mod files
1313 run : |
1414 ! egrep --invert-match -e '^replace.*/api => \./api|^replace.*//allow-merging$' `find . -name 'go.mod'` | egrep -e 'go.mod:replace'
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
1919
2020 - name : Tag image
21- uses : tinact/docker.image-retag@1.0.2
21+ uses : tinact/docker.image-retag@684702232e2a3c29b4e5ca25d7d80f927d255c64 # 1.0.3
2222 with :
2323 image_name : ${{ env.imagenamespace }}/
2424 image_old_tag : ${{ github.sha }}
2828 registry_password : ${{ secrets.QUAY_PASSWORD }}
2929
3030 - name : Tag -bundle image
31- uses : tinact/docker.image-retag@1.0.2
31+ uses : tinact/docker.image-retag@684702232e2a3c29b4e5ca25d7d80f927d255c64 # 1.0.3
3232 with :
3333 image_name : ${{ env.imagenamespace }}/-bundle
3434 image_old_tag : ${{ github.sha }}
3838 registry_password : ${{ secrets.QUAY_PASSWORD }}
3939
4040 - name : Tag -index image
41- uses : tinact/docker.image-retag@1.0.2
41+ uses : tinact/docker.image-retag@684702232e2a3c29b4e5ca25d7d80f927d255c64 # 1.0.3
4242 with :
4343 image_name : ${{ env.imagenamespace }}/-index
4444 image_old_tag : ${{ github.sha }}
You can’t perform that action at this time.
0 commit comments