Skip to content

Commit cade662

Browse files
author
Dennis Labordus
authored
Merge pull request #272 from com-pas/dependabot/github_actions/whelk-io/maven-settings-xml-action-21
Bump whelk-io/maven-settings-xml-action from 20 to 21
2 parents 432fff6 + 1e00756 commit cade662

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
java-version: '17'
4646

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

.github/workflows/release-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
password: ${{ secrets.DOCKER_HUB_TOKEN }}
5252

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

.github/workflows/sonarcloud-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
-Dsonar.projectKey=com-pas_compas-scl-data-service \
5757
-Dsonar.organization=com-pas )"
5858
- name: Create custom Maven Settings.xml
59-
uses: whelk-io/maven-settings-xml-action@v20
59+
uses: whelk-io/maven-settings-xml-action@v21
6060
with:
6161
output_file: custom_maven_settings.xml
6262
servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]'

0 commit comments

Comments
 (0)