Skip to content

Commit 2678073

Browse files
Update GitHub Actions
1 parent a057776 commit 2678073

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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
@@ -65,7 +65,7 @@ jobs:
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 }}
@@ -84,7 +84,7 @@ jobs:
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 }}

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222

2323
jobs:
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}' || '' }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

0 commit comments

Comments
 (0)