File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 steps :
3636 # Checkout the repository to the GitHub Actions runner
3737 - name : Checkout code
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3939
4040 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
4141 - name : Run Codacy Analysis CLI
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : ' Checkout Repository'
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 - name : ' Dependency Review'
2020 uses : actions/dependency-review-action@v3
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v3
24- - name : Set up JDK 17
25- uses : actions/setup-java@v3
23+ - uses : actions/checkout@v4
24+ - name : Set up JDK 21
25+ uses : actions/setup-java@v5
2626 with :
27- java-version : ' 17 '
27+ java-version : ' 21 '
2828 distribution : ' temurin'
2929 cache : maven
3030 - name : Build with Maven
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout the latest code
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313 with :
1414 token : ${{ secrets.GITHUB_TOKEN }}
1515 fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
You can’t perform that action at this time.
0 commit comments