Skip to content

Commit

Permalink
Fix: workflow vulnerability in tj-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
WilsonZiweiWang committed Jan 3, 2024
1 parent dc6cd5f commit fe8195b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-tree-sitter-wasm-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: bash scripts/update-tree-sitter-wasm.sh

- name: Verify file changes
uses: tj-actions/verify-changed-files@v16
uses: tj-actions/verify-changed-files@v17
id: verify-changed-files
with:
# The script generates a new wasm file and replaces the existing one. Git will treat it as a different file even it is generated with the same commit and CLI
Expand Down

0 comments on commit fe8195b

Please sign in to comment.