1414
1515env :
1616 # Common versions
17- GO_VERSION : ' 1.25.5 '
18- GOLANGCI_VERSION : ' v2.8.0 '
19- DOCKER_BUILDX_VERSION : ' v0.30.1 '
17+ GO_VERSION : ' 1.24.9 '
18+ GOLANGCI_VERSION : ' v2.1.5 '
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.
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
4646 uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
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
6666 uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
@@ -95,13 +95,13 @@ jobs:
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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
105105 with :
106106 context : .
107107 platforms : linux/${{ matrix.arch }}
@@ -135,7 +135,7 @@ 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
141141 uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
@@ -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@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
152152 if : env.XPKG_ACCESS_ID != ''
153153 with :
154154 registry : xpkg.upbound.io
0 commit comments