Skip to content

Commit 16fc16f

Browse files
authored
update refs (#1009)
Signed-off-by: Asra Ali <[email protected]> Signed-off-by: Asra Ali <[email protected]>
1 parent efb47d3 commit 16fc16f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/builder_go_slsa3.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
steps:
9999
- name: Detect the builder ref
100100
id: detect
101-
uses: slsa-framework/slsa-github-generator/.github/actions/detect-workflow@bdd89e60dc5387d8f819bebc702987956bcd4913 # tag=v1.2.0
101+
uses: slsa-framework/slsa-github-generator/.github/actions/detect-workflow@efb47d340c150ce456bf8bd554a131ac53b10ccd # tag=v1.2.0
102102

103103
###################################################################
104104
# #
@@ -113,7 +113,7 @@ jobs:
113113
steps:
114114
- name: Generate builder
115115
id: generate
116-
uses: slsa-framework/slsa-github-generator/.github/actions/generate-builder@e3220805577deb9d193f64e519abcb3b50851df5
116+
uses: slsa-framework/slsa-github-generator/.github/actions/generate-builder@a7e265874f9c25b0d16770a71e39f2351eca00af
117117
with:
118118
repository: "${{ needs.detect-env.outputs.repository }}"
119119
ref: "${{ needs.detect-env.outputs.ref }}"

.github/workflows/builder_node_slsa3.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
steps:
158158
- name: Detect the builder ref
159159
id: detect
160-
uses: slsa-framework/slsa-github-generator/.github/actions/detect-workflow@bdd89e60dc5387d8f819bebc702987956bcd4913 # tag=v1.2.0
160+
uses: slsa-framework/slsa-github-generator/.github/actions/detect-workflow@efb47d340c150ce456bf8bd554a131ac53b10ccd # tag=v1.2.0
161161

162162
###################################################################
163163
# #
@@ -172,7 +172,7 @@ jobs:
172172
steps:
173173
- name: Generate builder
174174
id: generate
175-
uses: slsa-framework/slsa-github-generator/.github/actions/generate-builder@e3220805577deb9d193f64e519abcb3b50851df5
175+
uses: slsa-framework/slsa-github-generator/.github/actions/generate-builder@a7e265874f9c25b0d16770a71e39f2351eca00af
176176
with:
177177
repository: "${{ needs.detect-env.outputs.repository }}"
178178
ref: "${{ needs.detect-env.outputs.ref }}"

.github/workflows/generator_container_slsa3.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- name: Detect the generator ref
7373
id: detect
74-
uses: slsa-framework/slsa-github-generator/.github/actions/detect-workflow@e3220805577deb9d193f64e519abcb3b50851df5
74+
uses: slsa-framework/slsa-github-generator/.github/actions/detect-workflow@efb47d340c150ce456bf8bd554a131ac53b10ccd
7575

7676
# generator builds the generator binary and runs it to generate SLSA
7777
# provenance.
@@ -91,7 +91,7 @@ jobs:
9191
packages: write # Needed to login and upload attestations to ghcr.io.
9292
steps:
9393
- name: Generate builder
94-
uses: slsa-framework/slsa-github-generator/.github/actions/generate-builder@e3220805577deb9d193f64e519abcb3b50851df5
94+
uses: slsa-framework/slsa-github-generator/.github/actions/generate-builder@a7e265874f9c25b0d16770a71e39f2351eca00af
9595
with:
9696
repository: "${{ needs.detect-env.outputs.repository }}"
9797
ref: "${{ needs.detect-env.outputs.ref }}"

.github/workflows/generator_generic_slsa3.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- name: Detect the generator ref
8787
id: detect
88-
uses: slsa-framework/slsa-github-generator/.github/actions/detect-workflow@e3220805577deb9d193f64e519abcb3b50851df5
88+
uses: slsa-framework/slsa-github-generator/.github/actions/detect-workflow@efb47d340c150ce456bf8bd554a131ac53b10ccd
8989

9090
# generator builds the generator binary and runs it to generate SLSA
9191
# provenance.
@@ -108,7 +108,7 @@ jobs:
108108
actions: read # Needed to read workflow info.
109109
steps:
110110
- name: Generate builder
111-
uses: slsa-framework/slsa-github-generator/.github/actions/generate-builder@e3220805577deb9d193f64e519abcb3b50851df5
111+
uses: slsa-framework/slsa-github-generator/.github/actions/generate-builder@a7e265874f9c25b0d16770a71e39f2351eca00af
112112
with:
113113
repository: "${{ needs.detect-env.outputs.repository }}"
114114
ref: "${{ needs.detect-env.outputs.ref }}"

0 commit comments

Comments
 (0)