gha: apply zizmor fixes

Results of automated fixes using;

    zizmor --fix=all --min-severity medium .

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2026-06-04 10:54:49 +02:00
parent 8722c46313
commit 9f0bb640ce
14 changed files with 51 additions and 10 deletions

View File

@@ -40,6 +40,7 @@ jobs:
with:
path: src/github.com/containerd/containerd
fetch-depth: 0
persist-credentials: false
- name: Checkout Kubernetes
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
@@ -48,6 +49,7 @@ jobs:
path: src/k8s.io/kubernetes
ref: ${{ inputs.k8s_version }}
fetch-depth: 0
persist-credentials: false
- name: Install Go
uses: ./src/github.com/containerd/containerd/.github/actions/install-go