Skip to content

Commit fb5343d

Browse files
feat(github-action)!: Update all github actions (major) (#68)
* feat(github-action)!: Update all github actions Signed-off-by: Magnus Ullberg <magnus@ullberg.us>
1 parent 9ceffb4 commit fb5343d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/codacy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
# Checkout the repository to the GitHub Actions runner
2525
- name: Checkout code
26-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
26+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2727

2828
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
2929
- name: Run Codacy Analysis CLI
@@ -41,9 +41,9 @@ jobs:
4141
# This will handover control about PR rejection to the GitHub side
4242
max-allowed-issues: 2147483647
4343

44-
# Upload the SARIF file generated in the previous step
45-
- name: Upload SARIF results file
46-
uses: github/codeql-action/upload-sarif@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3
47-
with:
48-
sarif_file: results.sarif
49-
category: codacy
44+
# # Upload the SARIF file generated in the previous step
45+
# - name: Upload SARIF results file
46+
# uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4
47+
# with:
48+
# sarif_file: results.sarif
49+
# category: codacy

0 commit comments

Comments
 (0)