Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Resolve Codacy Static Code Analysis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Jul 15, 2024
1 parent 9ee7171 commit 22ff73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Codacy Analysis CLI
uses: codacy/codacy-analysis-cli-action@4.4.5
uses: codacy/codacy-analysis-cli-action@v4.4.5

Check warning

Code scanning / Semgrep (reported by Codacy)

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
verbose: true
Expand Down

0 comments on commit 22ff73b

Please sign in to comment.