Skip to content
Merged
Changes from 8 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
2 changes: 1 addition & 1 deletion .github/workflows/rotate-bdba-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Generate new BDBA API token
id: generate_bdba_token
id: generate-bdba-token
run: |
# Generate new token from the Black Duck Binary Analysis API
# Using the validity period of 3888000 seconds (45 days)
Expand Down