Skip to content

Commit 9d1a708

Browse files
author
Dennis Labordus
authored
Merge pull request #134 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 e646d3e + 285a5dc commit 9d1a708

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)