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-action-adoptium-dependency.yml b/.github/workflows/create-action-adoptium-dependency.yml index 0129fbdd..7c63f5be 100644 --- a/.github/workflows/create-action-adoptium-dependency.yml +++ b/.github/workflows/create-action-adoptium-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-alibaba-dragonwell-dependency.yml b/.github/workflows/create-action-alibaba-dragonwell-dependency.yml index 07887513..cd950ec0 100644 --- a/.github/workflows/create-action-alibaba-dragonwell-dependency.yml +++ b/.github/workflows/create-action-alibaba-dragonwell-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-amazon-corretto-dependency.yml b/.github/workflows/create-action-amazon-corretto-dependency.yml index 0cfb8cef..583846e1 100644 --- a/.github/workflows/create-action-amazon-corretto-dependency.yml +++ b/.github/workflows/create-action-amazon-corretto-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-appdynamics-dependency.yml b/.github/workflows/create-action-appdynamics-dependency.yml index bd10d0e0..1c4b7280 100644 --- a/.github/workflows/create-action-appdynamics-dependency.yml +++ b/.github/workflows/create-action-appdynamics-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-aqua-security-dependency.yml b/.github/workflows/create-action-aqua-security-dependency.yml index 03fa455d..ac714040 100644 --- a/.github/workflows/create-action-aqua-security-dependency.yml +++ b/.github/workflows/create-action-aqua-security-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-azul-zulu-dependency.yml b/.github/workflows/create-action-azul-zulu-dependency.yml index fd4dbae8..6c6e1b5b 100644 --- a/.github/workflows/create-action-azul-zulu-dependency.yml +++ b/.github/workflows/create-action-azul-zulu-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-bellsoft-liberica-dependency.yml b/.github/workflows/create-action-bellsoft-liberica-dependency.yml index a140d6b8..8ea765a5 100644 --- a/.github/workflows/create-action-bellsoft-liberica-dependency.yml +++ b/.github/workflows/create-action-bellsoft-liberica-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-ca-apm-dependency.yml b/.github/workflows/create-action-ca-apm-dependency.yml index edda3e68..88652535 100644 --- a/.github/workflows/create-action-ca-apm-dependency.yml +++ b/.github/workflows/create-action-ca-apm-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-foojay-dependency.yml b/.github/workflows/create-action-foojay-dependency.yml index b4b1bf0d..dd46076b 100644 --- a/.github/workflows/create-action-foojay-dependency.yml +++ b/.github/workflows/create-action-foojay-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-gcs-dependency.yml b/.github/workflows/create-action-gcs-dependency.yml index a4e65e68..88defe63 100644 --- a/.github/workflows/create-action-gcs-dependency.yml +++ b/.github/workflows/create-action-gcs-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-github-release-dependency.yml b/.github/workflows/create-action-github-release-dependency.yml index 1bb144a6..30f81ac8 100644 --- a/.github/workflows/create-action-github-release-dependency.yml +++ b/.github/workflows/create-action-github-release-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-google-stackdriver-profiler-dependency.yml b/.github/workflows/create-action-google-stackdriver-profiler-dependency.yml index 0fb88477..e04f2c50 100644 --- a/.github/workflows/create-action-google-stackdriver-profiler-dependency.yml +++ b/.github/workflows/create-action-google-stackdriver-profiler-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-graalvm-dependency.yml b/.github/workflows/create-action-graalvm-dependency.yml index 26d7985e..d304eed0 100644 --- a/.github/workflows/create-action-graalvm-dependency.yml +++ b/.github/workflows/create-action-graalvm-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-gradle-dependency.yml b/.github/workflows/create-action-gradle-dependency.yml index eed98d83..45ceec5a 100644 --- a/.github/workflows/create-action-gradle-dependency.yml +++ b/.github/workflows/create-action-gradle-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-jprofiler-dependency.yml b/.github/workflows/create-action-jprofiler-dependency.yml index 74048945..4962dbfd 100644 --- a/.github/workflows/create-action-jprofiler-dependency.yml +++ b/.github/workflows/create-action-jprofiler-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-jrebel-dependency.yml b/.github/workflows/create-action-jrebel-dependency.yml index 634df9b1..601bc56f 100644 --- a/.github/workflows/create-action-jrebel-dependency.yml +++ b/.github/workflows/create-action-jrebel-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-leiningen-dependency.yml b/.github/workflows/create-action-leiningen-dependency.yml index 3662507c..52b80e34 100644 --- a/.github/workflows/create-action-leiningen-dependency.yml +++ b/.github/workflows/create-action-leiningen-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-maven-dependency.yml b/.github/workflows/create-action-maven-dependency.yml index 13b63e4f..db28f516 100644 --- a/.github/workflows/create-action-maven-dependency.yml +++ b/.github/workflows/create-action-maven-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-new-relic-dependency.yml b/.github/workflows/create-action-new-relic-dependency.yml index b1618d13..d2110802 100644 --- a/.github/workflows/create-action-new-relic-dependency.yml +++ b/.github/workflows/create-action-new-relic-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-npm-dependency.yml b/.github/workflows/create-action-npm-dependency.yml index 74bd6e8c..e0daf82b 100644 --- a/.github/workflows/create-action-npm-dependency.yml +++ b/.github/workflows/create-action-npm-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-overops-dependency.yml b/.github/workflows/create-action-overops-dependency.yml index 0a0f4923..78846aee 100644 --- a/.github/workflows/create-action-overops-dependency.yml +++ b/.github/workflows/create-action-overops-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-riverbed-dependency.yml b/.github/workflows/create-action-riverbed-dependency.yml index 3457ad25..7fd3ca5e 100644 --- a/.github/workflows/create-action-riverbed-dependency.yml +++ b/.github/workflows/create-action-riverbed-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-skywalking-dependency.yml b/.github/workflows/create-action-skywalking-dependency.yml index 662fba29..117836a2 100644 --- a/.github/workflows/create-action-skywalking-dependency.yml +++ b/.github/workflows/create-action-skywalking-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-spring-generations.yml b/.github/workflows/create-action-spring-generations.yml index 8e563700..797b7b06 100644 --- a/.github/workflows/create-action-spring-generations.yml +++ b/.github/workflows/create-action-spring-generations.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-tomcat-dependency.yml b/.github/workflows/create-action-tomcat-dependency.yml index d710ae76..cef5890e 100644 --- a/.github/workflows/create-action-tomcat-dependency.yml +++ b/.github/workflows/create-action-tomcat-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: diff --git a/.github/workflows/create-action-yourkit-dependency.yml b/.github/workflows/create-action-yourkit-dependency.yml index 46b9acf0..8c3b5253 100644 --- a/.github/workflows/create-action-yourkit-dependency.yml +++ b/.github/workflows/create-action-yourkit-dependency.yml @@ -19,7 +19,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 ghcr.io uses: docker/login-action@v1 with: