Skip to content

Commit c6bbd70

Browse files
committed
Move package.sh to .github/workflows/script/
1 parent 88dd033 commit c6bbd70

12 files changed

+20
-20
lines changed
File renamed without changes.

analyze/analyze-action-post.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analyze/analyze-action.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

autobuild/autobuild-action.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

init/init-action-post.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

init/init-action.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "CodeQL action",
66
"scripts": {
77
"build": "tsc --build && npm run package",
8-
"package": "bash ./package.sh",
8+
"package": "bash .github/workflows/script/package.sh",
99
"test": "ava src/**.test.ts --serial --verbose",
1010
"test-debug": "ava src/**.test.ts --serial --verbose --timeout=20m",
1111
"lint": "eslint --report-unused-disable-directives --max-warnings=0 .",

resolve-environment/resolve-environment-action.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

start-proxy/start-proxy-action-post.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

start-proxy/start-proxy-action.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

upload-sarif/upload-sarif-action-post.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

upload-sarif/upload-sarif-action.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)