Skip to content

Commit

Permalink
Showing 21 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-checks.yml
@@ -24,6 +24,8 @@ jobs:
>&2 echo "Failed: Repo should be clean before testing!"
exit 1
fi
# Wipe the lib directory incase there are extra unnecessary files in there
rm -rf lib
# Generate the JavaScript files
npm run-script build
# Check that repo is still clean
2 changes: 1 addition & 1 deletion analyze/action.yml
@@ -29,4 +29,4 @@ inputs:
default: ${{ toJson(matrix) }}
runs:
using: 'node12'
main: '../lib/finalize-db.js'
main: '../lib/analyze-action.js'
2 changes: 1 addition & 1 deletion autobuild/action.yml
@@ -8,4 +8,4 @@ inputs:
default: ${{ toJson(matrix) }}
runs:
using: 'node12'
main: '../lib/autobuild.js'
main: '../lib/autobuild-action.js'
2 changes: 1 addition & 1 deletion init/action.yml
@@ -18,4 +18,4 @@ inputs:
required: false
runs:
using: 'node12'
main: '../lib/setup-tracer.js'
main: '../lib/init-action.js'
2 changes: 1 addition & 1 deletion lib/finalize-db.js → lib/analyze-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/analyze-action.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/autobuild.js → lib/autobuild-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/autobuild-action.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/autobuild.js.map

This file was deleted.

1 change: 0 additions & 1 deletion lib/finalize-db.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion lib/setup-tracer.js → lib/init-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/init-action.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/setup-tracer.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion lib/upload-sarif.js → lib/upload-sarif-action.js
1 change: 1 addition & 0 deletions lib/upload-sarif-action.js.map
1 change: 0 additions & 1 deletion lib/upload-sarif.js.map

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion upload-sarif/action.yml
@@ -16,4 +16,4 @@ inputs:
default: ${{ toJson(matrix) }}
runs:
using: 'node12'
main: '../lib/upload-sarif.js'
main: '../lib/upload-sarif-action.js'

0 comments on commit 8efabe9

Please sign in to comment.