4040 runs-on : ubuntu-24.04
4141 steps :
4242 - name : Checkout
43- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
43+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4444
4545 - name : Setup Go
4646 uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
@@ -52,15 +52,15 @@ jobs:
5252 run : go mod tidy && git diff --exit-code go.mod go.sum
5353
5454 - name : Lint
55- uses : golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9
55+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
5656 with :
5757 version : ${{ env.GOLANGCI_VERSION }}
5858
5959 unit-test :
6060 runs-on : ubuntu-24.04
6161 steps :
6262 - name : Checkout
63- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
63+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
6464
6565 - name : Setup Go
6666 uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
@@ -89,13 +89,13 @@ jobs:
8989 platforms : all
9090
9191 - name : Setup Docker Buildx
92- uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
92+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
9393 with :
9494 version : ${{ env.DOCKER_BUILDX_VERSION }}
9595 install : true
9696
9797 - name : Checkout
98- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
98+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
9999
100100 # We ask Docker to use GitHub Action's native caching support to speed up
101101 # the build, per https://docs.docker.com/build/cache/backends/gha/.
@@ -119,7 +119,7 @@ jobs:
119119 run : ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
120120
121121 - name : Upload Single-Platform Package
122- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
122+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
123123 with :
124124 name : package-${{ matrix.arch }}
125125 path : " *.xpkg"
@@ -135,10 +135,10 @@ jobs:
135135 - build
136136 steps :
137137 - name : Checkout
138- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
138+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
139139
140140 - name : Download Single-Platform Packages
141- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
141+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
142142 with :
143143 path : .
144144 merge-multiple : true
0 commit comments