Skip to content

Commit 610699a

Browse files
Merge pull request #121 from finos/chore/fix_build_and_test_check
Chore/fix build and test check
2 parents da0e174 + 55226a4 commit 610699a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ jobs:
119119
# We skip committing changes to the repo. Use versions:set only in the build step ephemerally.
120120
echo "Skipping persistent version bump in pom.xml to avoid branch protection issues."
121121
122+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
123+
git config --global user.name "github-actions[bot]"
122124
git fetch --prune --tags origin
123125
if git rev-parse "${TAG_NAME}" >/dev/null 2>&1; then
124126
echo "Tag ${TAG_NAME} already exists. Exiting."

.github/workflows/scan-cve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: mvn -B clean package -DskipTests
3636
working-directory: .
3737
- name: Depcheck
38-
uses: dependency-check/Dependency-Check_Action@1.1.0
38+
uses: dependency-check/Dependency-Check_Action@main
3939
id: Depcheck
4040
env:
4141
JAVA_HOME: /opt/jdk

0 commit comments

Comments
 (0)