File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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."
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments