1414
1515env :
1616 # Common versions
17- GO_VERSION : ' 1.25.5 '
17+ GO_VERSION : ' 1.25.10 '
1818 GOLANGCI_VERSION : ' v2.8.0'
19- DOCKER_BUILDX_VERSION : ' v0.30.1 '
19+ DOCKER_BUILDX_VERSION : ' v0.23.0 '
2020
2121 # These environment variables are important to the Crossplane CLI install.sh
2222 # script. They determine what version it installs.
@@ -40,10 +40,10 @@ jobs:
4040 runs-on : ubuntu-24.04
4141 steps :
4242 - name : Checkout
43- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
43+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4444
4545 - name : Setup Go
46- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
46+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
4747 with :
4848 go-version : ${{ env.GO_VERSION }}
4949 cache : false # The golangci-lint action does its own caching.
@@ -52,18 +52,18 @@ jobs:
5252 run : go mod tidy && git diff --exit-code go.mod go.sum
5353
5454 - name : Lint
55- uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
55+ uses : golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
63+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6464
6565 - name : Setup Go
66- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
66+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
6767 with :
6868 go-version : ${{ env.GO_VERSION }}
6969
@@ -84,24 +84,24 @@ jobs:
8484 - arm64
8585 steps :
8686 - name : Setup QEMU
87- uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
87+ uses : docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4
8888 with :
8989 platforms : all
9090
9191 - name : Setup Docker Buildx
92- uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
92+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
9393 with :
9494 version : ${{ env.DOCKER_BUILDX_VERSION }}
9595 install : true
9696
9797 - name : Checkout
98- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
98+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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/.
102102 - name : Build Runtime
103103 id : image
104- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
104+ uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7
105105 with :
106106 context : .
107107 platforms : linux/${{ matrix.arch }}
@@ -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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
122+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
138+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
139139
140140 - name : Download Single-Platform Packages
141- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
141+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
142142 with :
143143 path : .
144144 merge-multiple : true
@@ -148,7 +148,7 @@ jobs:
148148 run : " curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh"
149149
150150 - name : Login to Upbound
151- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
151+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
152152 if : env.XPKG_ACCESS_ID != ''
153153 with :
154154 registry : xpkg.upbound.io
0 commit comments