diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 40d253e5c2c..9b53191baa6 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -19,6 +19,6 @@ 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 policy_allow: "true" - run: actionlint -ignore "duplicate value" diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index f4885fb13c5..ed90e76ad3f 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -36,7 +36,7 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.14.0 + aqua_version: v2.14.1 aqua_opts: "" policy_allow: "true" env: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d142bcbbf45..e9aaf56bff8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -100,7 +100,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 policy_allow: "true" - uses: aquaproj/registry-action/generate-registry@dff21577b6ec277b2645a7a40db12eeb15b4c581 # v0.2.0 @@ -127,7 +127,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 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} @@ -141,7 +141,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 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} @@ -184,7 +184,7 @@ jobs: - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.14.0 + aqua_version: v2.14.1 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 9fceec7e760..0f6dccd9170 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -18,7 +18,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 policy_allow: "true" aqua_opts: -l -a env: diff --git a/Earthfile b/Earthfile index 09fdc23e809..2ad6ab7e800 100644 --- a/Earthfile +++ b/Earthfile @@ -7,7 +7,7 @@ test: 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 COPY aqua/earthly-test.yaml aqua.yaml COPY aqua-policy.yaml aqua-policy.yaml RUN echo "- import: pkg.yaml" >> aqua.yaml