diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index ca90acf..ffbb9ba 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -49,7 +49,3 @@ jobs: - name: Test habushu-maven-plugin run: mvn -B install --file pom.xml -Dhabushu.usePyenv=false - - # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - - name: Update dependency graph - uses: advanced-security/maven-dependency-submission-action@v4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c6e3b95..862ee2e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,3 +53,7 @@ jobs: MAVEN_PASSWORD: ${{ secrets.SONATYPE_CENTRAL_REPO_TOKEN_KEY }} GPG_PASSPHRASE: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive + - name: Update dependency graph + uses: advanced-security/maven-dependency-submission-action@v4 \ No newline at end of file