Skip to content

Commit e63d8cd

Browse files
authored
Merge branch 'master' into feature/snyk-badge
2 parents aab7060 + efccd4a commit e63d8cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codacy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
steps:
3131
# Checkout the repository to the GitHub Actions runner
3232
- name: Checkout code
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434

3535
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
3636
- name: Run Codacy Analysis CLI
37-
uses: codacy/codacy-analysis-cli-action@d840f886c4bd4edc059706d09c6a1586111c540b
37+
uses: codacy/codacy-analysis-cli-action@33d455949345bddfdb845fba76b57b70cc83754b
3838
with:
3939
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy
4040
# repository
@@ -51,6 +51,6 @@ jobs:
5151

5252
# Upload the SARIF file generated in the previous step
5353
- name: Upload SARIF results file
54-
uses: github/codeql-action/upload-sarif@v2
54+
uses: github/codeql-action/upload-sarif@v3
5555
with:
5656
sarif_file: results.sarif

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ idna==3.7
1414
iniconfig==2.0.0
1515
mccabe==0.7.0
1616
packaging==24.0
17-
pluggy==1.4.0
17+
pluggy==1.5.0
1818
pycodestyle==2.11.1
1919
pydantic==2.7.0
2020
pydantic_core

0 commit comments

Comments
 (0)