Skip to content

Commit 58cbb90

Browse files
authored
Upgrade actions/checkout to v6
Updated actions/checkout to version v6 in Codacy workflow.
1 parent fa6f1d5 commit 58cbb90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
# Checkout the repository to the GitHub Actions runner
4444
- name: Checkout code
45-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
45+
uses: actions/checkout@v6
4646

4747
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
4848
- name: Run Codacy Analysis CLI

0 commit comments

Comments
 (0)