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: .github/workflows/release.yaml
+6-2
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,14 @@ jobs:
30
30
go test -race -v -run=TestVersionMatchesTag ./server -ldflags="-X=github.com/nats-io/nats-server/v2/server.serverVersion=$TRAVIS_TAG" -count=1 -vet=off
31
31
32
32
- name: Install cosign
33
-
uses: sigstore/cosign-installer@v3.8.1
33
+
# Use commit hash here to avoid a re-tagging attack, as this is a third-party action
34
+
# Commit 3454372f43399081ed03b604cb2d021dabca52bb = tag v3.8.2
0 commit comments