diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index ad48af7..21ce073 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -41,7 +41,7 @@ jobs: severity: HIGH,CRITICAL ignore-unfixed: true exit-code: "1" - - uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4 + - uses: azure/setup-kubectl@829323503d1be3d00ca8346e5391ca0b07a9ab0d # v5.1.0 with: version: v1.33.3 - name: Render deployable manifests diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index c5724c7..e97febd 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -31,7 +31,7 @@ jobs: constraints.lock.txt - name: Set up kubectl - uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4 + uses: azure/setup-kubectl@829323503d1be3d00ca8346e5391ca0b07a9ab0d # v5.1.0 with: version: v1.33.3