File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5959
6060 # Initializes the CodeQL tools for scanning.
6161 - name : Initialize CodeQL
62- uses : github/codeql-action/init@v3
62+ uses : github/codeql-action/init@v4
6363 with :
6464 languages : ${{ matrix.language }}
6565 build-mode : ${{ matrix.build-mode }}
8787 exit 1
8888
8989 - name : Perform CodeQL Analysis
90- uses : github/codeql-action/analyze@v3
90+ uses : github/codeql-action/analyze@v4
9191 with :
9292 category : " /language:${{matrix.language}}"
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.3 .1</cds .services.version>
31+ <cds .services.version>4.4 .1</cds .services.version>
3232 <cds .install-cdsdk.version>8.7.3</cds .install-cdsdk.version>
3333 <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>
You can’t perform that action at this time.
0 commit comments