Keep GitHub Actions up to date with GitHub's Dependabot#1996
Merged
Conversation
I noticed this change here: blacklanternsecurity@02acd94#diff-c6756c35a5fb1d7b87dc0ed3d33a2d211374dc196f245d26a362c82c8c346d5cR131 I can only assume it was unintentional, given `id` is a python builtin function, and `str(id)` returns: ```py cmyui@Joshs-MacBook-Pro ~ % python3 Python 3.13.0 (main, Oct 7 2024, 05:02:14) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> str(id) '<built-in function id>' ```
Fix preservation of scan id at scan init
…y/dev Dev -> Stable 2.2.0
…y/dev Dev -> Stable Version Bump
Fixes software supply chain safety warnings like at the bottom right of https://github.com/blacklanternsecurity/bbot/actions/runs/11946699098 * [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot) * [Configuration options for the dependabot.yml file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem)
TheTechromancer
approved these changes
Nov 21, 2024
cclauss
added a commit
to cclauss/bbot
that referenced
this pull request
Nov 25, 2024
* blacklanternsecurity#1996 on the `stable` branch because Dependabot only runs on the default branch.
cclauss
added a commit
to cclauss/bbot
that referenced
this pull request
Nov 25, 2024
* blacklanternsecurity#1996 copied to the `stable` branch because Dependabot only runs on the default branch.
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Autogenerates pull requests like:
Fixes software supply chain safety warnings like at the bottom right of
https://github.com/blacklanternsecurity/bbot/actions/runs/11946699098