This commit is contained in:
laurentsimon
2022-08-11 13:32:40 +00:00
parent 026c540730
commit 30f1eecad1
+3 -1
View File
@@ -3,7 +3,7 @@
# separate terms of service, privacy policy, and support # separate terms of service, privacy policy, and support
# documentation. # documentation.
# This workflow lets you compile your Go project using a SLSA3 compliant builder. # This workflow lets you compile your Go project using a SLSA3 compliant builder
# This workflow will generate a so-called "provenance" file describing the steps # This workflow will generate a so-called "provenance" file describing the steps
# that were performed to generate the final binary. # that were performed to generate the final binary.
# The project is an initiative of the OpenSSF (openssf.org) and is developed at # The project is an initiative of the OpenSSF (openssf.org) and is developed at
@@ -26,6 +26,8 @@ jobs:
digests: ${{ steps.hash.outputs.digests }} digests: ${{ steps.hash.outputs.digests }}
steps: steps:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
# ======================================================== # ========================================================
# #
# Step 1: Build your artifacts. # Step 1: Build your artifacts.