From 1f7c0012016b766ebf19b9c8ec7bdffd6f065ff1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 22:19:30 +0000 Subject: [PATCH] chore(deps): update sonarqube support dependencies | datasource | package | from | to | | ----------- | ---------------------------------- | -------- | -------- | | github-tags | defenseunicorns/zarf | v0.36.1 | v0.37.0 | | github-tags | github/codeql-action | v3.25.14 | v3.25.15 | | github-tags | ossf/scorecard-action | v2.3.3 | v2.4.0 | | github-tags | python-jsonschema/check-jsonschema | 0.29.0 | 0.29.1 | | github-tags | renovatebot/pre-commit-hooks | 38.5.0 | 38.13.0 | --- .github/workflows/scorecard.yaml | 4 ++-- .pre-commit-config.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 2628b87a..557b01eb 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3 + uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0 with: results_file: results.sarif results_format: sarif @@ -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@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14 + uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15 with: sarif_file: results.sarif diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5165f279..75e11f8d 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.29.0 + rev: 0.29.1 hooks: - id: check-jsonschema name: "Validate Zarf Configs Against Schema" @@ -40,7 +40,7 @@ repos: args: [ "--schemafile", - "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.36.1/zarf.schema.json", + "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.37.0/zarf.schema.json", "--no-cache" ] - repo: https://github.com/golangci/golangci-lint @@ -48,6 +48,6 @@ repos: hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.5.0 + rev: 38.13.0 hooks: - id: renovate-config-validator