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
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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
Expand All @@ -33,7 +33,7 @@ jobs:
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

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning

action's hash pin has mismatched or missing version comment
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

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning

action's hash pin has mismatched or missing version comment
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

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning

action's hash pin has mismatched or missing version comment
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

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning

action's hash pin has mismatched or missing version comment
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

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning

action's hash pin has mismatched or missing version comment
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

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning

action's hash pin has mismatched or missing version comment
with:
submodules: recursive
persist-credentials: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 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

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning

action's hash pin has mismatched or missing version comment
with:
submodules: recursive
persist-credentials: false
Expand All @@ -41,7 +41,7 @@
cache-binary: false

- name: 'Login to ghcr'
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
with:
registry: ghcr.io
username: '${{ github.actor }}'
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

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning

action's hash pin has mismatched or missing version comment
with:
submodules: recursive
persist-credentials: false
Expand Down
Loading