Skip to content

Commit 285a5dc

Browse files
Bump whelk-io/maven-settings-xml-action from 20 to 21
Bumps [whelk-io/maven-settings-xml-action](https://github.com/whelk-io/maven-settings-xml-action) from 20 to 21. - [Release notes](https://github.com/whelk-io/maven-settings-xml-action/releases) - [Commits](whelk-io/maven-settings-xml-action@v20...v21) --- 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]>
1 parent e646d3e commit 285a5dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
java-version: '17'
4848

4949
- name: Create custom Maven Settings.xml
50-
uses: whelk-io/maven-settings-xml-action@v20
50+
uses: whelk-io/maven-settings-xml-action@v21
5151
with:
5252
output_file: custom_maven_settings.xml
5353
servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]'

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
password: ${{ secrets.DOCKER_HUB_TOKEN }}
5454

5555
- name: Create custom Maven Settings.xml
56-
uses: whelk-io/maven-settings-xml-action@v20
56+
uses: whelk-io/maven-settings-xml-action@v21
5757
with:
5858
output_file: custom_maven_settings.xml
5959
servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]'

.github/workflows/sonarcloud-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
-Dsonar.projectKey=com-pas_compas-scl-validator \
5858
-Dsonar.organization=com-pas )"
5959
- name: Create custom Maven Settings.xml
60-
uses: whelk-io/maven-settings-xml-action@v20
60+
uses: whelk-io/maven-settings-xml-action@v21
6161
with:
6262
output_file: custom_maven_settings.xml
6363
servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]'

0 commit comments

Comments
 (0)