mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 09:33:06 +00:00
gha: suppress zizmor warning for intentionally un-pinned workflows
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
# upstream containerd repository should be replaced with the following to
|
||||
# potentially allow contributors to enable periodic Windows tests on forks as well:
|
||||
# uses: "${{ github.repository }}/.github/workflows/windows-hyperv-periodic.yml@${{ github.ref_name }}"
|
||||
uses: containerd/containerd/.github/workflows/windows-hyperv-periodic.yml@main
|
||||
uses: containerd/containerd/.github/workflows/windows-hyperv-periodic.yml@main # zizmor: ignore[unpinned-uses] reusable workflow intentionally tracks containerd/main
|
||||
secrets:
|
||||
AZURE_SUB_ID: "${{ secrets.AZURE_SUB_ID }}"
|
||||
AZURE_CREDS: "${{ secrets.AZURE_CREDS }}"
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
# upstream containerd repository should be replaced with the following to
|
||||
# potentially allow contributors to enable periodic Windows tests on forks as well:
|
||||
# uses: "${{ github.repository }}/.github/workflows/windows-periodic.yml@${{ github.ref_name }}"
|
||||
uses: containerd/containerd/.github/workflows/windows-periodic.yml@main
|
||||
uses: containerd/containerd/.github/workflows/windows-periodic.yml@main # zizmor: ignore[unpinned-uses] reusable workflow intentionally tracks containerd/main
|
||||
secrets:
|
||||
AZURE_SUB_ID: "${{ secrets.AZURE_SUB_ID }}"
|
||||
AZURE_CREDS: "${{ secrets.AZURE_CREDS }}"
|
||||
|
||||
Reference in New Issue
Block a user