Skip to content

Commit 8cb201d

Browse files
author
upbound-bot
committed
🔄 synced local '.github/workflows' with remote 'gitops/shared-files/functions/workflows'
1 parent b147b0e commit 8cb201d

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ on:
1414

1515
env:
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.
@@ -40,7 +40,7 @@ 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
4646
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
@@ -60,7 +60,7 @@ jobs:
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
@@ -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@ce360397dd3f832beb865e1373c09c0e9f86d70a # 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@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # 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@bcafcacb16a39f128d818304e6c9c0c18556b85f # 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@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
152152
if: env.XPKG_ACCESS_ID != ''
153153
with:
154154
registry: xpkg.upbound.io

‎.github/workflows/tag.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020

2121
- name: Create Tag
2222
uses: negz/create-tag@39bae1e0932567a58c20dea5a1a0d18358503320 # v1

0 commit comments

Comments
 (0)