We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9af088 commit 65a775cCopy full SHA for 65a775c
action.yml
@@ -13,9 +13,6 @@ inputs:
13
description: 'Relative destination location for processed SARIF file(s)'
14
required: true
15
default: './findings.processed.sarif'
16
- githubToken:
17
- description: 'Provide `secrets.GITHUB_TOKEN` to use the GitHub access token automatically supplied by GitHub Workflows'
18
- required: false
19
runs:
20
using: 'node20'
21
main: 'dist/index.js'
0 commit comments