Skip to content

Commit

Permalink
Remove the tools option
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydubreil committed Jul 19, 2024
1 parent 5c0c74a commit 1e5e020
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ inputs:
footer:
description: 'A block of Markdown that will be appended to any PR comments posted'
required: false
tools:
required: false
deprecationMessage: 'This option is not used anymore'
eval-indirect-dependencies:
description: 'Show vulnerabilities found in transitive dependencies'
required: false
Expand Down Expand Up @@ -121,6 +118,5 @@ runs:
debug: '${{ inputs.debug }}'
token: '${{ inputs.token || github.token }}'
footer: '${{ inputs.footer }}'
tools: '${{ inputs.tools }}'
eval-indirect-dependencies: '${{ inputs.eval-indirect-dependencies }}'
autofix: '${{ inputs.autofix }}'

0 comments on commit 1e5e020

Please sign in to comment.