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

@@ -19,6 +19,8 @@ jobs:
RELEASE: ${{ github.event.inputs.release || github.event.release.tag_name }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Build Docker Images
run: make VERSION=${RELEASE:1} DOCKER=coredns -f Makefile.docker release
- name: Show Docker Images