We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f2b00 commit 2dcf1c9Copy full SHA for 2dcf1c9
2 files changed
.github/workflows/release-goreleaser.yml
@@ -75,7 +75,7 @@ jobs:
75
76
77
- name: Run GoReleaser
78
- uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7
+ uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7
79
with:
80
distribution: goreleaser
81
version: '~> v2.5'
.github/workflows/renovate.yml
@@ -33,7 +33,7 @@ jobs:
33
go-version-file: backend/go.mod
34
35
- name: Run Renovate
36
- uses: renovatebot/github-action@6d859fc95779be83a0335ca704879b47e5d79641 # v46.1.16
+ uses: renovatebot/github-action@dd5302ec17783b2fc721b19ae7209b57b1587765 # v46.1.17
37
38
configurationFile: .github/renovate.json
39
token: ${{ secrets.RENOVATE_TOKEN || secrets.GITHUB_TOKEN }}
0 commit comments