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 f4f8da8 commit 27f6406Copy full SHA for 27f6406
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
- - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
+ - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
27
with:
28
go-version-file: go.mod
29
- run: make test
.github/workflows/dependabot-auto-merge.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Dependabot metadata
18
id: metadata
19
- uses: dependabot/fetch-metadata@dbb049abf0d677abbd7f7eee0375145b417fdd34 # v2.2.0
+ uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7 # v2.3.0
20
21
github-token: "${{ secrets.GITHUB_TOKEN }}"
22
- name: Enable auto-merge for Dependabot PRs
0 commit comments