Skip to content

Commit ffb40a0

Browse files
author
upbound-bot
committed
🔄 synced local '.github/workflows' with remote 'gitops/shared-files/functions/workflows'
1 parent 6ee3b16 commit ffb40a0

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 9 additions & 9 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
@@ -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

‎.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)