Skip to content

Commit 56850d1

Browse files
committed
Pull request #194: Refer to external GitHub Actions using commit hash
Merge in ITB/xml-validator from development to master * commit '028b4ac675b52bb381f7b7c430b9b2db3b2cf9f2': Support for XML Schema 1.1 validation Refer to external GitHub Actions using commit hash Refer to external GitHub Actions using commit hash
2 parents 7393bc1 + 028b4ac commit 56850d1

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
contents: write
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: "ncipollo/release-action@v1.14.0"
16+
# Version 1.20.0
17+
- uses: "ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b"
1718
with:
1819
allowUpdates: true
1920
omitBodyDuringUpdate: true

.github/workflows/quality.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
key: ${{ runner.os }}-m2-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/pom.xml') }}
3636
restore-keys: ${{ runner.os }}-m2-${{ secrets.CACHE_VERSION }}
3737
- name: Generate Maven settings
38-
uses: whelk-io/maven-settings-xml-action@v22
38+
# Version 22
39+
uses: whelk-io/maven-settings-xml-action@9dc09b23833fa9aa7f27b63db287951856f3433d
3940
with:
4041
repositories: >
4142
[

etc/licence/overrides.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ org.webjars--font-awesome--5.13.0=MIT License
22
eu.europa.ec.itb.xerces--cupv10k-runtime--2.12.2-xsd11=CUP Parser Generator Copyright Notice, License, and Disclaimer
33
eu.europa.ec.itb.xerces--icu4j--2.12.2-xsd11=ICU License - ICU 1.8.1 and later
44
eu.europa.ec.itb.xerces--org.eclipse.wst.xml.xpath2.processor_1.2.1--2.12.2-xsd11=Eclipse Public License - v1.0
5-
eu.europa.ec.itb.xerces--xercesImpl--2.12.2-xsd11=Apache License, Version 2.0
5+
eu.europa.ec.itb.xerces--xercesImpl--2.12.2-xsd11=Apache License, Version 2.0
6+
xalan--serializer--2.7.3=Apache License, Version 2.0

0 commit comments

Comments
 (0)