File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 68
68
role-to-assume : ${{ secrets.AWS_IAM_ROLE }}
69
69
aws-region : us-east-1
70
70
- name : Run e2e test with Maven
71
+ env :
72
+ JAVA_VERSION : ${{ matrix.java }}
71
73
run : mvn -DskipTests install --file pom.xml && mvn -Pe2e -B verify --file powertools-e2e-tests/pom.xml
Original file line number Diff line number Diff line change 36
36
- name : Verify Contents
37
37
uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
38
38
with :
39
- config-file : ' ./.github/dependency-review-config.yml'
39
+ config-file : ' ./.github/dependency-review-config.yml'
40
+ head-ref : ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}
41
+ base-ref : ${{ github.event_name == 'pull_request' && github.base_ref || github.ref_name }}
You can’t perform that action at this time.
0 commit comments