diff --git a/.github/pipeline-version b/.github/pipeline-version index 18b31142..db77e0ee 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.10.4 +1.10.5 diff --git a/.github/workflows/create-package.yml b/.github/workflows/create-package.yml index eaae1938..6b28d0b9 100644 --- a/.github/workflows/create-package.yml +++ b/.github/workflows/create-package.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-apache-tomcat.yml b/.github/workflows/update-apache-tomcat.yml index 271a1ff5..bf10fee4 100644 --- a/.github/workflows/update-apache-tomcat.yml +++ b/.github/workflows/update-apache-tomcat.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-azul-zulu.yml b/.github/workflows/update-azul-zulu.yml index b0748983..31984069 100644 --- a/.github/workflows/update-azul-zulu.yml +++ b/.github/workflows/update-azul-zulu.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-azure-application-insights.yml b/.github/workflows/update-azure-application-insights.yml index ae735724..7125553f 100644 --- a/.github/workflows/update-azure-application-insights.yml +++ b/.github/workflows/update-azure-application-insights.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-ca-certificates.yml b/.github/workflows/update-ca-certificates.yml index 877c66f1..84f2d765 100644 --- a/.github/workflows/update-ca-certificates.yml +++ b/.github/workflows/update-ca-certificates.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-debug.yml b/.github/workflows/update-debug.yml index bac53111..4f6b913e 100644 --- a/.github/workflows/update-debug.yml +++ b/.github/workflows/update-debug.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-dist-zip.yml b/.github/workflows/update-dist-zip.yml index 47ca662a..f924e521 100644 --- a/.github/workflows/update-dist-zip.yml +++ b/.github/workflows/update-dist-zip.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-draft-release.yml b/.github/workflows/update-draft-release.yml index 8e3737df..2a9377f2 100644 --- a/.github/workflows/update-draft-release.yml +++ b/.github/workflows/update-draft-release.yml @@ -13,7 +13,7 @@ jobs: uses: release-drafter/release-drafter@v5 env: GITHUB_TOKEN: ${{ secrets.JAVA_GITHUB_TOKEN }} - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-encrypt-at-rest.yml b/.github/workflows/update-encrypt-at-rest.yml index c43cdb3e..d5a56f03 100644 --- a/.github/workflows/update-encrypt-at-rest.yml +++ b/.github/workflows/update-encrypt-at-rest.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-environment-variables.yml b/.github/workflows/update-environment-variables.yml index d22239e3..18d94f5e 100644 --- a/.github/workflows/update-environment-variables.yml +++ b/.github/workflows/update-environment-variables.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-executable-jar.yml b/.github/workflows/update-executable-jar.yml index 431d05ae..fd2df530 100644 --- a/.github/workflows/update-executable-jar.yml +++ b/.github/workflows/update-executable-jar.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-gradle.yml b/.github/workflows/update-gradle.yml index 61579827..3f392769 100644 --- a/.github/workflows/update-gradle.yml +++ b/.github/workflows/update-gradle.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-image-labels.yml b/.github/workflows/update-image-labels.yml index a50a7122..775974d6 100644 --- a/.github/workflows/update-image-labels.yml +++ b/.github/workflows/update-image-labels.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-jmx.yml b/.github/workflows/update-jmx.yml index a4f62b77..61f348b5 100644 --- a/.github/workflows/update-jmx.yml +++ b/.github/workflows/update-jmx.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-leiningen.yml b/.github/workflows/update-leiningen.yml index 2981f1c1..a8687162 100644 --- a/.github/workflows/update-leiningen.yml +++ b/.github/workflows/update-leiningen.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-maven.yml b/.github/workflows/update-maven.yml index 340785a6..8b0c739e 100644 --- a/.github/workflows/update-maven.yml +++ b/.github/workflows/update-maven.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-procfile.yml b/.github/workflows/update-procfile.yml index c7354265..0c6ad0e8 100644 --- a/.github/workflows/update-procfile.yml +++ b/.github/workflows/update-procfile.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-sbt.yml b/.github/workflows/update-sbt.yml index a0b9fd4a..a3cfa246 100644 --- a/.github/workflows/update-sbt.yml +++ b/.github/workflows/update-sbt.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/update-spring-boot.yml b/.github/workflows/update-spring-boot.yml index cd0637b9..c00fe934 100644 --- a/.github/workflows/update-spring-boot.yml +++ b/.github/workflows/update-spring-boot.yml @@ -9,7 +9,7 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} + - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} name: Docker login gcr.io uses: docker/login-action@v1 with: