Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/changie-trigger-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading