We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cad88a commit ec7f7adCopy full SHA for ec7f7ad
1 file changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Build and analyze
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: s4u/setup-maven-action@v1.12.0
+ - uses: s4u/setup-maven-action@6c4e9964d4ecb8f1026310cd8618791fd51a8016
14
with:
15
checkout-fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16
java-version: 21
@@ -19,7 +19,7 @@ jobs:
19
cache-prefix: ${{ runner.os }}-sonar
20
maven-version: 3.9.6
21
- name: maven-settings-xml-action
22
- uses: whelk-io/maven-settings-xml-action@v22
+ uses: whelk-io/maven-settings-xml-action@9dc09b23833fa9aa7f27b63db287951856f3433d
23
24
repositories: '[
25
{ "id": "spring-milestone", "url": "https://repo.spring.io/milestone/"},
0 commit comments