File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,21 +44,21 @@ jobs:
4444 steps :
4545
4646 - name : Checkout Code
47- uses : actions/checkout@v2
47+ uses : actions/checkout@v3
4848 with :
4949 # Disabling shallow clone for improving relevancy of SonarQube reporting
5050 fetch-depth : 0
5151
5252 - name : Set up JDK 11.0.3
53- uses : actions/setup-java@v2
53+ uses : actions/setup-java@v3
5454 with :
5555 java-version : 11.0.3
5656 distribution : ' zulu'
5757 cache : ' maven'
5858
5959 # Cache Sonar packages which as used to run anaylysis and collect metrics
6060 - name : Cache SonarCloud packages
61- uses : actions/cache@v2
61+ uses : actions/cache@v3
6262 with :
6363 path : ~/.sonar/cache
6464 key : ${{ runner.os }}-sonar
@@ -84,10 +84,10 @@ jobs:
8484 steps :
8585
8686 - name : Checkout Code
87- uses : actions/checkout@v2
87+ uses : actions/checkout@v3
8888
8989 - name : Set up JDK 11 (Latest)
90- uses : actions/setup-java@v2
90+ uses : actions/setup-java@v3
9191 with :
9292 java-version : 11
9393 distribution : ' zulu'
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ jobs:
4242 steps :
4343
4444 - name : Checkout Code
45- uses : actions/checkout@v2
45+ uses : actions/checkout@v3
4646
4747 - name : Set up JDK ${{ matrix.java-version }}
48- uses : actions/setup-java@v2
48+ uses : actions/setup-java@v3
4949 with :
5050 java-version : ${{ matrix.java-version }}
5151 distribution : ' zulu'
You can’t perform that action at this time.
0 commit comments