diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index d3c5f40c768..831857de568 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -19,6 +19,6 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.16.2 + aqua_version: v2.16.3 policy_allow: "true" - run: actionlint -ignore "duplicate value" diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index ee5a9d4d260..aec4c28d59e 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.16.2 + aqua_version: v2.16.3 aqua_opts: "" policy_allow: "true" env: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d29895593d0..a991c859d9f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -101,7 +101,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.16.2 + aqua_version: v2.16.3 policy_allow: "true" - uses: aquaproj/registry-action/generate-registry@dff21577b6ec277b2645a7a40db12eeb15b4c581 # v0.2.0 @@ -128,7 +128,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.16.2 + aqua_version: v2.16.3 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} @@ -142,7 +142,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.16.2 + aqua_version: v2.16.3 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} @@ -185,7 +185,7 @@ jobs: - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.16.2 + aqua_version: v2.16.3 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index a655c69e7c8..71f97ec4fcf 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.16.2 + aqua_version: v2.16.3 policy_allow: "true" aqua_opts: -l -a env: diff --git a/Dockerfile b/Dockerfile index 77eb5b2096a..6c623de8f5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,6 @@ RUN \ 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.16.2 +RUN ./aqua-installer -v v2.16.3 COPY aqua/test-docker.yaml aqua.yaml COPY aqua-policy.yaml aqua-policy.yaml