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

Update whelk-io/maven-settings-xml-action action to v20 #9

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 7, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
whelk-io/maven-settings-xml-action action major v14 -> v20

Release Notes

whelk-io/maven-settings-xml-action

v20

Compare Source

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

v19

Compare Source

v18

Compare Source

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

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

  • Add CodeQL analysis automated workflow

v17

Compare Source

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>
        </snapshots>
      </repository>
    </repositories>
    <pluginRepositories/>
  </profile>
</profiles>

github is now an optional activeProfile. Override this default activeProfile at active_profiles.

- name: maven-settings-xml-action
  uses: whelk-io/maven-settings-xml-action@v17
  with:
    active_profiles: |
      [ 
        "some-profile"
      ]

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

<activeProfiles>
  <activeProfile>github</activeProfile>
</activeProfiles>

Updated README.md with local setup and contributing guidelines.

v17

Compare Source

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>
        </snapshots>
      </repository>
    </repositories>
    <pluginRepositories/>
  </profile>
</profiles>

github is now an optional activeProfile. Override this default activeProfile at active_profiles.

- name: maven-settings-xml-action
  uses: whelk-io/maven-settings-xml-action@v17
  with:
    active_profiles: |
      [ 
        "some-profile"
      ]

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

<activeProfiles>
  <activeProfile>github</activeProfile>
</activeProfiles>

Updated README.md with local setup and contributing guidelines.

v16

Compare Source

  • Added support for server.configuration
  • Added support for remaining server elements: passphrase, privateKey, filePermissions, directoryPermissions
  • Fixed transitive dependency vulnerability identified by Dependabot

v15

Compare Source

Cleared new vulnerabilities identified by Dependabot


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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

github-actions bot commented Jan 7, 2022

Unit Test Results

1 files  ±0  1 suites  ±0   8s ⏱️ +2s
8 tests ±0  8 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit b1bc9e8. ± Comparison against base commit 13a0702.

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.

1 participant