Skip to content

Commit 1967df6

Browse files
authored
Merge pull request #1782 from getsops/dependabot/github_actions/ci-65b01d4130
build(deps): Bump the ci group with 5 updates
2 parents a8e130b + c0f3491 commit 1967df6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/cli.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
persist-credentials: false
4141

42-
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
42+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
4343
with:
4444
path: ~/go/pkg/mod
4545
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -108,7 +108,7 @@ jobs:
108108
- name: Show Rust version
109109
run: cargo --version
110110

111-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
111+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
112112
with:
113113
name: sops-${{ matrix.go-version }}-linux-amd64-${{ github.sha }}
114114

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
4444

4545
- name: Setup QEMU
46-
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
46+
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
4747

4848
- name: Setup Docker Buildx
49-
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
49+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
5050

5151
- name: Login to GitHub Container Registry
5252
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
@@ -169,7 +169,7 @@ jobs:
169169
id-token: write # For creating OIDC tokens for signing.
170170
contents: write # For adding assets to a release.
171171

172-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
172+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0
173173
with:
174174
base64-subjects: "${{ needs.combine-subjects.outputs.all-subjects }}"
175175
upload-assets: true
@@ -186,7 +186,7 @@ jobs:
186186
strategy:
187187
matrix: ${{ fromJSON(needs.release.outputs.container-subjects) }}
188188

189-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
189+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0
190190
with:
191191
image: ghcr.io/${{ matrix.image }}
192192
digest: ${{ matrix.digest }}
@@ -205,7 +205,7 @@ jobs:
205205
strategy:
206206
matrix: ${{ fromJSON(needs.release.outputs.container-subjects) }}
207207

208-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
208+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0
209209
with:
210210
image: quay.io/${{ matrix.image }}
211211
digest: ${{ matrix.digest }}

0 commit comments

Comments
 (0)