Skip to content

Bump advanced-security/spdx-dependency-submission-action from 0.0.1 to 0.1.2#511

Closed
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/github_actions/advanced-security/spdx-dependency-submission-action-0.1.2
Closed

Bump advanced-security/spdx-dependency-submission-action from 0.0.1 to 0.1.2#511
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/github_actions/advanced-security/spdx-dependency-submission-action-0.1.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 19, 2026

Bumps advanced-security/spdx-dependency-submission-action from 0.0.1 to 0.1.2.

Release notes

Sourced from advanced-security/spdx-dependency-submission-action's releases.

v0.1.2 - features and maintenance release

What's Changed

New Contributors

Full Changelog: advanced-security/spdx-dependency-submission-action@v0.1.1...v0.1.2

v0.1.1

What's Changed

Full Changelog: advanced-security/spdx-dependency-submission-action@v0.1.0...v0.1.1

v0.1.0

What's Changed

New Contributors

Full Changelog: advanced-security/spdx-dependency-submission-action@v0.0.1...v0.1.0

Commits
  • f957edb Update dist
  • 03c6e8e Merge branch 'main' of https://github.com/advanced-security/spdx-dependency-s...
  • 03a975c deps: bump @​actions/core in the production-dependencies group
  • 58d0f52 Lazy loading submission toolkit to avoid Jest testing errors, loaded dist wit...
  • ed5417e Potential fix for code scanning alert no. 5: Workflow does not contain permis...
  • 20d17f1 Potential fix for code scanning alert no. 5: Workflow does not contain permis...
  • 6d39860 chore: bump the development-dependencies group across 1 directory with 3 updates
  • d9fb4fc deps: Bump the production-dependencies group across 1 directory with 2 updates
  • 408d49e deps: bump the production-dependencies group across 1 directory with 3 updates
  • 5d54a8d chore: bump glob in the npm_and_yarn group across 1 directory
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 19, 2026
@dependabot dependabot Bot requested a review from nam20485 as a code owner January 19, 2026 07:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 19, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 19, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/advanced-security/spdx-dependency-submission-action 169d22427d74f3faf93504e70b03eede8dab272a 🟢 6.6
Details
CheckScoreReason
Maintained🟢 1023 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 10no binaries found in the repo
Code-Review🟢 6Found 3/5 approved changesets -- score normalized to 6
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Security-Policy🟢 10security policy file detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies⚠️ 1dependency not pinned by hash detected -- score normalized to 1
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
Vulnerabilities🟢 91 existing vulnerabilities detected
SAST🟢 9SAST tool detected but not run on all commits

Scanned Files

  • .github/workflows/sbom-generate-submit.yml

Bumps [advanced-security/spdx-dependency-submission-action](https://github.com/advanced-security/spdx-dependency-submission-action) from 0.0.1 to 0.1.2.
- [Release notes](https://github.com/advanced-security/spdx-dependency-submission-action/releases)
- [Commits](advanced-security/spdx-dependency-submission-action@dc069b5...f957edb)

---
updated-dependencies:
- dependency-name: advanced-security/spdx-dependency-submission-action
  dependency-version: 0.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/advanced-security/spdx-dependency-submission-action-0.1.2 branch from ddbe1c3 to 702df6c Compare February 15, 2026 00:24
@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented Feb 15, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 file)
  • .github/workflows/sbom-generate-submit.yml

Overview:
The PR updates the spdx-dependency-submission-action from version v0.0.1 to v0.2.0 in the SBOM generation and submission workflow. This is a straightforward dependency update to use a newer version of the GitHub Action, which likely includes bug fixes and improvements.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 15, 2026

Superseded by #520.

@dependabot dependabot Bot closed this Feb 15, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/advanced-security/spdx-dependency-submission-action-0.1.2 branch February 15, 2026 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants