mirror of
https://github.com/github/codeql-action.git
synced 2026-05-21 11:40:14 +00:00
Resolve conflicts in action.yml files
This commit is contained in:
@@ -94,12 +94,6 @@ outputs:
|
||||
sarif-id:
|
||||
description: The ID of the uploaded SARIF file.
|
||||
runs:
|
||||
<<<<<<< HEAD
|
||||
using: node20
|
||||
main: "../lib/analyze-action.js"
|
||||
post: "../lib/analyze-action-post.js"
|
||||
=======
|
||||
using: node24
|
||||
main: "../lib/analyze-entry.js"
|
||||
post: "../lib/analyze-post-entry.js"
|
||||
>>>>>>> origin/releases/v4
|
||||
|
||||
@@ -15,10 +15,5 @@ inputs:
|
||||
$GITHUB_WORKSPACE as its working directory.
|
||||
required: false
|
||||
runs:
|
||||
<<<<<<< HEAD
|
||||
using: node20
|
||||
main: '../lib/autobuild-action.js'
|
||||
=======
|
||||
using: node24
|
||||
main: '../lib/autobuild-entry.js'
|
||||
>>>>>>> origin/releases/v4
|
||||
|
||||
@@ -170,12 +170,6 @@ outputs:
|
||||
codeql-version:
|
||||
description: The version of the CodeQL binary used for analysis
|
||||
runs:
|
||||
<<<<<<< HEAD
|
||||
using: node20
|
||||
main: '../lib/init-action.js'
|
||||
post: '../lib/init-action-post.js'
|
||||
=======
|
||||
using: node24
|
||||
main: '../lib/init-entry.js'
|
||||
post: '../lib/init-post-entry.js'
|
||||
>>>>>>> origin/releases/v4
|
||||
|
||||
@@ -21,10 +21,5 @@ outputs:
|
||||
environment:
|
||||
description: The inferred build environment configuration.
|
||||
runs:
|
||||
<<<<<<< HEAD
|
||||
using: node20
|
||||
main: '../lib/resolve-environment-action.js'
|
||||
=======
|
||||
using: node24
|
||||
main: '../lib/resolve-environment-entry.js'
|
||||
>>>>>>> origin/releases/v4
|
||||
|
||||
@@ -54,10 +54,5 @@ outputs:
|
||||
codeql-version:
|
||||
description: The version of the CodeQL binary that was installed.
|
||||
runs:
|
||||
<<<<<<< HEAD
|
||||
using: node20
|
||||
main: '../lib/setup-codeql-action.js'
|
||||
=======
|
||||
using: node24
|
||||
main: '../lib/setup-codeql-entry.js'
|
||||
>>>>>>> origin/releases/v4
|
||||
|
||||
@@ -29,12 +29,6 @@ outputs:
|
||||
proxy_urls:
|
||||
description: A stringified JSON array of objects containing the types and URLs of the configured registries.
|
||||
runs:
|
||||
<<<<<<< HEAD
|
||||
using: node20
|
||||
main: "../lib/start-proxy-action.js"
|
||||
post: "../lib/start-proxy-action-post.js"
|
||||
=======
|
||||
using: node24
|
||||
main: "../lib/start-proxy-entry.js"
|
||||
post: "../lib/start-proxy-post-entry.js"
|
||||
>>>>>>> origin/releases/v4
|
||||
|
||||
@@ -41,12 +41,6 @@ outputs:
|
||||
|
||||
{ "code-scanning": "some-id", "code-quality": "some-other-id" }
|
||||
runs:
|
||||
<<<<<<< HEAD
|
||||
using: node20
|
||||
main: '../lib/upload-sarif-action.js'
|
||||
post: '../lib/upload-sarif-action-post.js'
|
||||
=======
|
||||
using: node24
|
||||
main: '../lib/upload-sarif-entry.js'
|
||||
post: '../lib/upload-sarif-post-entry.js'
|
||||
>>>>>>> origin/releases/v4
|
||||
|
||||
Reference in New Issue
Block a user