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 09a9626 commit 6d405dbCopy full SHA for 6d405db
action.yml
@@ -16,5 +16,5 @@ runs:
16
- name: filter
17
run: |
18
unset LD_PRELOAD
19
- python3 "${{ github.action_path }}/filter_sarif.py" --input "${{ inputs.input }}" --output "${{ inputs.output }}" --split-lines -- "${{ inputs.patterns }}"
+ python3 "$GITHUB_ACTION_PATH/filter_sarif.py" --input "${{ inputs.input }}" --output "${{ inputs.output }}" --split-lines -- "${{ inputs.patterns }}"
20
shell: bash
0 commit comments