File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - name : Checkout code
2929 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3030 - name : Set up QEMU
31- uses : docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4
31+ uses : docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4
3232 - name : Set up Docker Buildx
3333 uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
3434 - name : Build binary
6565 - name : Checkout code
6666 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
6767 - name : Build and push image to DockerHub and Prime Staging Registry
68- uses : rancher/ecm-distro-tools/actions/publish-image@ba6da4535406f3fd814a169a325b8100cd4dbf44 # master
68+ uses : rancher/ecm-distro-tools/actions/publish-image@49656efa72e90062a70fac1a85ad121f4873a6a0 # master
6969 with :
7070 image : machine
7171 tag : ${{ github.ref_name }}
8484 prime-password : ${{ env.PRIME_STG_REGISTRY_PASSWORD }}
8585 - name : Build and push image to Prime Prod Registry
8686 if : ${{ !contains(github.ref_name, '-rc') }}
87- uses : rancher/ecm-distro-tools/actions/publish-image@ba6da4535406f3fd814a169a325b8100cd4dbf44 # master
87+ uses : rancher/ecm-distro-tools/actions/publish-image@49656efa72e90062a70fac1a85ad121f4873a6a0 # master
8888 with :
8989 image : machine
9090 tag : ${{ github.ref_name }}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ permissions:
2222
2323jobs :
2424 call-workflow :
25- uses : rancher/renovate-config/.github/workflows/renovate-vault.yml@fc79cf43cedf7109c20e1f8212b0d3eb87ab59bd # release
25+ uses : rancher/renovate-config/.github/workflows/renovate-vault.yml@95aecdf5e3ff8468adc8ab734e6793cb4ea64b0d # release
2626 with :
2727 logLevel : ${{ inputs.logLevel || 'info' }}
2828 overrideSchedule : ${{ github.event.inputs.overrideSchedule == 'true' && '{''schedule'':null}' || '' }}
Original file line number Diff line number Diff line change 1515 - name : Checkout code
1616 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1717 - name : Setup Go
18- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
18+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
1919 with :
2020 go-version-file : ' go.mod'
2121 - name : Run tests
You can’t perform that action at this time.
0 commit comments