Skip to content
This repository was archived by the owner on Aug 31, 2024. It is now read-only.

Commit e8d59cf

Browse files
authored
Merge pull request #273 from lightszentip/renovate/github-codeql-action-3.x
chore(deps): update github/codeql-action action to v3
2 parents cb15b64 + a608356 commit e8d59cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555

5656
# Upload the SARIF file generated in the previous step
5757
- name: Upload SARIF results file
58-
uses: github/codeql-action/upload-sarif@v2
58+
uses: github/codeql-action/upload-sarif@v3
5959
with:
6060
sarif_file: results.sarif

.github/workflows/quality-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# type: python
2727

2828
- name: Upload report
29-
uses: github/codeql-action/upload-sarif@v2
29+
uses: github/codeql-action/upload-sarif@v3
3030
with:
3131
sarif_file: reports
3232

.github/workflows/shiftleft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
# type: python
4343

4444
- name: Upload report
45-
uses: github/codeql-action/upload-sarif@v2
45+
uses: github/codeql-action/upload-sarif@v3
4646
with:
4747
sarif_file: reports

0 commit comments

Comments
 (0)