Skip to content

Release 1.1.4 Update #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 83 commits into from
Sep 6, 2024
Merged

Release 1.1.4 Update #34

merged 83 commits into from
Sep 6, 2024

Conversation

reactive-firewall
Copy link
Owner

@reactive-firewall reactive-firewall commented Sep 25, 2022

Update version to 1.1.4 as stable.

Summary by CodeRabbit

  • New Features

    • Introduced a configuration for Dependabot to automate dependency updates for Python packages and GitHub Actions.
    • Scheduled weekly updates to ensure timely maintenance of dependencies.
    • Enhanced organization of pull requests with labels and a defined commit message format.
    • Updated the version of the scorecard-action in the GitHub Actions workflow for improved analysis results.
  • Documentation

    • Added structured guidelines for managing production and development dependencies.

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@reactive-firewall reactive-firewall self-assigned this Jul 9, 2024
@reactive-firewall reactive-firewall added CI Continuous Integration Tooling Python Repo Anything Project Related documentation Improvements or additions to documentation labels Aug 19, 2024
@reactive-firewall reactive-firewall added this to the Deepsource approval milestone Aug 19, 2024
Copy link
Owner Author

@reactive-firewall reactive-firewall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re-Reviewed changes and fixes in e115972

Looks Stable.

reactive-firewall added a commit that referenced this pull request Aug 21, 2024
commit e115972
Author: Mr. Walls <[email protected]>
Date:   Tue Aug 20 16:14:39 2024 -0700

    Fixup for PR #60 to no-longer run python3.11 coverage twice in github CI (- Fixes #61 -)

commit 2abeec2
Author: Mr. Walls <[email protected]>
Date:   Tue Aug 20 15:41:11 2024 -0700

    House Keeping for PR #34

    Includes:
    - Fixes for https://github.com/reactive-firewall/python-repo/pull/34/files#r1722492778
    - Fixes for https://github.com/reactive-firewall/python-repo/pull/34/files#r1722494177
    - Fixes for https://github.com/reactive-firewall/python-repo/pull/34/files#r1722506148

