Skip to content

Commit 86363e6

Browse files
authored
Merge pull request #805 from controlplaneio-fluxcd/dependabot/github_actions/actions-d41d2a095d
build(deps): bump the actions group across 1 directory with 5 updates
2 parents 6adc0de + d4ff8ec commit 86363e6

6 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/e2e-cli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- name: Disk Cleanup
2525
uses: ./.github/actions/runner-cleanup
2626
- name: Setup Cosign
27-
uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
27+
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
2828
- name: Setup Go
29-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
29+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3030
with:
3131
go-version: 1.26.x
3232
cache-dependency-path: |

.github/workflows/e2e-olm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Disk Cleanup
2424
uses: ./.github/actions/runner-cleanup
2525
- name: Setup Go
26-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
26+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2727
with:
2828
go-version: 1.26.x
2929
cache-dependency-path: |
@@ -48,7 +48,7 @@ jobs:
4848
id: buildx
4949
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
5050
- name: Login to GitHub Container Registry
51-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
51+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
5252
with:
5353
registry: ghcr.io
5454
username: ${{ github.actor }}

.github/workflows/preview.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
- name: Setup Go
30-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
30+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3131
with:
3232
go-version: 1.26.x
3333
- name: Setup Node
@@ -67,7 +67,7 @@ jobs:
6767
id: buildx
6868
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
6969
- name: Login to GitHub Container Registry
70-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
70+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
7171
with:
7272
registry: ghcr.io
7373
username: ${{ github.actor }}
@@ -100,7 +100,7 @@ jobs:
100100
labels: ${{ steps.meta.outputs.labels }}
101101
annotations: ${{ steps.meta.outputs.annotations }}
102102
build-args: "VERSION=${{ steps.prep.outputs.VERSION }}"
103-
- uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
103+
- uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
104104
- name: Sign image
105105
env:
106106
COSIGN_EXPERIMENTAL: 1

.github/workflows/push-manifests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Kustomize
2121
uses: fluxcd/pkg/actions/kustomize@main
2222
- name: Setup Flux
23-
uses: fluxcd/flux2/action@871be9b40d53627786d3a3835a3ddba1e3234bd2 #v2.8.3
23+
uses: fluxcd/flux2/action@3cf3cb546fc549fa7e8a9ec6d3254accc027b46e #v2.8.4
2424
- name: Prepare
2525
id: prep
2626
run: |
@@ -30,12 +30,12 @@ jobs:
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
- name: Login to GitHub Container Registry
33-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
33+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}
3737
password: ${{ secrets.GITHUB_TOKEN }}
38-
- uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
38+
- uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
3939
- name: Push and sign manifests
4040
env:
4141
COSIGN_EXPERIMENTAL: 1

.github/workflows/release.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
- name: Unshallow
3535
run: git fetch --prune --unshallow
3636
- name: Setup Go
37-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
37+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3838
with:
3939
go-version: 1.26.x
4040
- name: Setup Kustomize
4141
uses: fluxcd/pkg/actions/kustomize@main
4242
- name: Setup Flux
43-
uses: fluxcd/flux2/action@871be9b40d53627786d3a3835a3ddba1e3234bd2 #v2.8.3
43+
uses: fluxcd/flux2/action@3cf3cb546fc549fa7e8a9ec6d3254accc027b46e #v2.8.4
4444
- name: Setup Syft
45-
uses: anchore/sbom-action/download-syft@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1
45+
uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0
4646
- name: Setup Node
4747
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4848
with:
@@ -66,7 +66,7 @@ jobs:
6666
id: buildx
6767
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
6868
- name: Login to GitHub Container Registry
69-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
69+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
7070
with:
7171
registry: ghcr.io
7272
username: ${{ github.actor }}
@@ -93,7 +93,7 @@ jobs:
9393
tags: ${{ steps.meta.outputs.tags }}
9494
labels: ${{ steps.meta.outputs.labels }}
9595
build-args: "VERSION=${{ steps.prep.outputs.VERSION }}"
96-
- uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
96+
- uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
9797
- name: Sign images
9898
env:
9999
COSIGN_EXPERIMENTAL: 1
@@ -197,7 +197,7 @@ jobs:
197197
id: buildx
198198
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
199199
- name: Login to GitHub Container Registry
200-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
200+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
201201
with:
202202
registry: ghcr.io
203203
username: ${{ github.actor }}
@@ -224,7 +224,7 @@ jobs:
224224
tags: ${{ steps.meta.outputs.tags }}
225225
labels: ${{ steps.meta.outputs.labels }}
226226
build-args: "VERSION=${{ steps.prep.outputs.VERSION }}"
227-
- uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
227+
- uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
228228
with:
229229
cosign-release: v2.6.1 # TODO: remove after Flux 2.8 with support for cosign v3
230230
- name: Sign images
@@ -257,7 +257,7 @@ jobs:
257257
id: buildx
258258
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
259259
- name: Login to GitHub Container Registry
260-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
260+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
261261
with:
262262
registry: ghcr.io
263263
username: ${{ github.actor }}
@@ -284,7 +284,7 @@ jobs:
284284
tags: ${{ steps.meta.outputs.tags }}
285285
labels: ${{ steps.meta.outputs.labels }}
286286
build-args: "VERSION=${{ steps.prep.outputs.VERSION }}"
287-
- uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
287+
- uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
288288
with:
289289
cosign-release: v2.6.1 # TODO: remove after Flux 2.8 with support for cosign v3
290290
- name: Sign images

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Disk Cleanup
2020
uses: ./.github/actions/runner-cleanup
2121
- name: Setup Go
22-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
22+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2323
with:
2424
go-version: 1.26.x
2525
cache-dependency-path: |
@@ -56,7 +56,7 @@ jobs:
5656
- name: Disk Cleanup
5757
uses: ./.github/actions/runner-cleanup
5858
- name: Setup Go
59-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
59+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
6060
with:
6161
go-version: 1.26.x
6262
cache-dependency-path: |

0 commit comments

Comments
 (0)