Skip to content

chore(deps): update dependency org.owasp:dependency-check-maven to v8.4.2 #296

chore(deps): update dependency org.owasp:dependency-check-maven to v8.4.2

chore(deps): update dependency org.owasp:dependency-check-maven to v8.4.2 #296

name: aws-parameterstore-project
on:
push:
paths:
- "aws-parameterstore-project/**"
branches: [ main ]
pull_request:
paths:
- "aws-parameterstore-project/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: "./aws-parameterstore-project"
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: 17
distribution: 'zulu'
cache: 'maven'
- name: Build and analyze
run: ./mvnw clean verify
- name: Codecov
uses: codecov/[email protected]