Skip to content

Commit

Permalink
Merge pull request #1648 from fluxcd/dependabot/github_actions/ci-610…
Browse files Browse the repository at this point in the history
…874c938

build(deps): bump the ci group across 1 directory with 2 updates
  • Loading branch information
stefanprodan authored May 23, 2024
2 parents 8e86366 + 52293a3 commit 2d89870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-ld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
- uses: sigstore/cosign-installer@v3.4.0
- uses: sigstore/cosign-installer@v3.5.0
- name: Prepare
id: prep
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
go-version: 1.22.x
- uses: fluxcd/flux2/action@main
- uses: sigstore/cosign-installer@v3.4.0
- uses: sigstore/cosign-installer@v3.5.0
- name: Prepare
id: prep
run: |
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
actions: read # for detecting the Github Actions environment.
id-token: write # for creating OIDC tokens for signing.
contents: write # for uploading attestations to GitHub releases.
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
with:
provenance-name: "provenance.intoto.jsonl"
base64-subjects: "${{ needs.release-flagger.outputs.hashes }}"
Expand Down

0 comments on commit 2d89870

Please sign in to comment.