Skip to content

Commit 6e565bd

Browse files
committed
chore(deps): update workflows
1 parent d75f136 commit 6e565bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
actions: read # To read the workflow path.
6262
id-token: write # To sign the provenance.
6363
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
6565
with:
6666
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
6767
upload-assets: true # upload to a new release

.github/workflows/lint-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
using: composite
2020
steps:
2121
- name: Run golangci-lint
22-
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
22+
uses: golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc # v5.1.0
2323
with:
2424
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
2525
version: v1.56.2

.github/workflows/test-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ runs:
2424
TEST_ACCEPTANCE: true
2525
run: ./scripts/run_tests.sh
2626
- name: Upload coverage to Codecov
27-
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
27+
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0

0 commit comments

Comments
 (0)