diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 505e36e..ad4369e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,7 +71,7 @@ jobs: - uses: aquaproj/aqua-installer@v4.0.5 if: needs.changes.outputs.go == 'true' || needs.changes.outputs.infra == 'true' with: - aqua_version: v2.62.0 + aqua_version: v2.62.3 # Trust the committed aqua-policy.yaml so the local registry providing # controller-gen (aqua/registry.yaml) is allowed without interactive prompts. policy_allow: "true" @@ -108,7 +108,7 @@ jobs: - uses: aquaproj/aqua-installer@v4.0.5 if: needs.changes.outputs.go == 'true' || needs.changes.outputs.infra == 'true' with: - aqua_version: v2.62.0 + aqua_version: v2.62.3 # Trust the committed aqua-policy.yaml so the local registry providing # controller-gen (aqua/registry.yaml) is allowed without interactive prompts. policy_allow: "true" @@ -133,7 +133,7 @@ jobs: - uses: aquaproj/aqua-installer@v4.0.5 if: needs.changes.outputs.go == 'true' || needs.changes.outputs.docker == 'true' || needs.changes.outputs.infra == 'true' with: - aqua_version: v2.62.0 + aqua_version: v2.62.3 # Trust the committed aqua-policy.yaml so the local registry providing # controller-gen (aqua/registry.yaml) is allowed without interactive prompts. policy_allow: "true" @@ -180,7 +180,7 @@ jobs: - uses: aquaproj/aqua-installer@v4.0.5 if: needs.changes.outputs.docs == 'true' with: - aqua_version: v2.62.0 + aqua_version: v2.62.3 policy_allow: "true" - name: Cache Go + aqua tools if: needs.changes.outputs.docs == 'true' @@ -215,7 +215,7 @@ jobs: - uses: aquaproj/aqua-installer@v4.0.5 if: needs.changes.outputs.chart == 'true' || needs.changes.outputs.infra == 'true' with: - aqua_version: v2.62.0 + aqua_version: v2.62.3 # Trust the committed aqua-policy.yaml so the local registry providing # controller-gen (aqua/registry.yaml) is allowed without interactive prompts. policy_allow: "true" diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 03fd2a9..6d07710 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -81,7 +81,7 @@ jobs: - uses: aquaproj/aqua-installer@v4.0.5 if: steps.changes.outputs.run == 'true' with: - aqua_version: v2.62.0 + aqua_version: v2.62.3 # Trust the committed aqua-policy.yaml so the local registry providing # controller-gen (aqua/registry.yaml) is allowed without interactive prompts. policy_allow: "true" diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index b2f0dc3..78d9daa 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 - uses: aquaproj/aqua-installer@v4.0.5 with: - aqua_version: v2.62.0 + aqua_version: v2.62.3 policy_allow: "true" - name: Cache Go + aqua tools uses: actions/cache@v6 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7f09237..4ddc15e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -134,7 +134,7 @@ jobs: - uses: actions/checkout@v7 - uses: aquaproj/aqua-installer@v4.0.5 with: - aqua_version: v2.62.0 + aqua_version: v2.62.3 policy_allow: "true" - name: Package chart run: helm package "${CHART_DIR}" --destination dist