We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3432f commit af9d5a9Copy full SHA for af9d5a9
2 files changed
.github/workflows/create-release.yml
@@ -13,7 +13,8 @@ jobs:
13
contents: write
14
steps:
15
- uses: actions/checkout@v4
16
- - uses: "ncipollo/release-action@v1.14.0"
+ # Version 1.20.0
17
+ - uses: "ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b"
18
with:
19
allowUpdates: true
20
omitBodyDuringUpdate: true
.github/workflows/quality.yml
@@ -35,7 +35,8 @@ jobs:
35
key: ${{ runner.os }}-m2-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/pom.xml') }}
36
restore-keys: ${{ runner.os }}-m2-${{ secrets.CACHE_VERSION }}
37
- name: Generate Maven settings
38
- uses: whelk-io/maven-settings-xml-action@v22
+ # Version 22
39
+ uses: whelk-io/maven-settings-xml-action@v9dc09b23833fa9aa7f27b63db287951856f3433d
40
41
repositories: >
42
[
0 commit comments