File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 61
61
actions : read # To read the workflow path.
62
62
id-token : write # To sign the provenance.
63
63
contents : write # To add assets to a release.
64
- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10 .0
64
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0 .0
65
65
with :
66
66
base64-subjects : " ${{ needs.goreleaser.outputs.hashes }}"
67
67
upload-assets : true # upload to a new release
Original file line number Diff line number Diff line change 19
19
using : composite
20
20
steps :
21
21
- name : Run golangci-lint
22
- uses : golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3.0
22
+ uses : golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
23
23
with :
24
24
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
25
25
version : v1.56.2
You can’t perform that action at this time.
0 commit comments