From 7217d41ad5b7f5d8736766c2b1f463893f93a892 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:25:38 +0000 Subject: [PATCH] chore(deps): update dependency aquaproj/aqua to v2.14.1 --- .github/workflows/actionlint.yaml | 2 +- .github/workflows/debug-with-action-tmate.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/wc-ghalint.yaml | 2 +- .github/workflows/wc-go-mod-tidy.yaml | 2 +- .github/workflows/wc-update-aqua-checksums.yaml | 2 +- Dockerfile-prebuilt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 6adade3f3..a47ffa08b 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -11,7 +11,7 @@ jobs: actionlint: uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@b6a5f966d4504893b2aeb60cf2b0de8946e48504 # v0.5.0 with: - aqua_version: v2.14.0 + aqua_version: v2.14.1 aqua_policy_allow: true permissions: pull-requests: write diff --git a/.github/workflows/debug-with-action-tmate.yaml b/.github/workflows/debug-with-action-tmate.yaml index 2675cb1ae..75572967c 100644 --- a/.github/workflows/debug-with-action-tmate.yaml +++ b/.github/workflows/debug-with-action-tmate.yaml @@ -25,7 +25,7 @@ jobs: GITHUB_TOKEN: ${{github.token}} - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.14.0 + aqua_version: v2.14.1 env: AQUA_GITHUB_TOKEN: ${{github.token}} - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f2952c3a4..af8ec3929 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: homebrew: true go-version: 1.21.3 aqua_policy_allow: true - aqua_version: v2.14.0 + aqua_version: v2.14.1 secrets: gh_app_id: ${{secrets.APP_ID}} gh_app_private_key: ${{secrets.APP_PRIVATE_KEY}} diff --git a/.github/workflows/wc-ghalint.yaml b/.github/workflows/wc-ghalint.yaml index 5d01782cc..1a6c65b2f 100644 --- a/.github/workflows/wc-ghalint.yaml +++ b/.github/workflows/wc-ghalint.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.14.0 + aqua_version: v2.14.1 env: AQUA_GITHUB_TOKEN: ${{github.token}} - run: ghalint run diff --git a/.github/workflows/wc-go-mod-tidy.yaml b/.github/workflows/wc-go-mod-tidy.yaml index cf3eb7891..d8647adc4 100644 --- a/.github/workflows/wc-go-mod-tidy.yaml +++ b/.github/workflows/wc-go-mod-tidy.yaml @@ -12,7 +12,7 @@ jobs: uses: suzuki-shunsuke/go-mod-tidy-workflow/.github/workflows/go-mod-tidy.yaml@8facac38f5b2008648c14e31c632c3a709439b9c # v0.1.1 with: go-version: 1.21.3 - aqua_version: v2.14.0 + aqua_version: v2.14.1 secrets: gh_app_id: ${{secrets.gh_app_id}} gh_app_private_key: ${{secrets.gh_app_private_key}} diff --git a/.github/workflows/wc-update-aqua-checksums.yaml b/.github/workflows/wc-update-aqua-checksums.yaml index 469f52cdd..175ce67ed 100644 --- a/.github/workflows/wc-update-aqua-checksums.yaml +++ b/.github/workflows/wc-update-aqua-checksums.yaml @@ -14,7 +14,7 @@ jobs: permissions: contents: read with: - aqua_version: v2.14.0 + aqua_version: v2.14.1 prune: true secrets: gh_app_id: ${{secrets.gh_app_id}} diff --git a/Dockerfile-prebuilt b/Dockerfile-prebuilt index c8026e8b9..5385cde3c 100644 --- a/Dockerfile-prebuilt +++ b/Dockerfile-prebuilt @@ -9,5 +9,5 @@ WORKDIR /home/foo/workspace RUN curl -sSfL -O https://raw.githubusercontent.com/aquaproj/aqua-installer/v2.1.2/aqua-installer RUN echo "411caf1b5fcef4f5e74aa2a9fe99182ea13ab93ecd8ed4a983a7cff9f08edab9 aqua-installer" | sha256sum -c RUN chmod +x aqua-installer -RUN ./aqua-installer -v "v2.14.0" +RUN ./aqua-installer -v "v2.14.1" ENV PATH=/home/foo/.local/share/aquaproj-aqua/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin