Skip to content

Commit b4258db

Browse files
authored
Bump version in docs (slsa-framework#374)
1 parent 78eabb2 commit b4258db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

internal/builders/generic/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ provenance:
7575
actions: read # Needed for detection of GitHub Actions environment.
7676
id-token: write # Needed for provenance signing and ID
7777
contents: read # Needed for API access
78-
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected].0
78+
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected].1
7979
with:
8080
base64-subjects: "${{ needs.build.outputs.digest }}"
8181
```
@@ -127,7 +127,7 @@ jobs:
127127
id-token: write
128128
contents: read
129129
if: startsWith(github.ref, 'refs/tags/')
130-
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected].0
130+
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected].1
131131
with:
132132
base64-subjects: "${{ needs.build.outputs.digest }}"
133133

internal/builders/go/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
contents: write # To upload assets to release.
175175
actions: read # To read the workflow path.
176176
needs: args
177-
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.0.0
177+
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.1.1
178178
with:
179179
go-version: 1.17
180180
# Optional: only needed if using ldflags.
@@ -199,7 +199,7 @@ An example of the provenance generated from this repo is below:
199199
],
200200
"predicate": {
201201
"builder": {
202-
"id": "https://github.com/slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.0.0"
202+
"id": "https://github.com/slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.1.1"
203203
},
204204
"buildType": "https://github.com/slsa-framework/slsa-github-generator/go@v1",
205205
"invocation": {

0 commit comments

Comments
 (0)