File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5555 # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5656 steps :
5757 - name : Checkout repository
58- uses : actions/checkout@v4
58+ uses : actions/checkout@v5
5959
6060 # Initializes the CodeQL tools for scanning.
6161 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1515 # timeout-minutes: 15
1616 # steps:
1717 # - name: Checkout
18- # uses: actions/checkout@v4
18+ # uses: actions/checkout@v5
1919 # - name: Scan With Black Duck
2020 # uses: ./.github/actions/scan-with-blackduck
2121 # with:
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 token : ${{ secrets.GH_TOKEN }}
3434 - name : Update version
Original file line number Diff line number Diff line change 1717 java-version : [ 17, 21 ]
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : Build
2323 uses : ./.github/actions/build
4040 # timeout-minutes: 15
4141 # steps:
4242 # - name: Checkout
43- # uses: actions/checkout@v4
43+ # uses: actions/checkout@v5
4444 # - name: Scan
4545 # uses: ./.github/actions/scan-with-blackduck
4646 # with:
5454 needs : [build] # [build, scan]
5555 steps :
5656 - name : Checkout
57- uses : actions/checkout@v4
57+ uses : actions/checkout@v5
5858
5959 - name : Set up Java ${{ env.JAVA_VERSION }}
6060 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Build
2424 uses : ./.github/actions/build
Original file line number Diff line number Diff line change 2828 <maven .compiler.release>${java.version} </maven .compiler.release>
2929 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3030
31- <cds .services.version>4.1 .1</cds .services.version>
31+ <cds .services.version>4.3 .1</cds .services.version>
3232 <cds .install-cdsdk.version>8.7.3</cds .install-cdsdk.version>
33- <qpid .version>2.7 .0</qpid .version> <!-- https://central.sonatype.com/artifact/org.apache.qpid/qpid-jms-client/versions -->
33+ <qpid .version>2.9 .0</qpid .version> <!-- https://central.sonatype.com/artifact/org.apache.qpid/qpid-jms-client/versions -->
3434 <com .google.code.findbugs.jsr305.version>3.0.2</com .google.code.findbugs.jsr305.version>
3535 </properties >
3636
244244 <plugin >
245245 <groupId >com.github.spotbugs</groupId >
246246 <artifactId >spotbugs-maven-plugin</artifactId >
247- <version >4.9.3.2 </version >
247+ <version >4.9.6.0 </version >
248248 </plugin >
249249 </plugins >
250250 </pluginManagement >
You can’t perform that action at this time.
0 commit comments