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 4040
4141 # Initializes the CodeQL tools for scanning.
4242 - name : Initialize CodeQL
43- uses : github/codeql-action/init@v3
43+ uses : github/codeql-action/init@v4
4444 with :
4545 languages : ${{ matrix.language }}
4646 build-mode : manual
6464 --no-daemon --stacktrace --rerun-tasks
6565
6666 - name : Analyze
67- uses : github/codeql-action/analyze@v3
67+ uses : github/codeql-action/analyze@v4
6868 with :
6969 category : ' /language:${{ matrix.language }}'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77 id(" mcp.publishing" )
88 id(" mcp.dokka" )
99 alias(libs.plugins.kotlinx.binary.compatibility.validator)
10- id(" org.openapi.generator" ) version " 7.15 .0"
10+ id(" org.openapi.generator" ) version " 7.16 .0"
1111}
1212
1313/*
You can’t perform that action at this time.
0 commit comments