mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
changed the upload artifact version to v2
This commit is contained in:
parent
50cb3abc4f
commit
d4e9ea59b9
3 changed files with 4 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
run: ./mvnw test
|
run: ./mvnw test
|
||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: petclinic-app
|
name: petclinic-app
|
||||||
path: target/*.jar
|
path: target/*.jar
|
|
@ -2,7 +2,7 @@ name: Deploy and Test Cluster
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main, dev]
|
||||||
paths:
|
paths:
|
||||||
- 'k8s/**'
|
- 'k8s/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
4
.github/workflows/security.yml
vendored
4
.github/workflows/security.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
run: ./mvnw org.owasp:dependency-check-maven:check
|
run: ./mvnw org.owasp:dependency-check-maven:check
|
||||||
|
|
||||||
- name: Archive dependency check results
|
- name: Archive dependency check results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: dependency-check-report
|
name: dependency-check-report
|
||||||
path: target/dependency-check-report.html
|
path: target/dependency-check-report.html
|
||||||
|
@ -78,7 +78,7 @@ jobs:
|
||||||
cmd_options: '-a'
|
cmd_options: '-a'
|
||||||
|
|
||||||
- name: Archive ZAP results
|
- name: Archive ZAP results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: zap-scan-results
|
name: zap-scan-results
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in a new issue