ci: pin actions to full semver #115

Merged
t.behrendt merged 2 commits from ci-pin-actions-to-full-semver into main 2026-06-25 07:50:37 +02:00
Showing only changes of commit 032de48e46 - Show all commits
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Setup go - name: Setup go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with: with:
go-version-file: go.mod go-version-file: go.mod
check-latest: true check-latest: true