From 219ab90b885d30b24307ef42c6412131753df26b Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 25 May 2022 05:22:29 +0000 Subject: [PATCH] Bump pipeline from 1.21.2 to 1.21.3 Bumps pipeline from 1.21.2 to 1.21.3. Signed-off-by: GitHub --- .github/pipeline-version | 2 +- .github/workflows/create-package.yml | 2 +- .github/workflows/update-bellsoft-liberica.yml | 2 +- .github/workflows/update-ca-certificates.yml | 2 +- .github/workflows/update-draft-release.yml | 2 +- .github/workflows/update-environment-variables.yml | 2 +- .github/workflows/update-executable-jar.yml | 2 +- .github/workflows/update-gradle.yml | 2 +- .github/workflows/update-image-labels.yml | 2 +- .github/workflows/update-leiningen.yml | 2 +- .github/workflows/update-maven.yml | 2 +- .github/workflows/update-native-image.yml | 2 +- .github/workflows/update-procfile.yml | 2 +- .github/workflows/update-sbt.yml | 2 +- .github/workflows/update-spring-boot.yml | 2 +- .github/workflows/update-syft.yml | 2 +- .github/workflows/update-upx.yml | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index 0369d0b1..bae5c7f6 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.21.2 +1.21.3 diff --git a/.github/workflows/create-package.yml b/.github/workflows/create-package.yml index c4355e93..0257c5b9 100644 --- a/.github/workflows/create-package.yml +++ b/.github/workflows/create-package.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Docker login gcr.io if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} registry: gcr.io diff --git a/.github/workflows/update-bellsoft-liberica.yml b/.github/workflows/update-bellsoft-liberica.yml index 683fdbd1..2f0073bc 100644 --- a/.github/workflows/update-bellsoft-liberica.yml +++ b/.github/workflows/update-bellsoft-liberica.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Docker login gcr.io if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} registry: gcr.io diff --git a/.github/workflows/update-ca-certificates.yml b/.github/workflows/update-ca-certificates.yml index 5cbc4703..693c9781 100644 --- a/.github/workflows/update-ca-certificates.yml +++ b/.github/workflows/update-ca-certificates.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Docker login gcr.io if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} registry: gcr.io diff --git a/.github/workflows/update-draft-release.yml b/.github/workflows/update-draft-release.yml index daee1705..b4acee75 100644 --- a/.github/workflows/update-draft-release.yml +++ b/.github/workflows/update-draft-release.yml @@ -15,7 +15,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.JAVA_GITHUB_TOKEN }} - name: Docker login gcr.io if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} registry: gcr.io diff --git a/.github/workflows/update-environment-variables.yml b/.github/workflows/update-environment-variables.yml index 43cb77ce..22b98b4d 100644 --- a/.github/workflows/update-environment-variables.yml +++ b/.github/workflows/update-environment-variables.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Docker login gcr.io if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} registry: gcr.io diff --git a/.github/workflows/update-executable-jar.yml b/.github/workflows/update-executable-jar.yml index b5bcbe65..e3d1ed3d 100644 --- a/.github/workflows/update-executable-jar.yml +++ b/.github/workflows/update-executable-jar.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Docker login gcr.io if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} registry: gcr.io diff --git a/.github/workflows/update-gradle.yml b/.github/workflows/update-gradle.yml index 33842fa3..7412123a 100644 --- a/.github/workflows/update-gradle.yml +++ b/.github/workflows/update-gradle.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Docker login gcr.io if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} registry: gcr.io diff --git a/.github/workflows/update-image-labels.yml b/.github/workflows/update-image-labels.yml index e02dfc0a..f8fe90f0 100644 --- a/.github/workflows/update-image-labels.yml +++ b/.github/workflows/update-image-labels.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Docker login gcr.io if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} registry: gcr.io diff --git a/.github/workflows/update-leiningen.yml b/.github/workflows/update-leiningen.yml index 38f60d82..856a58d3 100644 --- a/.github/workflows/update-leiningen.yml +++ b/.github/workflows/update-leiningen.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Docker login gcr.io if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} registry: gcr.io diff --git a/.github/workflows/update-maven.yml b/.github/workflows/update-maven.yml index 5340874e..fb878165 100644 --- a/.github/workflows/update-maven.yml +++ b/.github/workflows/update-maven.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Docker login gcr.io if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} registry: gcr.io diff --git a/.github/workflows/update-native-image.yml b/.github/workflows/update-native-image.yml index b23dd8c1..d63850b6 100644 --- a/.github/workflows/update-native-image.yml +++ b/.github/workflows/update-native-image.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Docker login gcr.io if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} registry: gcr.io diff --git a/.github/workflows/update-procfile.yml b/.github/workflows/update-procfile.yml index 96a72f95..12a34f81 100644 --- a/.github/workflows/update-procfile.yml +++ b/.github/workflows/update-procfile.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Docker login gcr.io if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} registry: gcr.io diff --git a/.github/workflows/update-sbt.yml b/.github/workflows/update-sbt.yml index 53203bc1..68f20060 100644 --- a/.github/workflows/update-sbt.yml +++ b/.github/workflows/update-sbt.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Docker login gcr.io if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} registry: gcr.io diff --git a/.github/workflows/update-spring-boot.yml b/.github/workflows/update-spring-boot.yml index efa70705..2f8d4c16 100644 --- a/.github/workflows/update-spring-boot.yml +++ b/.github/workflows/update-spring-boot.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Docker login gcr.io if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} registry: gcr.io diff --git a/.github/workflows/update-syft.yml b/.github/workflows/update-syft.yml index db0d6472..ab0a4fc3 100644 --- a/.github/workflows/update-syft.yml +++ b/.github/workflows/update-syft.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Docker login gcr.io if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} registry: gcr.io diff --git a/.github/workflows/update-upx.yml b/.github/workflows/update-upx.yml index 31e8a2f0..fab37246 100644 --- a/.github/workflows/update-upx.yml +++ b/.github/workflows/update-upx.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Docker login gcr.io if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} registry: gcr.io