diff --git a/.github/workflows/platform-ci.yml b/.github/workflows/platform-ci.yml index 65cd41b115..6021e5b1f6 100644 --- a/.github/workflows/platform-ci.yml +++ b/.github/workflows/platform-ci.yml @@ -13,7 +13,7 @@ on: push: paths-ignore: - - '.github/**' + #- '.github/**' - 'docs/**' - 'build/**' - 'README.md' @@ -24,7 +24,7 @@ on: pull_request: paths-ignore: - - '.github/**' + #- '.github/**' - 'docs/**' - 'build/**' - 'README.md' @@ -296,7 +296,7 @@ jobs: needs: 'ci' if: ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push') && (needs.ci.outputs.run-e2e == 'true')) || (github.event_name == 'workflow_dispatch') || (github.base_ref == 'dev') && (github.event_name == 'pull_request') }} - uses: VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.11 + uses: VirtoCommerce/.github/.github/workflows/e2e.yml@VCST-2469 with: katalonRepo: 'VirtoCommerce/vc-quality-gate-katalon' katalonRepoBranch: 'dev' @@ -330,9 +330,9 @@ jobs: - deploy-cloud steps: - name: OWASP ZAP Full Scan - uses: zaproxy/action-baseline@v0.12.0 + uses: zaproxy/action-baseline@v0.14.0 with: token: ${{ secrets.REPO_TOKEN }} target: 'https://vcptcore-dev.govirto.com' cmd_options: '-a -d' - # allow_issue_writing: false \ No newline at end of file + # allow_issue_writing: false