File tree Expand file tree Collapse file tree 7 files changed +22
-22
lines changed Expand file tree Collapse file tree 7 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
2828 runs-on : ubuntu-latest
2929
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 with :
3333 # required for correct codecov upload
3434 fetch-depth : 0
3535 - name : Set up JDK 11
36- uses : actions/setup-java@v4
36+ uses : actions/setup-java@v5
3737 with :
3838 java-version : 11
3939 distribution : temurin
9494 packages : write
9595
9696 steps :
97- - uses : actions/checkout@v4
97+ - uses : actions/checkout@v5
9898 - name : Set up JDK 11
99- uses : actions/setup-java@v4
99+ uses : actions/setup-java@v5
100100 with :
101101 java-version : 11
102102 distribution : temurin
@@ -126,7 +126,7 @@ jobs:
126126 # into a separate job (or, otherwise, we'd need to upload the content
127127 # of the whole `.git` folder as an artifact).
128128 - name : JUnit Tests (dorny/test-reporter@v1)
129- uses : dorny/test-reporter@v1
129+ uses : dorny/test-reporter@v2
130130 if : ${{ always() }}
131131 with :
132132 name : JUnit Tests (${{ runner.os }}, dorny/test-reporter@v1)
@@ -192,7 +192,7 @@ jobs:
192192 pull-requests : write
193193
194194 steps :
195- - uses : actions/download-artifact@v4
195+ - uses : actions/download-artifact@v5
196196 if : ${{ always() }}
197197 with :
198198 name : xml-test-reports-${{ runner.os }}
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 with :
3535 # We must fetch at least the immediate parents so that if this is
3636 # a pull request then we can checkout the head.
3737 fetch-depth : 2
3838
3939 # Initializes the CodeQL tools for scanning.
4040 - name : Initialize CodeQL
41- uses : github/codeql-action/init@v3
41+ uses : github/codeql-action/init@v4
4242 with :
4343 languages : ${{ matrix.language }}
4444 # If you wish to specify custom queries, you can do so here or in a config file.
7878 -PgprKey=${{ secrets.GITHUB_TOKEN }}
7979
8080 - name : Perform CodeQL Analysis
81- uses : github/codeql-action/analyze@v3
81+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 1818 contents : write
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 # Fetch Git tags, so that semantic version can be calculated.
2424 # Alternatively, run `git fetch --prune --unshallow --tags` as the
2727 fetch-depth : 0
2828
2929 - name : ' Set up Java 11'
30- uses : actions/setup-java@v4
30+ uses : actions/setup-java@v5
3131 with :
3232 distribution : ' zulu'
3333 java-version : 11
Original file line number Diff line number Diff line change 1313 security-events : write
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Set up JDK 11
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@v5
1919 with :
2020 java-version : 11
2121 distribution : temurin
2929 -PgprUser=${{ github.actor }}
3030 -PgprKey=${{ secrets.GITHUB_TOKEN }}
3131 - name : Upload SARIF report to Github
32- uses : github/codeql-action/upload-sarif@v3
32+ uses : github/codeql-action/upload-sarif@v4
3333 if : ${{ always() }}
3434 with :
3535 sarif_file : build/detekt-sarif-reports/detekt-merged.sarif
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 security-events : write
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 - name : Set up JDK 11
20- uses : actions/setup-java@v4
20+ uses : actions/setup-java@v5
2121 with :
2222 java-version : 11
2323 distribution : temurin
3636 -PgprKey=${{ secrets.GITHUB_TOKEN }}
3737 --stacktrace
3838 - name : Upload SARIF report to Github
39- uses : github/codeql-action/upload-sarif@v3
39+ uses : github/codeql-action/upload-sarif@v4
4040 if : ${{ always() }}
4141 with :
4242 sarif_file : build/reports/diktat/diktat-merged.sarif
Original file line number Diff line number Diff line change 1515 security-events : write
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 # Fetch Git tags, so that semantic version can be calculated.
2121 # Alternatively, run `git fetch --prune --unshallow --tags` as the
2424 fetch-depth : 0
2525
2626 - name : Set up JDK 11
27- uses : actions/setup-java@v4
27+ uses : actions/setup-java@v5
2828 with :
2929 java-version : 11
3030 distribution : temurin
6565 -PgprUser=${{ github.actor }}
6666 -PgprKey=${{ secrets.GITHUB_TOKEN }}
6767 - name : Upload SARIF report to Github
68- uses : github/codeql-action/upload-sarif@v3
68+ uses : github/codeql-action/upload-sarif@v4
6969 if : ${{ always() }}
7070 with :
7171 sarif_file : build/reports/diktat/diktat-merged.sarif
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 # Fetch Git tags, so that semantic version can be calculated.
2525 # Alternatively, run `git fetch --prune --unshallow --tags` as the
2828 fetch-depth : 0
2929
3030 - name : ' Set up Java'
31- uses : actions/setup-java@v4
31+ uses : actions/setup-java@v5
3232 with :
3333 java-version : 11
3434 distribution : temurin
You can’t perform that action at this time.
0 commit comments