Skip to content

Commit 6827808

Browse files
authored
Merge pull request #572 from fluxcd/dependabot/github_actions/ci-1295999357
build(deps): bump the ci group with 3 updates
2 parents e6570a9 + b66e992 commit 6827808

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: checkout
1515
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1616
- name: Setup Go
17-
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
17+
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
1818
with:
1919
go-version: 1.20.x
2020
cache-dependency-path: |
@@ -33,7 +33,7 @@ jobs:
3333
- name: checkout
3434
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3535
- name: Setup Go
36-
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
36+
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
3737
with:
3838
go-version: 1.20.x
3939
cache-dependency-path: |

.github/workflows/cifuzz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1515
- name: Setup Go
16-
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
16+
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
1717
with:
1818
go-version: 1.20.x
1919
cache-dependency-path: |

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Create release and SBOM
9797
id: run-goreleaser
9898
if: startsWith(github.ref, 'refs/tags/v')
99-
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
99+
uses: goreleaser/goreleaser-action@3fa32b8bb5620a2c1afe798654bbad59f9da4906 # v4.4.0
100100
with:
101101
version: latest
102102
args: release --clean --skip-validate
@@ -123,7 +123,7 @@ jobs:
123123
id-token: write # for creating OIDC tokens for signing.
124124
contents: write # for uploading attestations to GitHub releases.
125125
if: startsWith(github.ref, 'refs/tags/v')
126-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.7.0
126+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.8.0
127127
with:
128128
provenance-name: "provenance.intoto.jsonl"
129129
base64-subjects: "${{ needs.release.outputs.hashes }}"
@@ -136,7 +136,7 @@ jobs:
136136
id-token: write # for creating OIDC tokens for signing.
137137
packages: write # for uploading attestations.
138138
if: startsWith(github.ref, 'refs/tags/v')
139-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.7.0
139+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.8.0
140140
with:
141141
image: ${{ needs.release.outputs.image_url }}
142142
digest: ${{ needs.release.outputs.image_digest }}
@@ -151,7 +151,7 @@ jobs:
151151
id-token: write # for creating OIDC tokens for signing.
152152
packages: write # for uploading attestations.
153153
if: startsWith(github.ref, 'refs/tags/v')
154-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.7.0
154+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.8.0
155155
with:
156156
image: ghcr.io/${{ needs.release.outputs.image_url }}
157157
digest: ${{ needs.release.outputs.image_digest }}

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3535
- name: Setup Go
36-
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
36+
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
3737
with:
3838
go-version: 1.20.x
3939
cache-dependency-path: |

0 commit comments

Comments
 (0)