chore:update

This commit is contained in:
手瓜一十雪 2024-08-25 12:08:36 +08:00 committed by GitHub
parent a7c6e45a92
commit bda32f3e8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,11 +37,11 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@main
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI
uses: codacy/codacy-analysis-cli-action@d840f886c4bd4edc059706d09c6a1586111c540b
uses: codacy/codacy-analysis-cli-action@master
with:
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
# You can also omit the token and run the tools that support default configurations