diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 7f7b5ef690..75cb2cc6ed 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -23,6 +23,6 @@ jobs: persist-credentials: false - uses: aquaproj/aqua-installer@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1 with: - aqua_version: v2.42.2 + aqua_version: v2.43.0-1 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 cbd25e2e3b..850b265c95 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@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1 with: - aqua_version: v2.42.2 + aqua_version: v2.43.0-1 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 7c7e64d815..275186b5aa 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - uses: aquaproj/aqua-installer@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1 with: - aqua_version: v2.42.2 + aqua_version: v2.43.0-1 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 acac05b5f4..c5ef352056 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@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1 with: - aqua_version: v2.42.2 + aqua_version: v2.43.0-1 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 e367b8c180..8a58440a2a 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@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1 with: - aqua_version: v2.42.2 + aqua_version: v2.43.0-1 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 5af0c846cd..8c1e7b2934 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@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1 with: - aqua_version: v2.42.2 + aqua_version: v2.43.0-1 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 01f57a04ca..ee4d377272 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@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1 with: - aqua_version: v2.42.2 + aqua_version: v2.43.0-1 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} diff --git a/.github/workflows/wc-test.yaml b/.github/workflows/wc-test.yaml index cde600aaf0..53f0772f06 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@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1 with: - aqua_version: v2.42.2 + aqua_version: v2.43.0-1 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} diff --git a/docker/Dockerfile b/docker/Dockerfile index c5367defe1..170b69cdf0 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 "e9d4c99577c6b2ce0b62edf61f089e9b9891af1708e88c6592907d2de66e3714 aqua-installer" | sha256sum -c - RUN chmod +x aqua-installer -RUN ./aqua-installer -v v2.42.2 +RUN ./aqua-installer -v v2.43.0-1 COPY aqua-test.yaml aqua.yaml COPY aqua-policy.yaml aqua-policy.yaml