Skip to content

Commit fb8fbaa

Browse files
committed
chore(deps): update workflows
1 parent 57578ab commit fb8fbaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@d6238b002a20823d52840fda27e2d4891c5952dc # v4.0.1
22+
uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3.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

0 commit comments

Comments
 (0)