From bdfece5be5e42787b49e2376c4b90257f207ba62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 23:46:53 +0000 Subject: [PATCH] chore(deps): update dependency aquaproj/aqua-installer to v2.2.0 --- .github/workflows/actionlint.yaml | 2 +- .github/workflows/test-all.yaml | 2 +- .github/workflows/test.yaml | 8 ++++---- .github/workflows/update.yaml | 2 +- docker/Dockerfile | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 249acbc38b..b1e1817af6 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@d9c4b5d107a17831a8c8718efa4ce67a0923d1f5 # v2.1.3 + - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 with: aqua_version: v2.16.4 policy_allow: "true" diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index 17e9951142..d0f754db5f 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -34,7 +34,7 @@ jobs: with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: aquaproj/aqua-installer@d9c4b5d107a17831a8c8718efa4ce67a0923d1f5 # v2.1.3 + - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 with: aqua_version: v2.16.4 aqua_opts: "" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b13083966e..9df82e16fe 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -99,7 +99,7 @@ jobs: if: ${{needs.path-filter.outputs.generate-registry == 'true'}} steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: aquaproj/aqua-installer@d9c4b5d107a17831a8c8718efa4ce67a0923d1f5 # v2.1.3 + - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 with: aqua_version: v2.16.4 policy_allow: "true" @@ -126,7 +126,7 @@ jobs: if: ${{needs.path-filter.outputs.test-docker == 'true'}} steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: aquaproj/aqua-installer@d9c4b5d107a17831a8c8718efa4ce67a0923d1f5 # v2.1.3 + - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 with: aqua_version: v2.16.4 policy_allow: "true" @@ -140,7 +140,7 @@ jobs: AQUA_CONFIG: aqua/ci-info.yaml steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: aquaproj/aqua-installer@d9c4b5d107a17831a8c8718efa4ce67a0923d1f5 # v2.1.3 + - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 with: aqua_version: v2.16.4 policy_allow: "true" @@ -183,7 +183,7 @@ jobs: # app_id: ${{ secrets.APP_ID }} # private_key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: aquaproj/aqua-installer@d9c4b5d107a17831a8c8718efa4ce67a0923d1f5 # v2.1.3 + - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 with: aqua_version: v2.16.4 policy_allow: "true" diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 99eb54f53f..aee31779aa 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -16,7 +16,7 @@ jobs: packages: write steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: aquaproj/aqua-installer@d9c4b5d107a17831a8c8718efa4ce67a0923d1f5 # v2.1.3 + - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 with: aqua_version: v2.16.4 policy_allow: "true" diff --git a/docker/Dockerfile b/docker/Dockerfile index 28f075d27f..080df5ed51 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -10,7 +10,7 @@ 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.1.3/aqua-installer +RUN curl -sSfL -O https://raw.githubusercontent.com/aquaproj/aqua-installer/v2.2.0/aqua-installer RUN echo "11ac5e48901aba04dbb33d82c5a39c6cd69d3740312feb8c096f0aae86dc8ed5 aqua-installer" | sha256sum -c RUN chmod +x aqua-installer RUN ./aqua-installer -v v2.16.5-2