Skip to content

Commit 71d039a

Browse files
authored
Update codacy.yml (#39)
Remove pinning on patch releases <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit These maintenance updates improve our automated workflows by enhancing compatibility and efficiency. Below are the key changes: - **Chores** - Updated internal automation tools to the latest major releases. - Enhancements contribute to a smoother, more reliable continuous integration process and prepare our systems for future improvements. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 76f60b2 commit 71d039a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codacy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
steps:
3737
# Checkout the repository to the GitHub Actions runner
3838
- name: Checkout
39-
uses: actions/checkout@v4.2.2
39+
uses: actions/checkout@v4
4040

4141
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
4242
- name: Codacy Analysis CLI
43-
uses: codacy/codacy-analysis-cli-action@v4.4.5
43+
uses: codacy/codacy-analysis-cli-action@v4
4444
with:
4545
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
4646
# You can also omit the token and run the tools that support default configurations

0 commit comments

Comments
 (0)