You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: actions/vsa_creator/action.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,12 @@ runs:
6
6
using: "Composite"
7
7
steps:
8
8
- uses: actions/checkout@v4
9
+
- uses: actions/setup-go@v5
10
+
with:
11
+
go-version: '1.24'
9
12
- id: determine_level
10
-
# TODO: This doesn't currently work if there are no rulesets enabled. Using the tool from https://github.com/slsa-framework/slsa-source-poc/pull/6 should fix that?
0 commit comments