repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17cec4f
)
build(ci): add missing git base ref for dependency review
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 7 Sep 2023 13:04:22 +0000
(15:04 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 7 Sep 2023 13:04:22 +0000
(15:04 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index a3743ccfc5f9e641cf8e6a8646a003f97172cdde..878c86c007e82ad077e8c494af41fb2165f1165d 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-21,6
+21,8
@@
jobs:
- name: 'Dependency Review'
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
uses: actions/dependency-review-action@v3
+ with:
+ base-ref: main
- uses: pnpm/action-setup@v2
with:
version: 8
@@
-64,6
+66,8
@@
jobs:
- name: 'Dependency Review'
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
uses: actions/dependency-review-action@v3
+ with:
+ base-ref: main
- uses: pnpm/action-setup@v2
with:
version: 8