From 29b8ef6de8c0e84763b67f96dbe3890e77a55374 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 09:06:08 +0000 Subject: [PATCH] chore(deps): update dependency aquaproj/aqua-installer to v2.3.0 (#19423) * chore(deps): update dependency aquaproj/aqua-installer to v2.3.0 * chore: update checksum --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Shunsuke Suzuki --- .github/workflows/actionlint.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- .github/workflows/update.yaml | 2 +- .github/workflows/wc-generate-registry.yaml | 2 +- .github/workflows/wc-test-docker.yaml | 2 +- docker/Dockerfile | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 0a5c9afab59..73edaf97d04 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 + - uses: aquaproj/aqua-installer@7c7338067bdb97d5bea2acc82b5870afca470d18 # v2.3.0 with: aqua_version: v2.22.0 policy_allow: "true" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index da22e606cb8..548e287c2ad 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -122,7 +122,7 @@ jobs: AQUA_CONFIG: aqua/ci-info.yaml steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 + - uses: aquaproj/aqua-installer@7c7338067bdb97d5bea2acc82b5870afca470d18 # v2.3.0 with: aqua_version: v2.22.0 policy_allow: "true" @@ -165,7 +165,7 @@ jobs: # app_id: ${{ secrets.APP_ID }} # private_key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 + - uses: aquaproj/aqua-installer@7c7338067bdb97d5bea2acc82b5870afca470d18 # v2.3.0 with: aqua_version: v2.22.0 policy_allow: "true" diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 673a9e50d80..15eeee9a071 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -17,7 +17,7 @@ jobs: packages: write steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 + - uses: aquaproj/aqua-installer@7c7338067bdb97d5bea2acc82b5870afca470d18 # v2.3.0 with: aqua_version: v2.22.0 policy_allow: "true" diff --git a/.github/workflows/wc-generate-registry.yaml b/.github/workflows/wc-generate-registry.yaml index af6d01a5907..3cb905d1571 100644 --- a/.github/workflows/wc-generate-registry.yaml +++ b/.github/workflows/wc-generate-registry.yaml @@ -7,7 +7,7 @@ jobs: permissions: {} steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 + - uses: aquaproj/aqua-installer@7c7338067bdb97d5bea2acc82b5870afca470d18 # v2.3.0 with: aqua_version: v2.22.0 policy_allow: "true" diff --git a/.github/workflows/wc-test-docker.yaml b/.github/workflows/wc-test-docker.yaml index c9909c72802..034c7b1803d 100644 --- a/.github/workflows/wc-test-docker.yaml +++ b/.github/workflows/wc-test-docker.yaml @@ -7,7 +7,7 @@ jobs: permissions: {} steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 + - uses: aquaproj/aqua-installer@7c7338067bdb97d5bea2acc82b5870afca470d18 # v2.3.0 with: aqua_version: v2.22.0 policy_allow: "true" diff --git a/docker/Dockerfile b/docker/Dockerfile index 269728c1471..23890338c47 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -10,9 +10,9 @@ RUN \ apt-get install --no-install-recommends -y tree && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* -RUN curl -sSfL -O https://raw.githubusercontent.com/aquaproj/aqua-installer/v2.2.0/aqua-installer +RUN curl -sSfL -O https://raw.githubusercontent.com/aquaproj/aqua-installer/v2.3.0/aqua-installer RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable --profile minimal -RUN echo "d13118c3172d90ffa6be205344b93e8621de9bf47c852d80da188ffa6985c276 aqua-installer" | sha256sum -c +RUN echo "1577b99b74751a5ddeea757198cee3b600fce3ef18990540e4d0e667edcf1b5f aqua-installer" | sha256sum -c RUN chmod +x aqua-installer RUN ./aqua-installer -v v2.22.0 COPY aqua-test.yaml aqua.yaml