Skip to content

Commit 53a88a5

Browse files
renovate[bot]palango
authored andcommitted
chore(deps): update celo-org/reusable-workflows action to v3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ea74e2 commit 53a88a5

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/add-docker-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id-token: 'write'
3131
steps:
3232
- name: Login at GCP Artifact Registry
33-
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@v2.0.5
33+
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@v3.0.1
3434
with:
3535
workload-id-provider: 'projects/1094498259535/locations/global/workloadIdentityPools/gh-celo-blockchain-dev/providers/github-by-repos'
3636
service-account: 'celo-blockchain-dev@devopsre.iam.gserviceaccount.com'

.github/workflows/build-sign-commit-images.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v6
1818
- name: Login at GCP Artifact Registry
19-
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@v2.0.5
19+
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@v3.0.1
2020
with:
2121
workload-id-provider: 'projects/1094498259535/locations/global/workloadIdentityPools/gh-celo-blockchain-dev/providers/github-by-repos'
2222
service-account: 'celo-blockchain-dev@devopsre.iam.gserviceaccount.com'
2323
docker-gcp-registries: us-west1-docker.pkg.dev
2424
- name: Build and push container
25-
uses: celo-org/reusable-workflows/.github/actions/build-container@v2.0.5
25+
uses: celo-org/reusable-workflows/.github/actions/build-container@v3.0.1
2626
with:
2727
platforms: linux/amd64,linux/arm64
2828
registry: us-west1-docker.pkg.dev/devopsre/dev-images/geth
@@ -40,13 +40,13 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v6
4242
- name: Login at GCP Artifact Registry
43-
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@v2.0.5
43+
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@v3.0.1
4444
with:
4545
workload-id-provider: 'projects/1094498259535/locations/global/workloadIdentityPools/gh-celo-blockchain-dev/providers/github-by-repos'
4646
service-account: 'celo-blockchain-dev@devopsre.iam.gserviceaccount.com'
4747
docker-gcp-registries: us-west1-docker.pkg.dev
4848
- name: Build and push container
49-
uses: celo-org/reusable-workflows/.github/actions/build-container@v2.0.5
49+
uses: celo-org/reusable-workflows/.github/actions/build-container@v3.0.1
5050
with:
5151
platforms: linux/amd64,linux/arm64
5252
registry: us-west1-docker.pkg.dev/devopsre/dev-images/geth-all

.github/workflows/build-sign-release-images.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "MAJOR_MINOR=${semver[0]}.${semver[1]}" >> $GITHUB_OUTPUT
5151
5252
build-container-geth-dev:
53-
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v2.0.5
53+
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v3.0.1
5454
if: startsWith(github.ref, 'refs/heads/release')
5555
needs:
5656
- replace-branch-name
@@ -65,7 +65,7 @@ jobs:
6565
trivy: true
6666

6767
build-container-geth-all-dev:
68-
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v2.0.5
68+
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v3.0.1
6969
if: startsWith(github.ref, 'refs/heads/release')
7070
needs:
7171
- replace-branch-name
@@ -80,7 +80,7 @@ jobs:
8080
trivy: true
8181

8282
build-container-geth-devopsre:
83-
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v2.0.5
83+
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v3.0.1
8484
if: startsWith(github.ref, 'refs/tags/v') && false
8585
needs:
8686
- replace-tag-v
@@ -95,7 +95,7 @@ jobs:
9595
trivy: true
9696

9797
build-container-geth-all-devopsre:
98-
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v2.0.5
98+
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v3.0.1
9999
if: startsWith(github.ref, 'refs/tags/v') && false
100100
needs:
101101
- replace-tag-v
@@ -110,7 +110,7 @@ jobs:
110110
trivy: true
111111

112112
build-container-geth-celo-org:
113-
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v2.0.5
113+
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v3.0.1
114114
if: startsWith(github.ref, 'refs/tags/v')
115115
needs:
116116
- replace-tag-v
@@ -125,7 +125,7 @@ jobs:
125125
trivy: true
126126

127127
build-container-geth-all-celo-org:
128-
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v2.0.5
128+
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v3.0.1
129129
if: startsWith(github.ref, 'refs/tags/v')
130130
needs:
131131
- replace-tag-v

0 commit comments

Comments
 (0)