diff --git a/.github/workflows/bd-ss-action.yml b/.github/workflows/bd-ss-action.yml index 8f0a1ede..25db3083 100644 --- a/.github/workflows/bd-ss-action.yml +++ b/.github/workflows/bd-ss-action.yml @@ -34,11 +34,11 @@ jobs: blackducksca_reports_sarif_create: true blackducksca_upload_sarif_report: true github_token: ${{ secrets.GITHUB_TOKEN }} - # include_diagnostics: true -# - name: Save Logs -# if: always() -# uses: actions/upload-artifact@v4 -# with: -# name: bridge-logs -# path: ${{ github.workspace }}/.bridge -# include-hidden-files: true + include_diagnostics: true + - name: Save Logs + if: always() + uses: actions/upload-artifact@v4 + with: + name: bridge-logs + path: ${{ github.workspace }}/.bridge + include-hidden-files: true diff --git a/pom.xml b/pom.xml index f4681e31..2830a7f4 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.logging.log4j log4j-core - 2.14.1 + 2.25.1