Skip to content

Commit d4a6fa7

Browse files
authored
Merge pull request #165 from ianlewis/renovate/github-codeql-action-4.x
chore(deps): update github/codeql-action action to v4
2 parents 6ea8c45 + 7cb9edf commit d4a6fa7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/schedule.scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
# Upload the results to GitHub's code scanning dashboard.
7474
- name: "Upload to code-scanning"
75-
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
75+
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
7676
# NOTE: Uploading SARIF requires GitHub Enterprise and GitHub Advanced Security license for private repositories.
7777
if: github.event.repository.private == false
7878
with:

.github/workflows/workflow_call.zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# NOTE: Uploading SARIF requires GitHub Enterprise and GitHub Advanced Security license for private repositories.
5353
# TODO: Remove the next line for private repositories with GitHub Advanced Security.
5454
if: github.event.repository.private == false
55-
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
55+
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
5656
with:
5757
sarif_file: zizmor.sarif.json
5858
category: zizmor

0 commit comments

Comments
 (0)