Skip to content

Commit 8346c9c

Browse files
committed
💚 update Codacy Analysis CLI action to use latest master version
1 parent f224344 commit 8346c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout code
2626
uses: actions/checkout@v4
2727
- name: Run Codacy Analysis CLI
28-
uses: codacy/codacy-analysis-cli-action@d840f886c4bd4edc059706d09c6a1586111c540b
28+
uses: codacy/codacy-analysis-cli-action@master
2929
with:
3030
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
3131
verbose: true

0 commit comments

Comments
 (0)