File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2828 contents : read
2929
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3232 - name : Set up JDK 17
33- uses : actions/setup-java@v4
33+ uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
3434 with :
3535 java-version : ' 17'
3636 distribution : ' temurin'
6161 contents : write
6262
6363 steps :
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
6565 - name : Set up JDK 17
66- uses : actions/setup-java@v4
66+ uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
6767 with :
6868 java-version : ' 17'
6969 distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -10,22 +10,22 @@ jobs:
1010 name : Build and analyze
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1414 with :
1515 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1616 - name : Set up JDK 17
17- uses : actions/setup-java@v3
17+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
1818 with :
1919 java-version : 17
2020 distribution : ' zulu' # Alternative distribution options are available
2121 - name : Cache SonarCloud packages
22- uses : actions/cache@v3
22+ uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
2323 with :
2424 path : ~/.sonar/cache
2525 key : ${{ runner.os }}-sonar
2626 restore-keys : ${{ runner.os }}-sonar
2727 - name : Cache Gradle packages
28- uses : actions/cache@v3
28+ uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
2929 with :
3030 path : ~/.gradle/caches
3131 key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
You can’t perform that action at this time.
0 commit comments