Skip to content

Commit

Permalink
Thin action
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Nov 3, 2024
1 parent cbe1897 commit e89b529
Show file tree
Hide file tree
Showing 18,747 changed files with 886,195 additions and 4,725,011 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ node_modules/.cache/
# eslint sarif report
eslint.sarif
# for local incremental compilation
tsconfig.tsbuildinfo
tsconfig.tsbuildinfo
node_modules/
4 changes: 2 additions & 2 deletions analyze/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ outputs:
description: The ID of the uploaded SARIF file.
runs:
using: node20
main: "../lib/analyze-action.js"
post: "../lib/analyze-action-post.js"
main: "analyze-action.js"
post: "analyze-action-post.js"
Loading

0 comments on commit e89b529

Please sign in to comment.