Skip to content

Commit 95bf0b4

Browse files
fix(deps): update non-major-updates
1 parent c822ba7 commit 95bf0b4

6 files changed

Lines changed: 531 additions & 1495 deletions

File tree

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 1
2626

2727
- name: Run Renovate
28-
uses: renovatebot/github-action@abd08c7549b2a864af5df4a2e369c43f035a6a9d # v46.1.5
28+
uses: renovatebot/github-action@68a3ea99af6ad249940b5a9fdf44fc6d7f14378b # v46.1.6
2929
with:
3030
configurationFile: .github/renovate.json
3131
token: ${{ secrets.RENOVATE_TOKEN || secrets.GITHUB_TOKEN }}

.github/workflows/security-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ jobs:
385385
- name: Upload Trivy SARIF to GitHub Security
386386
if: always() && steps.trivy-sarif-check.outputs.exists == 'true'
387387
# github/codeql-action v4
388-
uses: github/codeql-action/upload-sarif@05b1a5d28f8763fd11e77388fe57846f1ba8e766
388+
uses: github/codeql-action/upload-sarif@72c0b0efb7def5141326c5e13760acdda431379d
389389
with:
390390
sarif_file: 'trivy-binary-results.sarif'
391391
category: ${{ steps.pr-info.outputs.is_push == 'true' && format('security-scan-{0}', github.event_name == 'workflow_run' && github.event.workflow_run.head_branch || github.ref_name) || format('security-scan-pr-{0}', steps.pr-info.outputs.pr_number) }}

0 commit comments

Comments
 (0)