Skip to content
This repository was archived by the owner on Aug 14, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ jobs:
egress-policy: audit

- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: Install the latest version of uv
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0

- name: Run zizmor
run: uvx zizmor --pedantic --format sarif . > results.sarif
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
with:
sarif_file: results.sarif
category: zizmor
8 changes: 4 additions & 4 deletions .github/workflows/ci-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ jobs:
egress-policy: audit

- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
persist-credentials: false

- name: Set up Helm
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
with:
version: v3.14.4

- name: Set up python
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: '3.x'
check-latest: true
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0

- name: Prepare cluster for tests
if: steps.list-changed.outputs.changed == 'true'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
egress-policy: audit

- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.0
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.2.0

Check warning on line 26 in .github/workflows/ci-code.yaml

View check run for this annotation

GitHub Advanced Security / zizmor

detects commit SHAs that don't match their version comment tags
with:
submodules: recursive
persist-credentials: false
Expand All @@ -47,7 +47,7 @@
egress-policy: audit

- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.0
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.2.0

Check warning on line 50 in .github/workflows/ci-code.yaml

View check run for this annotation

GitHub Advanced Security / zizmor

detects commit SHAs that don't match their version comment tags
with:
submodules: recursive
persist-credentials: false
Expand All @@ -70,7 +70,7 @@
egress-policy: audit

- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.0
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.2.0

Check warning on line 73 in .github/workflows/ci-code.yaml

View check run for this annotation

GitHub Advanced Security / zizmor

detects commit SHAs that don't match their version comment tags
with:
submodules: recursive
persist-credentials: false
Expand All @@ -95,7 +95,7 @@
egress-policy: audit

- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.0
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.2.0

Check warning on line 98 in .github/workflows/ci-code.yaml

View check run for this annotation

GitHub Advanced Security / zizmor

detects commit SHAs that don't match their version comment tags
with:
submodules: recursive
persist-credentials: false
Expand Down Expand Up @@ -125,7 +125,7 @@
egress-policy: audit

- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.0
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.2.0

Check warning on line 128 in .github/workflows/ci-code.yaml

View check run for this annotation

GitHub Advanced Security / zizmor

detects commit SHAs that don't match their version comment tags
with:
submodules: recursive
persist-credentials: false
Expand Down Expand Up @@ -154,7 +154,7 @@
egress-policy: audit

- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.0
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.2.0

Check warning on line 157 in .github/workflows/ci-code.yaml

View check run for this annotation

GitHub Advanced Security / zizmor

detects commit SHAs that don't match their version comment tags
with:
submodules: recursive
persist-credentials: false
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
egress-policy: audit

- name: 'Checkout repository'
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.0
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.2.0

Check warning on line 33 in .github/workflows/release.yaml

View check run for this annotation

GitHub Advanced Security / zizmor

detects commit SHAs that don't match their version comment tags
with:
submodules: recursive
persist-credentials: false

- name: 'Setup docker buildx'
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
with:
cache-binary: false

Expand All @@ -48,7 +48,7 @@
password: '${{ github.token }}'

- name: Docker meta
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
id: meta
with:
images: |
Expand All @@ -71,7 +71,7 @@
type=schedule,pattern=nightly

- name: 'Docker build and push protect-${{ matrix.component }}'
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
id: push
with:
file: Dockerfile
Expand All @@ -80,7 +80,7 @@
push: true

- name: 'Install cosign'
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1

- name: 'Cosign sign all images'
shell: bash
Expand Down Expand Up @@ -110,7 +110,7 @@
egress-policy: audit

- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4

Check warning on line 113 in .github/workflows/release.yaml

View check run for this annotation

GitHub Advanced Security / zizmor

detects commit SHAs that don't match their version comment tags
with:
submodules: recursive
persist-credentials: false
Expand All @@ -129,7 +129,7 @@
GITHUB_REPOSITORY_OWNER: '${{ github.repository_owner }}'

- name: Set up Helm
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.2
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v4.2

- name: Publish new helm chart for protect-webhook
run: |
Expand Down
Loading