From 16c980b89eb0adf3a903a0dd9cacac074222186d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:45:44 +0000 Subject: [PATCH] chore(deps): update dependency aquaproj/aqua to v2.39.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 75a5d7688..a96e0bccf 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@932d2dbef166b2f6f7e11790954e8245289ffd0d # v1.2.1 with: - aqua_version: v2.39.0 + aqua_version: v2.39.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 c0fbae231..069b26689 100644 --- a/.github/workflows/debug-with-action-tmate.yaml +++ b/.github/workflows/debug-with-action-tmate.yaml @@ -26,7 +26,7 @@ jobs: GITHUB_TOKEN: ${{github.token}} - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 with: - aqua_version: v2.39.0 + aqua_version: v2.39.1 env: AQUA_GITHUB_TOKEN: ${{github.token}} - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e143f3ac3..96b9337d3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: homebrew: true go-version-file: go.mod aqua_policy_allow: true - aqua_version: v2.39.0 + aqua_version: v2.39.1 app_token_repositories: >- [ "${{github.event.repository.name}}", diff --git a/.github/workflows/wc-ghalint.yaml b/.github/workflows/wc-ghalint.yaml index 61e224714..66df72ed9 100644 --- a/.github/workflows/wc-ghalint.yaml +++ b/.github/workflows/wc-ghalint.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 with: - aqua_version: v2.39.0 + aqua_version: v2.39.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 d25de058b..243982a99 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@79af8ebcd2dea45c27303b09192be80f7a35a37a # v1.1.0 with: go-version: 1.23.4 - aqua_version: v2.39.0 + aqua_version: v2.39.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 d2d3d2dbf..4c6f16bc2 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.39.0 + aqua_version: v2.39.1 prune: true secrets: gh_app_id: ${{secrets.gh_app_id}} diff --git a/Dockerfile-prebuilt b/Dockerfile-prebuilt index 960c07ffa..9eeac8109 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/v3.1.0/aqua-installer RUN echo "62fecc49c98bdec0bba1ff1e5c2719f116e235769e0998090a7397473ef631e9 aqua-installer" | sha256sum -c RUN chmod +x aqua-installer -RUN ./aqua-installer -v "v2.39.0" +RUN ./aqua-installer -v "v2.39.1" ENV PATH=/home/foo/.local/share/aquaproj-aqua/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin