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 12 to 22 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps whelk-io/maven-settings-xml-action from 12 to 22.

Release notes

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

Node and dependency upgrade

What's Changed

Full Changelog: whelk-io/maven-settings-xml-action@v21...v22

Node and dependency upgrade

  • Upgrade action to use Node 16
  • Bump dependencies to latest versions

Support for proxies

  • Add support for proxies
  • Upgrade actions/setup-java from 1.4.3 to 2.2.0

Add option for custom filepath for settings.xml

  • Add option for custom filepath for settings.xml, fixes #111

  • Add basic maven application for testing build, fixes #114

  • Add CodeQL analysis automated workflow

Default repository and activeProfile configuration

Maven Central is now an optional repository. Override this default configuration at repository.

- name: maven-settings-xml-action
  uses: whelk-io/maven-settings-xml-action@v17
  with:
    repositories: |
      [
        {
          "id": "some-repository",
          "name": "some-repository-name",
          "url": "http://some.repository.url",
          "releases": {
            "enabled": "true"
          },
          "snapshots": {
            "enabled": "false"
          }
        }
      ]

When repository is not configured, the following default is applied to settings.xml:

<profiles>
</tr></table> 

... (truncated)

Commits
  • 9dc09b2 release(): Latest develop build to main (#168)
  • eaa0169 Upgrade node, xmldom, and mocha to latest version (#142) (#165)
  • 385d4a3 Bump word-wrap from 1.2.3 to 1.2.4 (#160)
  • 1702dcd Bump @​xmldom/xmldom from 0.8.3 to 0.8.4 (#156)
  • 7c60eb9 Release dependency updates (#151)
  • 554f3ca Upgrade dependencies to latest versions, clear vulnerabilities (#144)
  • ca5d4e9 Bump @​xmldom/xmldom from 0.7.5 to 0.8.3 (#149)
  • cee7c2f Upgrade dependencies to latest versions, clear vulnerabilities (#143)
  • 2128753 Merge pull request #129 from whelk-io/develop
  • b139582 Update README.md
  • 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 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 [whelk-io/maven-settings-xml-action](https://github.com/whelk-io/maven-settings-xml-action) from 12 to 22.
- [Release notes](https://github.com/whelk-io/maven-settings-xml-action/releases)
- [Commits](whelk-io/maven-settings-xml-action@v12...v22)

---
updated-dependencies:
- dependency-name: whelk-io/maven-settings-xml-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Feb 19, 2024

The following labels could not be found: dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants