File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
27
27
# installed here to run lint on the .goreleaser.yml file:
28
28
- name : Install GoReleaser
29
- uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6
29
+ uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
30
30
with :
31
31
install-only : true
32
32
47
47
- uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
48
48
49
49
- name : Install GoReleaser
50
- uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6
50
+ uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
51
51
with :
52
52
install-only : true
53
53
Original file line number Diff line number Diff line change 35
35
36
36
# installed here to run lint on the .goreleaser.yml file:
37
37
- name : Install GoReleaser
38
- uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6
38
+ uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
39
39
with :
40
40
install-only : true
41
41
69
69
echo "${RUNNER_TEMP}/bin" >> $GITHUB_PATH
70
70
71
71
- name : Install GoReleaser
72
- uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6
72
+ uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
73
73
with :
74
74
install-only : true
75
75
Original file line number Diff line number Diff line change 30
30
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31
31
32
32
- name : Upload SARIF file
33
- uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3
33
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
34
34
with :
35
35
sarif_file : results.sarif
36
36
category : zizmor
You can’t perform that action at this time.
0 commit comments