Skip to content

Commit 76db9d6

Browse files
authored
merge: Merge pull request #187 from Seagate/dependabot/github_actions/dot-github/workflows/slsa-framework/slsa-github-generator-2.1.0
build(deps): bump slsa-framework/slsa-github-generator from 2.0.0 to 2.1.0 in /.github/workflows
2 parents 39696ae + 0e430c8 commit 76db9d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ jobs:
384384
actions: read # To read the workflow path.
385385
id-token: write # To sign the provenance.
386386
contents: write # To add assets to a release.
387-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
387+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0
388388
with:
389389
base64-subjects: "${{ needs.combine_hashes.outputs.hashes }}"
390390
upload-assets: true # Optional: Upload to a new release

.github/workflows/source-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
actions: read # To read the workflow path.
8787
id-token: write # To sign the provenance.
8888
contents: write # To add assets to a release.
89-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
89+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0
9090
with:
9191
base64-subjects: "${{ needs.archive.outputs[format('hash-{0}', matrix.package_name)] }}"
9292
# Upload provenance to a new release

0 commit comments

Comments
 (0)