Skip to content
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

Bump paambaati/codeclimate-action from 8.0.0 to 9.0.0 #290

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2024

Bumps paambaati/codeclimate-action from 8.0.0 to 9.0.0.

Release notes

Sourced from paambaati/codeclimate-action's releases.

v9.0.0

9.0.0 (2024-08-21)

Features

  • core: add support for batch-size (3c144ec)

Miscellaneous Chores

Changelog

Sourced from paambaati/codeclimate-action's changelog.

Changelog

9.0.0 (2024-08-21)

Features

  • core: add support for batch-size (3c144ec)

Miscellaneous Chores

8.0.0 (2024-06-12)

⚠ BREAKING CHANGES

  • declare new environment verification option in action.yml
  • new environment verification flag
  • new environment verification flag
  • migrate everything to ESM-only
  • upgrade module to ESM
  • ci: this doesn't change the functionality of the core action, but it does change how releases are made in the future.
  • Trying to make semantic-release push a new release
  • this should ideally get published as v5
  • this should ideally get published as v5
  • core: Support Windows, now that CodeClimate has released a Windows binary of the reporter – see codeclimate.com/changelog/7dd79ee1cf1af7141b2bd18b
  • core: Support Windows, now that CodeClimate has released a Windows binary of the reporter
  • ci: semantic-release and its process is fundamentally broken when the repo moved from master to main for its main branch. This is an attempt to try to unfuck the git log/ref notes

core

Features

  • ci: replace semantic-release with Google's release-please. (854ea46)
  • core/internal: migrate to Japa as test runner. (c909795)
  • core: cleanup downloaded artifacts (f331896), closes #639
  • core: migrate everything to ESM-only (6e2b10b)
  • core: support fork PRs. (70a75ac), closes #627
  • core: Support Windows (f0efca8)
  • core: Support Windows (9787ba6)
  • migrate everything to ESM-only (fed36ec)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/paambaati/codeclimate-action/releases)
- [Changelog](https://github.com/paambaati/codeclimate-action/blob/main/CHANGELOG.md)
- [Commits](paambaati/codeclimate-action@7c100bd...f429536)

---
updated-dependencies:
- dependency-name: paambaati/codeclimate-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 25, 2024
Copy link
Contributor

Dependency Review

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

OpenSSF Scorecard

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

Scanned Manifest Files

.github/workflows/test.yml

Copy link
Contributor

Test Results

  4 files  ±0   48 suites  ±0   7s ⏱️ +2s
225 tests ±0  225 ✅ ±0  0 💤 ±0  0 ❌ ±0 
900 runs  ±0  900 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 8cd634f. ± Comparison against base commit ee34c7c.

Copy link

codeclimate bot commented Aug 25, 2024

Code Climate has analyzed commit 8cd634f and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 76.7% (0.0% change).

View more on Code Climate.

Copy link
Collaborator

@soumeh01 soumeh01 left a comment

Choose a reason for hiding this comment

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

LGTM

@soumeh01 soumeh01 merged commit 42e6318 into main Sep 2, 2024
12 checks passed
@soumeh01 soumeh01 deleted the dependabot/github_actions/paambaati/codeclimate-action-9.0.0 branch September 2, 2024 07:03
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.

1 participant