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 whelk-io/maven-settings-xml-action from v12 to v14 #525

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2020

Bumps whelk-io/maven-settings-xml-action from v12 to v14.

Release notes

Sourced from whelk-io/maven-settings-xml-action's releases.

Add support for plugin groups

Now supporting pluginGroups

Configuration

- name: maven-settings-xml-action
  uses: whelk-io/maven-settings-xml-action@v14
  with:
    plugin_groups: '[ "some.plugin.group.id", "some.other.plugin.group.id" ]'

Output

<settings>
  ...
  <pluginGroups>
    <pluginGroup>org.eclipse.jetty</pluginGroup>
  </pluginGroups>
  ...
</settings>

Update dependencies to resolve vulnerabilities

No release notes provided.

Commits
  • f2ce02a Merge pull request #73 from whelk-io/develop
  • 100a268 Merge pull request #72 from SkySoft-ATM/feature/plugin_groups
  • 4100496 Correction of link text in README
  • 1c4bae6 Merge remote-tracking branch 'upstream/develop' into feature/plugin_groups
  • 58c81de Merge pull request #71 from whelk-io/dependabot/github_actions/develop/action...
  • 60b5790 correction of indentation
  • ea9098f support pluginGroups
  • cd4af0b Bump actions/checkout from v2.3.3 to v2.3.4
  • a43ecf2 Merge pull request #70 from whelk-io/develop
  • d07f5c9 Merge pull request #69 from whelk-io/feature/zteater/update-readme
  • Additional commits viewable in compare view

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 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Nov 16, 2020
@codecov
Copy link

codecov bot commented Nov 16, 2020

Codecov Report

Merging #525 (2aec9cd) into master (7b86585) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #525   +/-   ##
=========================================
  Coverage     81.90%   81.90%           
  Complexity     1576     1576           
=========================================
  Files            75       75           
  Lines          3974     3974           
  Branches       1259     1259           
=========================================
  Hits           3255     3255           
  Misses          212      212           
  Partials        507      507           
Flag Coverage Δ Complexity Δ
unittests 81.90% <ø> (ø) 0.00 <ø> (ø)

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


Continue to review full report at Codecov.

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

@petertrr petertrr merged commit d296add into master Nov 16, 2020
@petertrr petertrr deleted the dependabot/github_actions/whelk-io/maven-settings-xml-action-v14 branch November 16, 2020 07:17
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