mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #1931] [MERGED] build(deps): bump megalinter/megalinter from 7.1.0 to 7.2.1 #2196
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#2196
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/1931
Author: @dependabot[bot]
Created: 7/31/2023
Status: ✅ Merged
Merged: 8/8/2023
Merged by: @mergify[bot]
Base:
master← Head:dependabot/github_actions/megalinter/megalinter-7.2.1📝 Commits (3)
cb0407fbuild(deps): bump megalinter/megalinter from 7.1.0 to 7.2.1bd841adUpdate deps of test actiond46188fMerge branch 'master' into dependabot/github_actions/megalinter/megalinter-7.2.1📊 Changes
991 files changed (+302650 additions, -336 deletions)
View changed files
📝
.github/workflows/checks.yml(+1 -1)➕
pkg/runner/testdata/actions/node12/node_modules/.bin/ncc(+1 -0)➕
pkg/runner/testdata/actions/node12/node_modules/.bin/uuid(+1 -0)➕
pkg/runner/testdata/actions/node12/node_modules/.package-lock.json(+244 -0)➕
pkg/runner/testdata/actions/node12/node_modules/@actions/core/LICENSE.md(+9 -0)➕
pkg/runner/testdata/actions/node12/node_modules/@actions/core/README.md(+335 -0)➕
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/command.d.ts(+15 -0)➕
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/command.js(+92 -0)➕
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/command.js.map(+1 -0)➕
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/core.d.ts(+198 -0)➕
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/core.js(+336 -0)➕
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/core.js.map(+1 -0)➕
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/file-command.d.ts(+2 -0)➕
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/file-command.js(+58 -0)➕
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/file-command.js.map(+1 -0)➕
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/oidc-utils.d.ts(+7 -0)➕
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/oidc-utils.js(+77 -0)➕
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/oidc-utils.js.map(+1 -0)➕
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/path-utils.d.ts(+25 -0)➕
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/path-utils.js(+58 -0)...and 80 more files
📄 Description
Bumps megalinter/megalinter from 7.1.0 to 7.2.1.
Release notes
Sourced from megalinter/megalinter's releases.
... (truncated)
Changelog
Sourced from megalinter/megalinter's changelog.
... (truncated)
Commits
63776c4Release MegaLinter v7.2.1373b28c[automation] Auto-update linters version, help and documentation (#2841)2fd06bb[automation] Auto-update linters version, help and documentation (#2839)685120cCall trufflehog with--only-verifiedto avoid false positives in .git/confi...f7f767aFix TAP reporter (3 real dots instead if 3 dots character) (#2837)1817656[automation] Auto-update linters version, help and documentation (#2833)504a03e[automation] Auto-update linters version, help and documentation (#2831)c72cdeaRelease MegaLinter v7.2.0e7eae31[automation] Auto-update linters version, help and documentation (#2830)c3d606a[automation] Auto-update linters version, help and documentation (#2828)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Commit Message
{{title}} (#1931)
Bumps megalinter/megalinter from 7.1.0 to 7.2.1.
updated-dependencies:
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] support@github.com
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.