From c1714d1548872122811ad026f9a842067c460d98 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sat, 14 Feb 2026 19:01:04 +0100 Subject: [PATCH] ci: pin varios actions to a proper semver version (#28) Reviewed-on: https://gitea.t000-n.de/t.behrendt/tracebasedlogsampler/pulls/28 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index bcd58f9..032a637 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: - ubuntu-latest - linux_amd64 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-go@v6 with: go-version-file: go.mod