From 6c6cc57cf6dcea1d73e63dc314f6d648ec9eb0f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 17:57:19 +0000 Subject: [PATCH] =?UTF-8?q?build(aqua-proj):=20=F0=9F=8C=8A=20minor=20aqua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .aqua/aqua.yaml | 26 +++++++++---------- .github/workflows/changie-trigger-release.yml | 4 +-- .github/workflows/lint.yml | 4 +-- .github/workflows/release.yml | 4 +-- .github/workflows/scan.yml | 4 +-- .github/workflows/test.yml | 4 +-- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.aqua/aqua.yaml b/.aqua/aqua.yaml index e7f9c59..3fd136a 100644 --- a/.aqua/aqua.yaml +++ b/.aqua/aqua.yaml @@ -3,27 +3,27 @@ # https://aquaproj.github.io/ registries: - type: standard - ref: v4.296.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.454.0 # renovate: depName=aquaproj/aqua-registry packages: - - name: miniscruff/changie@v1.21.0 + - name: miniscruff/changie@v1.24.0 tags: - release - - name: golang/go@go1.23.5 - - name: direnv/direnv@v2.35.0 + - name: golang/go@go1.25.5 + - name: direnv/direnv@v2.37.1 - name: magefile/mage@v1.15.0 - - name: charmbracelet/glow@v2.0.0 - - name: goreleaser/goreleaser@v2.5.1 - - name: mvdan/gofumpt@v0.7.0 - - name: anchore/syft@v1.18.1 - - name: golangci/golangci-lint@v1.63.4 + - name: charmbracelet/glow@v2.1.1 + - name: goreleaser/goreleaser@v2.13.3 + - name: mvdan/gofumpt@v0.9.2 + - name: anchore/syft@v1.40.0 + - name: golangci/golangci-lint@v1.64.8 tags: ['lint'] - - name: git-town/git-town@v17.2.0 + - name: git-town/git-town@v17.3.0 - name: DelineaXPM/dsv-cli@v1.41.1 - - name: cli/cli@v2.65.0 + - name: cli/cli@v2.83.2 tags: ['foo', release] - - name: mikefarah/yq@v4.45.1 + - name: mikefarah/yq@v4.50.1 tags: - release - - name: miniscruff/changie@v1.21.0 + - name: miniscruff/changie@v1.24.0 tags: - release diff --git a/.github/workflows/changie-trigger-release.yml b/.github/workflows/changie-trigger-release.yml index 26b7cc6..201d168 100644 --- a/.github/workflows/changie-trigger-release.yml +++ b/.github/workflows/changie-trigger-release.yml @@ -45,10 +45,10 @@ jobs: echo "Branch exists. Skipping workflow." echo "BRANCH_ALREADY_EXISTS=true" >> "$GITHUB_OUTPUT" fi - - uses: aquaproj/aqua-installer@ea518c135a02fc11ff8024364510c181a5c6b342 # v4.0.3 + - uses: aquaproj/aqua-installer@11dd79b4e498d471a9385aa9fb7f62bb5f52a73c # v4.0.4 if: steps.check_branch.outputs.BRANCH_ALREADY_EXISTS == 'false' with: - aqua_version: v2.42.2 + aqua_version: v2.56.3 aqua_opts: '--only-link' # lazy install so we can start this way policy_allow: true env: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cc0e3b2..da4b222 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,10 +31,10 @@ jobs: else echo "👉 No aqua-policy.yaml file found, skipping setting AQUA_POLICY_CONFIG" fi - - uses: aquaproj/aqua-installer@ea518c135a02fc11ff8024364510c181a5c6b342 # v4.0.3 + - uses: aquaproj/aqua-installer@11dd79b4e498d471a9385aa9fb7f62bb5f52a73c # v4.0.4 continue-on-error: true with: - aqua_version: v2.42.2 + aqua_version: v2.56.3 enable_aqua_install: true aqua_opts: '--tags lint' # if using aqua.yaml config any special items in your repo like Golangci-lint using tags so it only installs what's needed env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 504a688..38150d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,9 +30,9 @@ jobs: else echo "👉 No aqua-policy.yaml file found, skipping setting AQUA_POLICY_CONFIG" fi - - uses: aquaproj/aqua-installer@ea518c135a02fc11ff8024364510c181a5c6b342 # v4.0.3 + - uses: aquaproj/aqua-installer@11dd79b4e498d471a9385aa9fb7f62bb5f52a73c # v4.0.4 with: - aqua_version: v2.42.2 + aqua_version: v2.56.3 # working_directory: aqua_opts: '--tags release' policy_allow: true diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 3e69db7..739d5ae 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -29,9 +29,9 @@ jobs: else echo "👉 No aqua-policy.yaml file found, skipping setting AQUA_POLICY_CONFIG" fi - - uses: aquaproj/aqua-installer@ea518c135a02fc11ff8024364510c181a5c6b342 # v4.0.3 + - uses: aquaproj/aqua-installer@11dd79b4e498d471a9385aa9fb7f62bb5f52a73c # v4.0.4 with: - aqua_version: v2.42.2 + aqua_version: v2.56.3 enable_aqua_install: true aqua_opts: '--tags scan' env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89bf40f..0d448d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,9 +43,9 @@ jobs: else echo "👉 No aqua-policy.yaml or .aqua/aqua-policy.yaml file found, skipping setting AQUA_POLICY_CONFIG" fi - - uses: aquaproj/aqua-installer@ea518c135a02fc11ff8024364510c181a5c6b342 # v4.0.3 + - uses: aquaproj/aqua-installer@11dd79b4e498d471a9385aa9fb7f62bb5f52a73c # v4.0.4 with: - aqua_version: v2.42.2 + aqua_version: v2.56.3 enable_aqua_install: true aqua_opts: '--tags test' policy_allow: true