File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0 .0
22
+ uses : golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc # v5.1 .0
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
Original file line number Diff line number Diff line change 24
24
TEST_ACCEPTANCE : true
25
25
run : ./scripts/run_tests.sh
26
26
- name : Upload coverage to Codecov
27
- uses : codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
27
+ uses : codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
You can’t perform that action at this time.
0 commit comments