Skip to content

Commit af9d5a9

Browse files
committed
Refer to external GitHub Actions using commit hash
1 parent 5b3432f commit af9d5a9

2 files changed

Lines changed: 4 additions & 2 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@v9dc09b23833fa9aa7f27b63db287951856f3433d
3940
with:
4041
repositories: >
4142
[

0 commit comments

Comments
 (0)