Skip to content

Commit a78fa35

Browse files
committed
Updated
Signed-off-by: anisb <anish.b@here.com>
1 parent a5df430 commit a78fa35

2 files changed

Lines changed: 18 additions & 13 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ updates:
99
directories:
1010
- "**/*"
1111
schedule:
12-
interval: daily
13-
# day: friday
14-
# timezone: Etc/UTC
15-
time: 12:00
16-
commit-message:
17-
prefix: "mvn"
18-
assignees:
19-
- "owenkellett"
20-
- "spaltis"
21-
- "ashishKhushiKumar"
22-
- "anishb266"
12+
interval: weekly
13+
day: friday
14+
commit-message:
15+
prefix: "Update"
16+
reviewers:
17+
- "owenkellett"
18+
- "spaltis"
19+
- "ashishKhushiKumar"
20+
- "anishb266"

.github/workflows/test.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
include:
2+
- local: '.github/dependabot.yml'
3+
14
name: Run AAA SDK CI
25

3-
on: [push, pull_request, workflow_dispatch]
6+
on: [push, workflow_dispatch]
47

58
jobs:
69
test:
@@ -21,4 +24,8 @@ jobs:
2124
- name: Verify Maven installation
2225
run: mvn -v
2326
- name: Run AAA SDK tests
24-
run: mvn -Dhere.token.endpoint.url=https://stg.account.api.here.com/oauth2/token -Dhere.access.key.id=${{ secrets.ACCESS_KEY_ID }} -Dhere.access.key.secret=${{ secrets.ACCESS_KEY_SECRET }} clean install
27+
run: mvn -Dhere.token.endpoint.url=https://stg.account.api.here.com/oauth2/token -Dhere.access.key.id=${{ secrets.ACCESS_KEY_ID }} -Dhere.access.key.secret=${{ secrets.ACCESS_KEY_SECRET }} clean install
28+
- name: 'Checkout Repository'
29+
uses: actions/checkout@v4
30+
- name: 'Dependency Review'
31+
uses: actions/dependency-review-action@v4

0 commit comments

Comments
 (0)