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

build(deps): bump gittools/actions from 1 to 2 #198

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps gittools/actions from 1 to 2.

Release notes

Sourced from gittools/actions's releases.

v2.0.0

What's Changed

Full Changelog: GitTools/actions@v1.2.0...v2.0.0

v1.2.0

What's Changed

... (truncated)

Commits
  • d2063e5 updated code/samples to use version latest version of tools
  • 95a86de Merge pull request #1186 from arturcic/main
  • 48a39b9 #1183 - updated examples to use the correct GRM arguments
  • edbb8af Merge pull request #1185 from arturcic/main
  • 214f10e dist update
  • 57b6e5e #1184 - allow GRM versions up to 0.20.0
  • e9ae5a5 update examples version to 2.0.0
  • b8bc16a switch to production release
  • 136b869 Merge pull request #1179 from GitTools/dependabot/npm_and_yarn/eslint-plugin-...
  • c33ec7b Bump eslint-plugin-promise from 6.4.0 to 6.6.0
  • 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 will merge this PR once CI passes on it, as requested by @guibranco.


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)

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

The following labels could not be found: github-actions, dependencies.

@guibranco guibranco enabled auto-merge (squash) July 29, 2024 03:18
@gstraccini gstraccini bot added the ☑️ auto-merge Automatic merging of pull requests (gstraccini-bot) label Jul 29, 2024
@gstraccini gstraccini bot added the 🤖 bot Automated processes or integrations label Jul 29, 2024
Copy link
Owner

@guibranco guibranco left a comment

Choose a reason for hiding this comment

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

Automatically approved by gstraccini[bot]

@guibranco
Copy link
Owner

@dependabot squash and merge

@github-actions github-actions bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 29, 2024
Copy link

deepsource-io bot commented Jul 29, 2024

Here's the code health analysis summary for commits 3171fe4..37de713. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Test coverage LogoTest coverage✅ SuccessView Check ↗
DeepSource SQL LogoSQL✅ SuccessView Check ↗
DeepSource Secrets LogoSecrets✅ SuccessView Check ↗
DeepSource PHP LogoPHP✅ SuccessView Check ↗
DeepSource Docker LogoDocker✅ SuccessView Check ↗

Code Coverage Report

MetricAggregatePhp
Branch Coverage100%100%
Composite Coverage95.7%95.7%
Line Coverage95.7%95.7%

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

codacy-production bot commented Jul 29, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (3171fe4) 235 225 95.74%
Head commit (37de713) 235 (+0) 225 (+0) 95.74% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#198) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences


🚀 Don’t miss a bit, follow what’s new on Codacy.

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Bumps [gittools/actions](https://github.com/gittools/actions) from 1 to 2.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](GitTools/actions@v1...v2)

---
updated-dependencies:
- dependency-name: gittools/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/gittools/actions-2 branch from 07cb68b to 37de713 Compare July 29, 2024 03:20
Copy link
Contributor

Infisical secrets check: ✅ No secrets leaked!

Scan results:

3:21AM INF scanning for exposed secrets...
3:21AM INF 132 commits scanned.
3:21AM INF scan completed in 425ms
3:21AM INF no leaks found

Copy link

sonarcloud bot commented Jul 29, 2024

Copy link

codecov bot commented Jul 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.65%. Comparing base (3171fe4) to head (37de713).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #198   +/-   ##
=======================================
  Coverage   95.65%   95.65%           
=======================================
  Files           8        8           
  Lines         230      230           
=======================================
  Hits          220      220           
  Misses         10       10           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@guibranco guibranco merged commit 9191021 into main Jul 29, 2024
37 checks passed