File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,12 +94,6 @@ outputs:
9494 sarif-id :
9595 description : The ID of the uploaded SARIF file.
9696runs :
97- <<<<<<< HEAD
9897 using : node20
99- main : " ../lib/analyze-action.js"
100- post : " ../lib/analyze-action-post.js"
101- =======
102- using : node24
10398 main : " ../lib/analyze-entry.js"
10499 post : " ../lib/analyze-post-entry.js"
105- >>>>>>> origin/releases/v4
Original file line number Diff line number Diff line change @@ -15,10 +15,5 @@ inputs:
1515 $GITHUB_WORKSPACE as its working directory.
1616 required : false
1717runs :
18- <<<<<<< HEAD
1918 using : node20
20- main : ' ../lib/autobuild-action.js'
21- =======
22- using : node24
2319 main : ' ../lib/autobuild-entry.js'
24- >>>>>>> origin/releases/v4
Original file line number Diff line number Diff line change @@ -170,12 +170,6 @@ outputs:
170170 codeql-version :
171171 description : The version of the CodeQL binary used for analysis
172172runs :
173- <<<<<<< HEAD
174173 using : node20
175- main : ' ../lib/init-action.js'
176- post : ' ../lib/init-action-post.js'
177- =======
178- using : node24
179174 main : ' ../lib/init-entry.js'
180175 post : ' ../lib/init-post-entry.js'
181- >>>>>>> origin/releases/v4
Original file line number Diff line number Diff line change @@ -21,10 +21,5 @@ outputs:
2121 environment :
2222 description : The inferred build environment configuration.
2323runs :
24- <<<<<<< HEAD
2524 using : node20
26- main : ' ../lib/resolve-environment-action.js'
27- =======
28- using : node24
2925 main : ' ../lib/resolve-environment-entry.js'
30- >>>>>>> origin/releases/v4
Original file line number Diff line number Diff line change @@ -54,10 +54,5 @@ outputs:
5454 codeql-version :
5555 description : The version of the CodeQL binary that was installed.
5656runs :
57- <<<<<<< HEAD
5857 using : node20
59- main : ' ../lib/setup-codeql-action.js'
60- =======
61- using : node24
6258 main : ' ../lib/setup-codeql-entry.js'
63- >>>>>>> origin/releases/v4
Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ outputs:
2929 proxy_urls :
3030 description : A stringified JSON array of objects containing the types and URLs of the configured registries.
3131runs :
32- <<<<<<< HEAD
3332 using : node20
34- main : " ../lib/start-proxy-action.js"
35- post : " ../lib/start-proxy-action-post.js"
36- =======
37- using : node24
3833 main : " ../lib/start-proxy-entry.js"
3934 post : " ../lib/start-proxy-post-entry.js"
40- >>>>>>> origin/releases/v4
Original file line number Diff line number Diff line change @@ -41,12 +41,6 @@ outputs:
4141
4242 { "code-scanning": "some-id", "code-quality": "some-other-id" }
4343runs :
44- <<<<<<< HEAD
4544 using : node20
46- main : ' ../lib/upload-sarif-action.js'
47- post : ' ../lib/upload-sarif-action-post.js'
48- =======
49- using : node24
5045 main : ' ../lib/upload-sarif-entry.js'
5146 post : ' ../lib/upload-sarif-post-entry.js'
52- >>>>>>> origin/releases/v4
You can’t perform that action at this time.
0 commit comments