Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/bd-ss-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.14.1</version>
<version>2.25.1</version>
</dependency>
</dependencies>

Expand Down
Loading