Skip to content

Commit 6f86000

Browse files
KelleretoroCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 92246c6 commit 6f86000

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/generator-generic-ossf-slsa3-publish.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727

28-
# ========================================================
29-
#
30-
# Step 1: Build your artifacts.
31-
#
32-
# ========================================================
28+
29+
30+
31+
32+
3333
- name: Build artifacts
3434
run: |
3535
# These are some amazing artifacts.
3636
echo "artifact1" > artifact1
3737
echo "artifact2" > artifact2
3838
39-
# ========================================================
40-
#
41-
# Step 2: Add a step to generate the provenance subjects
42-
# as shown below. Update the sha256 sum arguments
43-
# to include all binaries that you generate
44-
# provenance for.
45-
#
46-
# ========================================================
39+
40+
41+
42+
43+
44+
45+
46+
4747
- name: Generate subject for provenance
4848
id: hash
4949
run: |

0 commit comments

Comments
 (0)