diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf7bf7b06..cda024798 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: run: ./mvnw test - name: Upload build artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v2 with: name: petclinic-app path: target/*.jar \ No newline at end of file diff --git a/.github/workflows/deploy-and-test-cluster.yml b/.github/workflows/deploy-and-test-cluster.yml index 7353a604b..84d5992e9 100644 --- a/.github/workflows/deploy-and-test-cluster.yml +++ b/.github/workflows/deploy-and-test-cluster.yml @@ -2,7 +2,7 @@ name: Deploy and Test Cluster on: push: - branches: [main] + branches: [main, dev] paths: - 'k8s/**' pull_request: diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index cedf26f04..9c3a33fdc 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -25,7 +25,7 @@ jobs: run: ./mvnw org.owasp:dependency-check-maven:check - name: Archive dependency check results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v2 with: name: dependency-check-report path: target/dependency-check-report.html @@ -78,7 +78,7 @@ jobs: cmd_options: '-a' - name: Archive ZAP results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v2 with: name: zap-scan-results path: |