Skip to content

Commit b2d3b6d

Browse files
committed
ci: update slsa action
1 parent d254104 commit b2d3b6d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
actions: read # To read the workflow path.
104104
id-token: write # To sign the provenance.
105105
contents: write # To add assets to a release.
106-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0
106+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0
107107
with:
108108
provenance-name: provenance-id-${{ matrix.os }}.intoto.jsonl
109109
base64-subjects: "${{ needs.build.outputs[format('hash-{0}', matrix.os)] }}"

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bourso-cli"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
repository = "https://github.com/azerpas/bourso-api"
66

src/bourso_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bourso_api"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)