From 1a11f4b25addf666786a940ee44a6bb21f56168f Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 25 May 2022 05:17:06 +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-apache-tomcat.yml | 2 +- .github/workflows/update-apache-tomee.yml | 2 +- .github/workflows/update-azure-application-insights.yml | 2 +- .github/workflows/update-bellsoft-liberica.yml | 2 +- .github/workflows/update-ca-certificates.yml | 2 +- .github/workflows/update-clojure-tools.yml | 2 +- .github/workflows/update-datadog.yml | 2 +- .github/workflows/update-dist-zip.yml | 2 +- .github/workflows/update-draft-release.yml | 2 +- .github/workflows/update-encrypt-at-rest.yml | 2 +- .github/workflows/update-environment-variables.yml | 2 +- .github/workflows/update-executable-jar.yml | 2 +- .github/workflows/update-google-stackdriver.yml | 2 +- .github/workflows/update-gradle.yml | 2 +- .github/workflows/update-image-labels.yml | 2 +- .github/workflows/update-jattach.yml | 2 +- .github/workflows/update-java-memory-assistant.yml | 2 +- .github/workflows/update-leiningen.yml | 2 +- .github/workflows/update-liberty.yml | 2 +- .github/workflows/update-maven.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-watchexec.yml | 2 +- 27 files changed, 27 insertions(+), 27 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 21bc8c27..4592cb9c 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-apache-tomcat.yml b/.github/workflows/update-apache-tomcat.yml index 6562a471..b3c64f4a 100644 --- a/.github/workflows/update-apache-tomcat.yml +++ b/.github/workflows/update-apache-tomcat.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-apache-tomee.yml b/.github/workflows/update-apache-tomee.yml index bd8497d3..88d1746d 100644 --- a/.github/workflows/update-apache-tomee.yml +++ b/.github/workflows/update-apache-tomee.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-azure-application-insights.yml b/.github/workflows/update-azure-application-insights.yml index 0e7c89d0..a6435c8d 100644 --- a/.github/workflows/update-azure-application-insights.yml +++ b/.github/workflows/update-azure-application-insights.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-clojure-tools.yml b/.github/workflows/update-clojure-tools.yml index 1372f12d..e7334bf0 100644 --- a/.github/workflows/update-clojure-tools.yml +++ b/.github/workflows/update-clojure-tools.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-datadog.yml b/.github/workflows/update-datadog.yml index 062657b0..202df970 100644 --- a/.github/workflows/update-datadog.yml +++ b/.github/workflows/update-datadog.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-dist-zip.yml b/.github/workflows/update-dist-zip.yml index 68a6d312..5a4fd12d 100644 --- a/.github/workflows/update-dist-zip.yml +++ b/.github/workflows/update-dist-zip.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-encrypt-at-rest.yml b/.github/workflows/update-encrypt-at-rest.yml index 5ad07b84..c34ae772 100644 --- a/.github/workflows/update-encrypt-at-rest.yml +++ b/.github/workflows/update-encrypt-at-rest.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-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-google-stackdriver.yml b/.github/workflows/update-google-stackdriver.yml index 0d5e1ae2..f8b34ef7 100644 --- a/.github/workflows/update-google-stackdriver.yml +++ b/.github/workflows/update-google-stackdriver.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-jattach.yml b/.github/workflows/update-jattach.yml index 7a33d0d4..968ed5f7 100644 --- a/.github/workflows/update-jattach.yml +++ b/.github/workflows/update-jattach.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-java-memory-assistant.yml b/.github/workflows/update-java-memory-assistant.yml index b9c4b958..ccdc2b94 100644 --- a/.github/workflows/update-java-memory-assistant.yml +++ b/.github/workflows/update-java-memory-assistant.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-liberty.yml b/.github/workflows/update-liberty.yml index 4614df22..ae6ec992 100644 --- a/.github/workflows/update-liberty.yml +++ b/.github/workflows/update-liberty.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-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-watchexec.yml b/.github/workflows/update-watchexec.yml index ca3f8478..0f15db20 100644 --- a/.github/workflows/update-watchexec.yml +++ b/.github/workflows/update-watchexec.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