Skip to content

Commit ef71f91

Browse files
authored
fix: pass the format flag explicitly
1 parent 4b7e2a5 commit ef71f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codacy-cli-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Codacy
2020
run: |
2121
bash <(curl -Ls https://raw.githubusercontent.com/codacy/codacy-cli-v2/main/codacy-cli.sh) install
22-
bash <(curl -Ls https://raw.githubusercontent.com/codacy/codacy-cli-v2/main/codacy-cli.sh) analyze -t eslint -o eslint.sarif
22+
bash <(curl -Ls https://raw.githubusercontent.com/codacy/codacy-cli-v2/main/codacy-cli.sh) analyze -t eslint --format sarif -o eslint.sarif
2323
- name: Upload SARIF file to GH
2424
uses: github/codeql-action/upload-sarif@v3
2525
with:

0 commit comments

Comments
 (0)