chore(deps): update dependabot/fetch-metadata action to v1.7.0 #82
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.
This PR contains the following updates:
v1.1.1
->v1.7.0
Release Notes
dependabot/fetch-metadata (dependabot/fetch-metadata)
v1.7.0
Compare Source
What's Changed
diff
directory by @jeffwidman in https://github.com/dependabot/fetch-metadata/pull/278New Contributors
Full Changelog: dependabot/fetch-metadata@v1.6.0...v1.7.0
v1.6.0
Compare Source
What's Changed
.vscode
folder to.gitignore
by @timothy-humphrey in https://github.com/dependabot/fetch-metadata/pull/385New Contributors
Full Changelog: dependabot/fetch-metadata@v1...v1.6.0
v1.5.1
Compare Source
What's Changed
Bugfix:
Dep bumps that are trivial so decided to keep this a patch release:
Internal-facing infra changes:
eslint
-related deps by @jeffwidman in https://github.com/dependabot/fetch-metadata/pull/374Full Changelog: dependabot/fetch-metadata@v1...v1.5.1
v1.5.0
Compare Source
What's Changed
New Features:
Bumped Deps:
Docs:
Code cleanup:
GITHUB_TOKEN
by @jeffwidman in https://github.com/dependabot/fetch-metadata/pull/357bin/bump-version
by @jeffwidman in https://github.com/dependabot/fetch-metadata/pull/368set-output
by @jeffwidman in https://github.com/dependabot/fetch-metadata/pull/370v1
tag to the latest release by @jeffwidman in https://github.com/dependabot/fetch-metadata/pull/361Full Changelog: dependabot/fetch-metadata@v1...v1.5.0
v1.4.0
Compare Source
New Features
Bugfix
v
on commit message versions by @jonmcquillan in https://github.com/dependabot/fetch-metadata/pull/338Dep Bumps
Other
New Contributors
Full Changelog: dependabot/fetch-metadata@v1...v1.4.0
v1.3.6
Compare Source
What's Changed
git pull
fetches all branches/tags by @jeffwidman in https://github.com/dependabot/fetch-metadata/pull/284New Contributors
Full Changelog: dependabot/fetch-metadata@v1...v1.3.6
v1.3.5
Compare Source
What's Changed
README.md
by @jeffwidman in https://github.com/dependabot/fetch-metadata/pull/280New Contributors
Full Changelog: dependabot/fetch-metadata@v1...v1.3.5
v1.3.4
Compare Source
What's Changed
New Contributors
Full Changelog: dependabot/fetch-metadata@v1.3.3...v1.3.4
v1.3.3
Compare Source
What's Changed
New Contributors
Full Changelog: dependabot/fetch-metadata@v1.3.2...v1.3.3
v1.3.2
Compare Source
What's Changed
New Contributors
Full Changelog: dependabot/fetch-metadata@v1.3.1...v1.3.2
v1.3.1
Compare Source
Highlights
This release is primarily catching up on our dependencies, but it also includes a few bug fixes:
update-type
to be blank occasionally, thanks @mwaddellWhat's Changed
update-type
is missing for some reason, calculate it by @mwaddell in https://github.com/dependabot/fetch-metadata/pull/173New Contributors
Full Changelog: dependabot/fetch-metadata@v1.3.0...v1.3.1
v1.3.0
: - Fetch additional metadata via the GitHub APICompare Source
Highlights
🆕 Fetch additional metadata about Dependabot commits
You can now optionally enable API lookups within the Action to retrieve extra information about Dependabot PRs.
Example:
The flags enable the following new outputs:
steps.dependabot-metadata.outputs.alert-state
alert-lookup
istrue
, this contains the current state of that alert (OPEN, FIXED or DISMISSED).steps.dependabot-metadata.outputs.ghsa-id
alert-lookup
istrue
, this contains the GHSA-ID of that alert.steps.dependabot-metadata.outputs.cvss
alert-lookup
istrue
, this contains the CVSS value of that alert (otherwise it contains 0).steps.dependabot-metadata.outputs.compatibility-score
compat-lookup
istrue
, this contains the compatibility score (otherwise it contains 0).Many thanks to @mwaddell for contributing these additional flags 🥇
The Action no longer fails if other commits are present
We received feedback at this change was highly obtrusive and blocking common workflows that merging in the target branch. Following on from changes in 1.2.1 to make it easier for a user to re-run failed workflows this friction was much more obvious.
Thanks for the feedback, and thanks @mwaddell for contributing the change.
The Action defaults to using the GITHUB_TOKEN
This makes us consistent with other GitHub Actions such as
actions/checkout
in using the baseline token provided to the workflow. Since the Action doesn't have any features which require write scopes this defaulting is adequate for all use cases.Thanks @jablko for contributing this change 🏆
What's Changed
bump-version
to update README.md as well by @mwaddell in https://github.com/dependabot/fetch-metadata/pull/163New Contributors
Full Changelog: dependabot/fetch-metadata@v1.2.1...v1.3.0
v1.2.1
: - Workflows may be re-ran by someone other than DependabotCompare Source
Highlights:
fetch-metadata
workflows can be retried, thanks @mwaddell!What's Changed
dependency-type
values by @mwaddell in https://github.com/dependabot/fetch-metadata/pull/145Full Changelog: dependabot/fetch-metadata@v1.2.0...v1.2.1
v1.2.0
: - Updated outputsCompare Source
What's Changed
directory
,package-ecosystem
, andtarget-branch
as outputs by @mwaddell in https://github.com/dependabot/fetch-metadata/pull/139All other changes are dev or build related.
Full Changelog: dependabot/fetch-metadata@v1.1.1...v1.2.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
disabled