Skip to content

Commit a6a7a20

Browse files
authored
Merge pull request #1727 from fluxcd/dependabot/github_actions/ci-b81aef8ad7
Bump the ci group across 1 directory with 4 updates
2 parents b4bc93d + c04ff05 commit a6a7a20

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
exit 1
4646
fi
4747
- name: Upload coverage to Codecov
48-
uses: codecov/codecov-action@v4
48+
uses: codecov/codecov-action@v5
4949
with:
5050
file: ./coverage.txt
5151
- name: Build container image

.github/workflows/push-ld.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
packages: write
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: sigstore/cosign-installer@v3.5.0
20+
- uses: sigstore/cosign-installer@v3.7.0
2121
- name: Prepare
2222
id: prep
2323
run: |
@@ -45,7 +45,7 @@ jobs:
4545
type=raw,value=${{ steps.prep.outputs.VERSION }}
4646
- name: Publish image
4747
id: build-push
48-
uses: docker/build-push-action@v5
48+
uses: docker/build-push-action@v6
4949
with:
5050
push: true
5151
builder: ${{ steps.buildx.outputs.name }}

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
go-version: 1.23.x
3535
- uses: fluxcd/flux2/action@main
36-
- uses: sigstore/cosign-installer@v3.5.0
36+
- uses: sigstore/cosign-installer@v3.7.0
3737
- name: Prepare
3838
id: prep
3939
run: |
@@ -67,7 +67,7 @@ jobs:
6767
type=raw,value=${{ steps.prep.outputs.VERSION }}
6868
- name: Publish image
6969
id: build-push
70-
uses: docker/build-push-action@v5
70+
uses: docker/build-push-action@v6
7171
with:
7272
sbom: true
7373
provenance: true
@@ -121,7 +121,7 @@ jobs:
121121
- uses: anchore/sbom-action/download-syft@v0
122122
- name: Create release and SBOM
123123
id: run-goreleaser
124-
uses: goreleaser/goreleaser-action@v5
124+
uses: goreleaser/goreleaser-action@v6
125125
if: startsWith(github.ref, 'refs/tags/v')
126126
with:
127127
version: latest

0 commit comments

Comments
 (0)