From 67da85ffd22b3451005cc856645ed202ad8bee01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:26:23 +0000 Subject: [PATCH] chore(deps): update jenkins support dependencies | datasource | package | from | to | | ----------- | ---------------------------------- | -------- | -------- | | github-tags | github/codeql-action | v3.25.10 | v3.25.11 | | github-tags | python-jsonschema/check-jsonschema | 0.28.5 | 0.28.6 | | github-tags | renovatebot/pre-commit-hooks | 37.414.0 | 37.420.1 | --- .github/workflows/scorecard.yaml | 2 +- .pre-commit-config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 463dd91e..85228959 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -45,6 +45,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 + uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11 with: sarif_file: results.sarif diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cf27dee9..69403e7b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: hooks: - id: fix-smartquotes - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.5 + rev: 0.28.6 hooks: - id: check-jsonschema name: "Validate Zarf Configs Against Schema" @@ -48,6 +48,6 @@ repos: hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.414.0 + rev: 37.420.1 hooks: - id: renovate-config-validator