commit ded92be
Author: Mr. Walls <[email protected]>
Date:   Mon Aug 19 15:05:38 2024 -0700

    Fixup for CI regarding duplicate python3.11 test results. (- Fixes #38 -)

commit 56874d1
Author: Mr. Walls <[email protected]>
Date:   Mon Aug 19 14:56:27 2024 -0700

    Fixup for CI to use latest archive upload and codecov actions.

commit 9e8b6bf
Merge: 4c7f247 b34116b
Author: Mr. Walls <[email protected]>
Date:   Mon Aug 19 14:31:36 2024 -0700

    Sync branch with 'master'

    * master:
      Minor fixup to ignore PTC-W0020 to maintain clearity in source.
      Fix up deepsource complaints (#57)

commit b34116b
Author: reactive-firewall <[email protected]>
Date:   Mon Aug 19 14:24:33 2024 -0700

    Minor fixup to ignore PTC-W0020 to maintain clearity in source.

commit 4416fbb
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 22:58:55 2024 -0700

    Fix up deepsource complaints (#57)

    Include Various Hotfixes:
    * Refactor pointless global doctoring to muzzle linter PYL-W0105 (- Fixes #54 -)
    * Resolves PYL-W0107 (- Fixes #55 -)
    * Fix Anti-pattern PYL-R0123 (- Fixes #53 -)
    * Resolve conflicting style-linting (- WIP #56 -)
    * Resolves PYL-W1503 (- Fixes #56 -)

commit 4c7f247
Merge: 1f0c4d8 07ab567
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 22:46:19 2024 -0700

    Merge branch 'master' into fix-up-deepsource

commit 07ab567
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 22:17:09 2024 -0700

    Resolves PYL-W1503 (- Fixes #56 -)

commit d6be075
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 22:07:52 2024 -0700

    Resolve conflicting style-linting (- WIP #56 -)

commit ac95909
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 21:44:41 2024 -0700

    Fix Anti-pattern PYL-R0123 (- Fixes #53 -)

commit fdcd9d9
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 21:38:17 2024 -0700

    Resolves PYL-W0107 (- Fixes #55 -)

commit 3ebab3c
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 21:30:08 2024 -0700

    Refactor pointless global doctoring to muzzle linter PYL-W0105 (- Fixes #54 -)

commit 1f0c4d8
Merge: f0a2ad4 ee529c3 5884c16 ef508d4 c7c8a17
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 22:22:46 2024 -0700

    Include 'Hotfix-114-B', 'Hotfix-114-C', 'Hotfix-114-D' and 'Hotfix-114-E' into fix-up-deepsource

    * Hotfix-114-B:
      Refactor pointless global doctoring to muzzle linter PYL-W0105 (- Fixes #54 -)

    * Hotfix-114-C:
      Resolves PYL-W0107 (- Fixes #55 -)

    * Hotfix-114-D:
      Fix Anti-pattern PYL-R0123 (- Fixes #53 -)

    * Hotfix-114-E:
      Resolves PYL-W1503 (- Fixes #56 -)
      Resolve conflicting style-linting (- WIP #56 -)

commit c7c8a17
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 22:17:09 2024 -0700

    Resolves PYL-W1503 (- Fixes #56 -)

commit 082f624
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 22:07:52 2024 -0700

    Resolve conflicting style-linting (- WIP #56 -)

commit ef508d4
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 21:44:41 2024 -0700

    Fix Anti-pattern PYL-R0123 (- Fixes #53 -)

commit 5884c16
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 21:38:17 2024 -0700

    Resolves PYL-W0107 (- Fixes #55 -)

commit ee529c3
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 21:30:08 2024 -0700

    Refactor pointless global doctoring to muzzle linter PYL-W0105 (- Fixes #54 -)

commit 470ee5f
Merge: 03ba956 f0a2ad4
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 19:58:29 2024 -0700

    Merge pull request #52 from reactive-firewall/fix-up-deepsource

    Minor Update to resolve linter issues:

    - PYL-W0622 ( see  #50 )
    - FLK-D204
    - FLK-D209
    - `codecov.yml` refactor for current syntax
    All changes are trivial and stylistic.

commit f0a2ad4
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 19:43:36 2024 -0700

    Fixup .codecov.yml

commit 8c7a1a2
Merge: aa386db 5387136
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 19:12:27 2024 -0700

    Include 'Hotfix-114-A'

    * Hotfix-114-A:
      Fixup typo (- Fixes #50 -)

commit aa386db
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 19:10:02 2024 -0700

    Refactored docstring for style to scilence linter FLK-D209.

commit b0fc5e0
Author: Mr. Walls <[email protected]>
Date:   Sun Jul 14 19:06:25 2024 -0700

    Added styleistic newline for FLK-D204 linter

commit 5387136
Author: Mr. Walls <[email protected]>
Date:   Sat Jul 13 12:00:01 2024 -0700

    Fixup typo (- Fixes #50 -)

commit 03ba956
Merge: 5f11d12 259ffb6 f23e54a 3566cda
Author: Mr. Walls <[email protected]>
Date:   Fri Jul 12 21:15:04 2024 -0700

    Merge branches 'skip-silly-PYL-W0621', 'skip-early-del-PTC-W0043', 'skip-ambiguous-module-PYL-C0414' and 'fix-up-overload-PYL-W0622'

    * skip-silly-PYL-W0621:
      refactor to avoid PYL-W0621 ( - Fixes #49 - )

    * skip-early-del-PTC-W0043:
      Marked early del to ignore false-positives of PYL-W0043 ( - Fixes #47 - )

    * skip-ambiguous-module-PYL-C0414:
      Marked early del to ignore false-positives of PYL-C0414 ( - Fixes #48 - )

    * fix-up-overload-PYL-W0622:
      comment to skip false PYL-W0622 ( - Fixes #50 - )

commit 3566cda
Author: Mr. Walls <[email protected]>
Date:   Fri Jul 12 21:11:10 2024 -0700

    comment to skip false PYL-W0622 ( - Fixes #50 - )

commit 5f11d12
Author: Mr. Walls <[email protected]>
Date:   Fri Jul 12 21:05:44 2024 -0700

    refactor to avoid PYL-W0621 ( - Fixes #49 - )

commit 259ffb6
Author: Mr. Walls <[email protected]>
Date:   Fri Jul 12 20:23:05 2024 -0700

    Marked early del to ignore false-positives of PYL-W0043 ( - Fixes #47 - )

commit f23e54a
Author: Mr. Walls <[email protected]>
Date:   Fri Jul 12 20:38:46 2024 -0700

    Marked early del to ignore false-positives of PYL-C0414 ( - Fixes #48 - )

commit 86d4374
Author: Mr. Walls <[email protected]>
Date:   Fri Jul 12 18:58:01 2024 -0700

    Harden default permissions of GH actions ( - Fixes #39  and #40 - )

    * Harden default permissions of GH actions ( - Fixes #39 - )
    * Bump version  of GH checkout action ( - WIP #40 / WIP #44 - )
    * Bump version  of GH setup-pytho action ( - Fixes #44  - )
    * Simplify eager triggers of GH actions ( - Resolves #42 - )

commit 4dca608
Merge: 2b8730a c2194fe cdba8ce
Author: Mr. Walls <[email protected]>
Date:   Thu Jul 11 00:16:04 2024 -0700

    Merge branches 'security-fix-1' and 'security-fix-2'

    * security-fix-1:
      Fix CWE-73 found in PR #37

    * security-fix-2:
      Harden default permissions of GH actions ( - Fixes #39 - )

commit cdba8ce
Author: Mr. Walls <[email protected]>
Date:   Thu Jul 11 00:13:22 2024 -0700

    Harden default permissions of GH actions ( - Fixes #39 - )

commit c2194fe
Author: Mr. Walls <[email protected]>
Date:   Wed Jul 10 23:55:09 2024 -0700

    Fix CWE-73 found in PR #37

commit 2b8730a
Merge: 1d53595 29d4740
Author: Mr. Walls <[email protected]>
Date:   Wed Jul 10 18:39:35 2024 -0700

    Merge branch 'score-card-revert-patch' and 'labeler-patch' into temp-merge

    * temp-merge
      Bumped Action versions and perms

    * labeler-patch:
      Cleanup Labeler config.
      Updated lables config for latest version.

    * score-card-revert-patch
      Revert to only check default branch to fix regression ( - Fixed #38 - )
      Create scorecards.yml

commit 29d4740
Author: Mr. Walls <[email protected]>
Date:   Wed Jul 10 18:32:35 2024 -0700

    Cleanup Labeler config.

commit 46a060a
Merge: 60b2850 1d53595
Author: Mr. Walls <[email protected]>
Date:   Wed Jul 10 18:16:36 2024 -0700

    Merge branches 'score-card-revert-patch' and 'temp-merge' and 'labeler-patch'

    * score-card-revert-patch:
      Revert to only check default branch to fix regression ( - Fixed #38 - )

    * temp-merge
      PR #37

    * temp-merge:

commit 60b2850
Author: Mr. Walls <[email protected]>
Date:   Wed Jul 10 16:31:07 2024 -0700

    Revert to only check default branch to fix regression ( - Fixed #38 - )

commit dd6b74c
Author: Mr. Walls <[email protected]>
Date:   Wed Jul 10 16:08:21 2024 -0700

    Updated lables config for latest version.

commit 632a61f
Author: reactive-firewall <[email protected]>
Date:   Wed Jul 10 15:35:47 2024 -0700

    Bumped Action versions and perms

commit c3c2570
Author: Mr. Walls <[email protected]>
Date:   Tue Jul 9 19:33:34 2024 -0700

    Create scorecards.yml

    Upgrade to new version of scorecards-analysis.yml actions

commit 1d53595
Merge: 90f7b47 0bed4f7
Author: Mr. Walls <[email protected]>
Date:   Tue Jul 9 20:38:38 2024 -0700

    Merge pull request #35 from reactive-firewall/reactive-firewall-patch-1

    Patch Score-card actions

commit 0bed4f7
Merge: 542a658 b9cdf0c
Author: Mr. Walls <[email protected]>
Date:   Tue Jul 9 19:57:43 2024 -0700

    Merge pull request #36 from reactive-firewall/labeler-patch

    Update Labeler.yml to new version

commit b9cdf0c
Author: Mr. Walls <[email protected]>
Date:   Tue Jul 9 19:55:15 2024 -0700

    Update Labeler.yml to new version

    Updated out-of-date labeler action too.

commit 542a658
Author: Mr. Walls <[email protected]>
Date:   Tue Jul 9 19:36:25 2024 -0700

    Delete .github/workflows/scorecards.yml

    Remove new filename

commit 0a165a7
Author: Mr. Walls <[email protected]>
Date:   Tue Jul 9 19:35:58 2024 -0700

    Update scorecards-analysis.yml

    Move to old filename

commit 229a693
Author: Mr. Walls <[email protected]>
Date:   Tue Jul 9 19:33:34 2024 -0700

    Create scorecards.yml

    Upgrade to new version of scorecards-analysis.yml actions

commit 90f7b47
Author: Mr. Walls <[email protected]>
Date:   Tue Jul 9 19:02:13 2024 -0700

    Fixed a few anti-patterns.

commit 39a5fa2
Author: Mr. Walls <[email protected]>
Date:   Tue Jul 9 17:50:09 2024 -0700

    Migration to new CircleCI docker images

    see https://circleci.com/developer/images/image/cimg/python for more.

commit ab5b574
Author: Mr. Walls <[email protected]>
Date:   Mon Jul 8 22:17:11 2024 -0700

    Regression fix for Circle-CI missing python3.11+

commit e25b751
Author: Mr. Walls <[email protected]>
Date:   Mon Jul 8 22:07:45 2024 -0700

    Regression fix (whitespace)

commit 7a0e54c
Author: Mr. Walls <[email protected]>
Date:   Mon Jul 8 22:04:08 2024 -0700

    Debugging GH actions.

commit e71709f
Author: Mr. Walls <[email protected]>
Date:   Mon Jul 8 21:43:21 2024 -0700

    Regression fix for repo url.

commit 3dbd9f8
Author: Mr. Walls <[email protected]>
Date:   Mon Jul 8 21:32:52 2024 -0700

    Regression fix for GH Actions and user-install action

commit 993e752
Author: Mr. Walls <[email protected]>
Date:   Mon Jul 8 19:43:13 2024 -0700

    Updated for 2024

     + New github templates for issues and PRs etc.
     + Updated cc year
     + added template GH action examples (see first GH action tests)
     + updated circle-ci to use newer python versions

commit c13a528
Author: reactive-firewall <[email protected]>
Date:   Sun Sep 25 11:19:34 2022 -0700

    Removed trailing whitespace. ( Fix for #29 )

commit b66f119
Merge: 3158d43 61b9815
Author: Mr. Walls <[email protected]>
Date:   Sun Sep 25 11:04:55 2022 -0700

    Merge pull request #32 from reactive-firewall/master

    Prep for Security Feature branch

commit 61b9815
Author: reactive-firewall <[email protected]>
Date:   Sun Sep 25 10:55:21 2022 -0700

    tweak to apese deepsource padantics. Less than ideal.

commit ee2cf63
Author: reactive-firewall <[email protected]>
Date:   Sun Sep 25 10:26:57 2022 -0700

    Fixed a typo.

commit 6d10c4c
Author: reactive-firewall <[email protected]>
Date:   Sun Sep 25 10:24:45 2022 -0700

    Fixed a typo.

commit c5ff889
Author: reactive-firewall <[email protected]>
Date:   Sun Sep 25 10:22:59 2022 -0700

    tweak to apese deepsource padantics. Less than ideal.

commit defb45e
Author: reactive-firewall <[email protected]>
Date:   Sun Sep 25 10:11:01 2022 -0700

    tweak to apese deepsource padantics.

commit 1b4734b
Author: reactive-firewall <[email protected]>
Date:   Sun Sep 25 10:04:54 2022 -0700

    Swap whitespace for docs to apese deepsource padantics.

commit 0751ed9
Author: reactive-firewall <[email protected]>
Date:   Fri Sep 23 19:01:20 2022 -0700

    Less is More...

commit 8cb602f
Author: reactive-firewall <[email protected]>
Date:   Fri Sep 23 18:41:41 2022 -0700

    Slight improvement to code style.

commit 9af5c27
Author: reactive-firewall <[email protected]>
Date:   Fri Sep 23 18:36:04 2022 -0700

    Regression fix for code style.

commit 4a3bc67
Author: reactive-firewall <[email protected]>
Date:   Fri Sep 23 18:26:57 2022 -0700

    Regression fix for some anti-patterns

commit ff308fc
Author: reactive-firewall <[email protected]>
Date:   Fri Sep 23 17:44:30 2022 -0700

    Version 1.1.4 supplemental update

commit 83cfc31
Author: reactive-firewall <[email protected]>
Date:   Mon Aug 29 19:53:44 2022 -0700

    workaround different flake support for del() vs del x

commit 035231f
Author: reactive-firewall <[email protected]>
Date:   Mon Aug 29 19:42:41 2022 -0700

    xcode workspace renomalized with xml lint

commit 3158d43
Author: Mr. Walls <[email protected]>
Date:   Fri Jan 14 03:08:44 2022 -0800

    Create scorecards-analysis.yml

commit 5e694d0
Author: reactive-firewall <[email protected]>
Date:   Mon Mar 23 21:46:28 2020 -0700

    Style fixes and CI retest

commit 3430afe
Author: reactive-firewall <[email protected]>
Date:   Mon Mar 23 20:10:02 2020 -0700

    Adding deepsource.io to CI pipeline

commit 6401e1c
Author: reactive-firewall <[email protected]>
Date:   Sat Jan 18 17:51:52 2020 -0800

    Another attempt at Build Config updates
- Resolves issue #67 and others raised during code review.

Signed-off-by: Mr. Walls <[email protected]>
- Resolves issue #67 and others raised during code review.

---
🩹 **Caution:** Dependabot seems confused by the nature of this development branch and is unable to cope, so while dangerous, its CI failures will be ignored for this PR.
---

Squashes: 
* Create dependabot.yml f5dad4c
* [STYLE] Apply suggestions from code review (- WIP #67 & PR #66 -) 776159a
* [REGRESSION] Fix .github/dependabot.yml spacing (- WIP PR #66 -) a67d225
Copy link

coderabbitai bot commented Sep 6, 2024

Walkthrough

The changes introduce a new configuration file for Dependabot, enhancing the management of dependency updates for Python packages and GitHub Actions workflows. The setup specifies monitored package ecosystems, categorizes dependencies, and establishes a weekly update schedule. It also includes labels for pull requests, a consistent commit message format, and designated assignees for managing updates. Additionally, the version of the scorecard-action in the GitHub Actions workflow has been updated.

Changes

Files Change Summary
.github/dependabot.yml Added configuration for Dependabot, specifying version, updates, package ecosystems, directories, milestone, target branch, versioning strategy, labels, groups, assignees, commit message format, and schedule.
.github/workflows/scorecards.yml Updated scorecard-action version from v2.3.1 to v2.4.0 in the workflow configuration.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Dependabot
    participant Repository

    User->>Repository: Initiates dependency update
    Repository->>Dependabot: Triggers update check
    Dependabot->>Repository: Checks for updates
    Repository->>Dependabot: Returns available updates
    Dependabot->>Repository: Creates pull request for updates
    Repository->>User: Notifies user of new pull request
Loading

🐇 "In the garden where updates bloom,
A rabbit hops with joy, not gloom.
Dependabot’s tune, a weekly delight,
Keeps our packages shining bright!
With labels and commits so neat,
Our code's now ready, oh what a treat!" 🥕


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

reactive-firewall and others added 3 commits September 5, 2024 17:12
…#66 -)

* master:
  [CI] Create dependabot.yml for version updating (#66)

**WARNING:** UNSTABLE COMMIT
  🙉 This commit is, (and all of Hotfix-114-C are,) broken but still required to unify the divergent branches. Pardon the kludge. 🙈

Commit 1 of many. Please wait.
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@0864cf1...62b2cac)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 8eee18d and 96453e7.

Files selected for processing (1)
  • .github/dependabot.yml (1 hunks)

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 96453e7 and 3fa44e5.

Files selected for processing (1)
  • .github/workflows/scorecards.yml (1 hunks)
Additional comments not posted (1)
.github/workflows/scorecards.yml (1)

40-40: Approve the version update but verify compatibility and new features.

The update to ossf/[email protected] is noted. It's crucial to ensure that this new version integrates seamlessly with the existing workflow and leverages any new features or improvements effectively.

Run the following script to verify the new features and compatibility:

Verification successful

Approve the version update to ossf/[email protected].

The update includes a stable release of the scorecard, improved license alert sensitivity, and documentation enhancements. These changes should enhance the workflow's security scanning capabilities without introducing breaking changes. Ensure that the lowered SARIF alert threshold aligns with your project's compliance requirements.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the new features and compatibility of the updated scorecard-action.

# Test: Search for the release notes of v2.4.0. Expect: Detailed list of new features and bug fixes.
curl -s https://github.com/ossf/scorecard-action/releases/tag/v2.4.0 | grep -oP '(?<=<li>).*(?=</li>)'

Length of output: 2745

Copy link

codecov bot commented Sep 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.000%. Comparing base (8eee18d) to head (3fa44e5).
Report is 83 commits behind head on stable.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             stable        #34   +/-   ##
===========================================
  Coverage   100.000%   100.000%           
===========================================
  Files             1          1           
  Lines            33         33           
===========================================
  Hits             33         33           
Flag Coverage Δ
3.10 96.970% <ø> (ø)
3.11 100.000% <ø> (ø)
3.12 100.000% <ø> (ø)
3.7 96.429% <ø> (ø)
3.8 96.429% <ø> (ø)
3.9 96.429% <ø> (ø)
macos-13 96.970% <ø> (ø)
macos-latest 100.000% <ø> (ø)
ubuntu-latest 100.000% <ø> (ø)
windows-latest 96.970% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8eee18d...3fa44e5. Read the comment docs.

@reactive-firewall reactive-firewall merged commit 3fa44e5 into stable Sep 6, 2024
170 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bash Lang Changes to the BASH scripts Bug Something isn't working CI Continuous Integration Tooling Code-Climate Configs Improvements or additions to configuration documentation Improvements or additions to documentation GitHub Anything Meta Linter Any linter tool or setting file enhancements Python Lang Changes to Python source code Python Repo Anything Project Related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: CI can't handle multiple runs of python3.11 with coverage artifacts anymore
1 participant