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 16 to 17 #910

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2021

Bumps whelk-io/maven-settings-xml-action from 16 to 17.

Release notes

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

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

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

</tr></table> 

... (truncated)

Commits
  • 24109f0 Merge pull request #105 from whelk-io/develop
  • 830f6a1 Merge pull request #106 from whelk-io/bugfix/resolve-merge-conflicts
  • 6e64238 Merge remote-tracking branch 'origin/main' into bugfix/resolve-merge-conflicts
  • 22f190a Merge pull request #104 from whelk-io/feature/update-local-setup-docs
  • 38fa63c Merge pull request #103 from whelk-io/feature/default-active-profile
  • d1378cf Merge pull request #99 from whelk-io/feature/default-profile-repository
  • c9f9ed4 Merge branch 'feature/default-active-profile' into feature/update-local-setup...
  • c5c7ad1 update dist
  • 47f1f0a Merge branch 'feature/default-active-profile' into feature/update-local-setup...
  • 4fde2c5 Merge branch 'feature/default-profile-repository' into feature/default-active...
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Jun 7, 2021
@petertrr
Copy link
Member

petertrr commented Jun 7, 2021

There are new changes in dependabot and github secrets; because of them codecov uploading doesn't work anymore. Links: dependabot/dependabot-core#3253 (comment)

Bumps [whelk-io/maven-settings-xml-action](https://github.com/whelk-io/maven-settings-xml-action) from 16 to 17.
- [Release notes](https://github.com/whelk-io/maven-settings-xml-action/releases)
- [Commits](whelk-io/maven-settings-xml-action@v16...v17)

---
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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/whelk-io/maven-settings-xml-action-17 branch from 0f62852 to c24aebd Compare June 8, 2021 13:24
@codecov
Copy link

codecov bot commented Jun 8, 2021

Codecov Report

Merging #910 (c24aebd) into master (0218da1) will decrease coverage by 0.01%.
The diff coverage is 89.13%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #910      +/-   ##
============================================
- Coverage     84.19%   84.18%   -0.02%     
- Complexity     2357     2373      +16     
============================================
  Files           101      101              
  Lines          5981     6002      +21     
  Branches       1762     1772      +10     
============================================
+ Hits           5036     5053      +17     
- Misses          257      260       +3     
- Partials        688      689       +1     
Flag Coverage Δ
unittests 84.18% <89.13%> (-0.02%) ⬇️

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

Impacted Files Coverage Δ
...diktat/ruleset/rules/chapter2/kdoc/KdocComments.kt 85.18% <50.00%> (ø)
.../diktat/ruleset/rules/chapter1/IdentifierNaming.kt 83.73% <60.00%> (-0.42%) ⬇️
...iktat/ruleset/rules/chapter3/files/NewlinesRule.kt 78.35% <66.66%> (ø)
...t/ruleset/rules/chapter3/BooleanExpressionsRule.kt 92.92% <96.87%> (-2.14%) ⬇️
...les/chapter4/VariableGenericTypeDeclarationRule.kt 79.31% <100.00%> (ø)
...diktat/ruleset/rules/chapter6/AvoidUtilityClass.kt 77.27% <100.00%> (ø)
.../cqfn/diktat/ruleset/rules/chapter6/RunInScript.kt 92.30% <100.00%> (ø)
...tlin/org/cqfn/diktat/ruleset/utils/AstConstants.kt 100.00% <100.00%> (ø)

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 c90578e...c24aebd. Read the comment docs.

@petertrr petertrr merged commit e7a765e into master Jun 8, 2021
@petertrr petertrr deleted the dependabot/github_actions/whelk-io/maven-settings-xml-action-17 branch June 8, 2021 15:16
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