ci: add persist-credentials: false to checkouts (#7964)

This commit is contained in:
Ville Vesilehto
2026-03-24 19:29:48 +02:00
committed by GitHub
parent 31e16025ef
commit b7948f1bac
7 changed files with 19 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version-file: .go-version