Skip to content

Commit c795e6f

Browse files
committed
Point to a pinned commit hash instead of a mutable tag
Signed-off-by: Victoria <kaysa.vps@gmail.com>
1 parent c97b38a commit c795e6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
wget --no-verbose https://raw.githubusercontent.com/anchore/syft/c43f4fb416c34c1c4b3997373689d8d4c0fb9b36/install.sh -O - | sh -s -- -b /usr/local/bin
9595
9696
- name: Install Grype
97-
run: curl -sSfL https://raw.githubusercontent.com/anchore/grype/v0.109.0/install.sh | sh -s -- -b /usr/local/bin v0.109.0
97+
run: curl -sSfL https://raw.githubusercontent.com/anchore/grype/fe186c3e986dda3cb4c5e90798f82c52aefcb4b8/install.sh | sh -s -- -b /usr/local/bin
9898

9999
- name: Run GoReleaser
100100
id: release

0 commit comments

Comments
 (0)