diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index a76db99f5c2..f7c2fb2d1c4 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -23,6 +23,6 @@ jobs: persist-credentials: false - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 with: - aqua_version: v2.40.0 + aqua_version: v2.41.0 policy_allow: "true" - run: actionlint -ignore "duplicate value" diff --git a/.github/workflows/debug-with-action-tmate.yaml b/.github/workflows/debug-with-action-tmate.yaml index fe8bfbe1170..9837c79b645 100644 --- a/.github/workflows/debug-with-action-tmate.yaml +++ b/.github/workflows/debug-with-action-tmate.yaml @@ -28,7 +28,7 @@ jobs: GITHUB_TOKEN: ${{github.token}} - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 with: - aqua_version: v2.40.0 + aqua_version: v2.41.0 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 1f6fbc88f24..f6717a6f8a8 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 with: - aqua_version: v2.40.0 + aqua_version: v2.41.0 policy_allow: "true" aqua_opts: -l -a env: diff --git a/.github/workflows/wc-ci-info.yaml b/.github/workflows/wc-ci-info.yaml index 818a63dcac1..b011eed573b 100644 --- a/.github/workflows/wc-ci-info.yaml +++ b/.github/workflows/wc-ci-info.yaml @@ -16,7 +16,7 @@ jobs: persist-credentials: false - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 with: - aqua_version: v2.40.0 + aqua_version: v2.41.0 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} diff --git a/.github/workflows/wc-generate-registry.yaml b/.github/workflows/wc-generate-registry.yaml index 73c801a5a8f..add6bb942c8 100644 --- a/.github/workflows/wc-generate-registry.yaml +++ b/.github/workflows/wc-generate-registry.yaml @@ -13,6 +13,6 @@ jobs: persist-credentials: false - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 with: - aqua_version: v2.40.0 + aqua_version: v2.41.0 policy_allow: "true" - uses: aquaproj/registry-action/generate-registry@7b6e2c92250ab08b58f5c665f6e2ca4712bee2c3 # v0.2.1 diff --git a/.github/workflows/wc-lintnet.yaml b/.github/workflows/wc-lintnet.yaml index 912e74cfa77..3db8cb304a6 100644 --- a/.github/workflows/wc-lintnet.yaml +++ b/.github/workflows/wc-lintnet.yaml @@ -17,7 +17,7 @@ jobs: persist-credentials: false - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 with: - aqua_version: v2.40.0 + aqua_version: v2.41.0 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} diff --git a/.github/workflows/wc-test-docker.yaml b/.github/workflows/wc-test-docker.yaml index 454d69ba639..61f131cbdca 100644 --- a/.github/workflows/wc-test-docker.yaml +++ b/.github/workflows/wc-test-docker.yaml @@ -13,7 +13,7 @@ jobs: persist-credentials: false - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 with: - aqua_version: v2.40.0 + aqua_version: v2.41.0 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} diff --git a/.github/workflows/wc-test.yaml b/.github/workflows/wc-test.yaml index 74a2af4fcbf..723fdb7e011 100644 --- a/.github/workflows/wc-test.yaml +++ b/.github/workflows/wc-test.yaml @@ -50,7 +50,7 @@ jobs: # private_key: ${{ secrets.APP_PRIVATE_KEY }} - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 with: - aqua_version: v2.40.0 + aqua_version: v2.41.0 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} diff --git a/docker/Dockerfile b/docker/Dockerfile index 8e3d9eecd02..b4d3011c32c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -13,6 +13,6 @@ RUN curl -sSfL -O https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.1 RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable --profile minimal RUN echo "62fecc49c98bdec0bba1ff1e5c2719f116e235769e0998090a7397473ef631e9 aqua-installer" | sha256sum -c RUN chmod +x aqua-installer -RUN ./aqua-installer -v v2.40.0 +RUN ./aqua-installer -v v2.41.0 COPY aqua-test.yaml aqua.yaml COPY aqua-policy.yaml aqua-policy.yaml