Skip to content

Commit ec7f7ad

Browse files
committed
chore: use action hash instead of tag reference
1 parent 9cad88a commit ec7f7ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build and analyze
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: s4u/setup-maven-action@v1.12.0
13+
- uses: s4u/setup-maven-action@6c4e9964d4ecb8f1026310cd8618791fd51a8016
1414
with:
1515
checkout-fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
java-version: 21
@@ -19,7 +19,7 @@ jobs:
1919
cache-prefix: ${{ runner.os }}-sonar
2020
maven-version: 3.9.6
2121
- name: maven-settings-xml-action
22-
uses: whelk-io/maven-settings-xml-action@v22
22+
uses: whelk-io/maven-settings-xml-action@9dc09b23833fa9aa7f27b63db287951856f3433d
2323
with:
2424
repositories: '[
2525
{ "id": "spring-milestone", "url": "https://repo.spring.io/milestone/"},

0 commit comments

Comments
 (0)