Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Bump whelk-io/maven-settings-xml-action from 9 to 20 #95

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2021

Bumps whelk-io/maven-settings-xml-action from 9 to 20.

Release notes

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

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>
  <profile>
    <id>github</id>
    <repositories>
      <repository>
        <id>central</id>
        <name>Maven Central</name>
        <url>https://repo1.maven.org/maven2</url>
        <releases>
          <enabled>true</enabled>
        </releases>
        <snapshots>
          <enabled>false</enabled>
</tr></table> 

... (truncated)

Commits
  • 8a613be Merge pull request #128 from whelk-io/develop
  • 70088ab Add support for proxies (#127)
  • 3f314ea resolve merge conflicts with dist
  • ead4cd5 Merge remote-tracking branch 'origin/main' into develop
  • d38dada update readme
  • f011c4d Merge pull request #124 from wsams/feature/add-support-for-proxies
  • 5f0453c Merge pull request #125 from whelk-io/dependabot/github_actions/develop/actio...
  • 02e2641 Bump actions/setup-java from 2.3.0 to 2.3.1
  • 0996477 feat: Add support for proxies
  • d5832e4 Merge pull request #122 from whelk-io/dependabot/github_actions/develop/actio...
  • 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 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 9 to 20.
- [Release notes](https://github.com/whelk-io/maven-settings-xml-action/releases)
- [Commits](whelk-io/maven-settings-xml-action@v9...v20)

---
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]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Oct 4, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2022

Superseded by #197.

@dependabot dependabot bot closed this Oct 17, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/whelk-io/maven-settings-xml-action-20 branch October 17, 2022 09:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Development

Successfully merging this pull request may close these issues.

0 participants