From 551e4e2fc9938f002cc3a29a561b18f98a8eea50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 09:17:17 -0600 Subject: [PATCH] chore(deps): update mattermost support dependencies (#123) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | patch | `v4.3.4` -> `v4.3.6` | | [defenseunicorns/zarf](https://togithub.com/defenseunicorns/zarf) | | minor | `v0.36.1` -> `v0.37.0` | | [docker/setup-buildx-action](https://togithub.com/docker/setup-buildx-action) | action | minor | `v3.5.0` -> `v3.6.1` | | [github/codeql-action](https://togithub.com/github/codeql-action) | action | minor | `v3.25.14` -> `v3.26.0` | | [ossf/scorecard-action](https://togithub.com/ossf/scorecard-action) | action | minor | `v2.3.3` -> `v2.4.0` | | [python-jsonschema/check-jsonschema](https://togithub.com/python-jsonschema/check-jsonschema) | repository | patch | `0.29.0` -> `0.29.1` | | [renovatebot/pre-commit-hooks](https://togithub.com/renovatebot/pre-commit-hooks) | repository | minor | `38.7.0` -> `38.21.1` | | [step-security/harden-runner](https://togithub.com/step-security/harden-runner) | action | patch | `v2.9.0` -> `v2.9.1` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://togithub.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes
actions/upload-artifact (actions/upload-artifact) ### [`v4.3.6`](https://togithub.com/actions/upload-artifact/compare/v4.3.5...v4.3.6) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v4.3.5...v4.3.6) ### [`v4.3.5`](https://togithub.com/actions/upload-artifact/compare/v4.3.4...v4.3.5) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v4.3.4...v4.3.5)
defenseunicorns/zarf (defenseunicorns/zarf) ### [`v0.37.0`](https://togithub.com/zarf-dev/zarf/releases/tag/v0.37.0) [Compare Source](https://togithub.com/defenseunicorns/zarf/compare/v0.36.1...v0.37.0) ##### What's Changed - chore: update s3 injector by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2730](https://togithub.com/zarf-dev/zarf/pull/2730) - docs: fix codeowners file by [@​salaxander](https://togithub.com/salaxander) in [https://github.com/zarf-dev/zarf/pull/2736](https://togithub.com/zarf-dev/zarf/pull/2736) - refactor: rename image references by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2733](https://togithub.com/zarf-dev/zarf/pull/2733) - chore: move public test repo by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2739](https://togithub.com/zarf-dev/zarf/pull/2739) - fix: update README.md by [@​schristoff-du](https://togithub.com/schristoff-du) in [https://github.com/zarf-dev/zarf/pull/2729](https://togithub.com/zarf-dev/zarf/pull/2729) - docs: update to openssf code of conduct by [@​salaxander](https://togithub.com/salaxander) in [https://github.com/zarf-dev/zarf/pull/2734](https://togithub.com/zarf-dev/zarf/pull/2734) - chore: update project name references by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/zarf-dev/zarf/pull/2741](https://togithub.com/zarf-dev/zarf/pull/2741) - chore: move context.TODO to context.Background() by [@​schristoff](https://togithub.com/schristoff) in [https://github.com/zarf-dev/zarf/pull/2742](https://togithub.com/zarf-dev/zarf/pull/2742) - docs: charter update by [@​KennyPaul](https://togithub.com/KennyPaul) in [https://github.com/zarf-dev/zarf/pull/2731](https://togithub.com/zarf-dev/zarf/pull/2731) - chore: update CODEOWNERS to protect TSC files by [@​schristoff](https://togithub.com/schristoff) in [https://github.com/zarf-dev/zarf/pull/2744](https://togithub.com/zarf-dev/zarf/pull/2744) - fix: replace debug logs with returning errors by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2719](https://togithub.com/zarf-dev/zarf/pull/2719) - fix: data injection to return errors by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2720](https://togithub.com/zarf-dev/zarf/pull/2720) - feat: revert "feat: remove .metadata.image from schema ([#​2606](https://togithub.com/defenseunicorns/zarf/issues/2606))" by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2618](https://togithub.com/zarf-dev/zarf/pull/2618) - chore: update permissions for eks & ecr nightly tests by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2745](https://togithub.com/zarf-dev/zarf/pull/2745) - refactor: move setup CLI to only run once in root command by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2722](https://togithub.com/zarf-dev/zarf/pull/2722) - chore: move context.TODO to context.Background() (3) by [@​schristoff](https://togithub.com/schristoff) in [https://github.com/zarf-dev/zarf/pull/2747](https://togithub.com/zarf-dev/zarf/pull/2747) - fix(deps): update github.com/anchore/clio digest to [`ac88e09`](https://togithub.com/defenseunicorns/zarf/commit/ac88e09) by [@​renovate](https://togithub.com/renovate) in [https://github.com/zarf-dev/zarf/pull/2527](https://togithub.com/zarf-dev/zarf/pull/2527) - refactor: add error handling to view SBOM files by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2752](https://togithub.com/zarf-dev/zarf/pull/2752) - feat: annotate image mutation by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2755](https://togithub.com/zarf-dev/zarf/pull/2755) - chore: move context.TODO to context.Background() (2) by [@​schristoff](https://togithub.com/schristoff) in [https://github.com/zarf-dev/zarf/pull/2746](https://togithub.com/zarf-dev/zarf/pull/2746) - docs: update repo name across docs by [@​salaxander](https://togithub.com/salaxander) in [https://github.com/zarf-dev/zarf/pull/2735](https://togithub.com/zarf-dev/zarf/pull/2735) - fix: add whitespace linter and fix all warnings by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2764](https://togithub.com/zarf-dev/zarf/pull/2764) - chore: move context.TODO to context.Background() (5) by [@​schristoff](https://togithub.com/schristoff) in [https://github.com/zarf-dev/zarf/pull/2750](https://togithub.com/zarf-dev/zarf/pull/2750) - feat: run schema validation on create by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2585](https://togithub.com/zarf-dev/zarf/pull/2585) - refactor: remove overly verbose debug logs by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2751](https://togithub.com/zarf-dev/zarf/pull/2751) - ci: improve nightly eks test by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2759](https://togithub.com/zarf-dev/zarf/pull/2759) - chore: logging ADR by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2588](https://togithub.com/zarf-dev/zarf/pull/2588) - test: decrease reliance on dockerhub by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2766](https://togithub.com/zarf-dev/zarf/pull/2766) - refactor: replace warning logs with returning errors by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2762](https://togithub.com/zarf-dev/zarf/pull/2762) - fix: type assertion error checking and enforce linter by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2770](https://togithub.com/zarf-dev/zarf/pull/2770) - chore: fix string formatting for several debug statements by [@​YrrepNoj](https://togithub.com/YrrepNoj) in [https://github.com/zarf-dev/zarf/pull/2769](https://togithub.com/zarf-dev/zarf/pull/2769) - chore: stop releasing to s3 by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2774](https://togithub.com/zarf-dev/zarf/pull/2774) - fix: error formatting and comparison and enable errorlint by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2771](https://togithub.com/zarf-dev/zarf/pull/2771) - fix(deps): update module github.com/fluxcd/helm-controller/api to v1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/zarf-dev/zarf/pull/2487](https://togithub.com/zarf-dev/zarf/pull/2487) - refactor: load state to return error if loading fails by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2763](https://togithub.com/zarf-dev/zarf/pull/2763) - fix: zarf dev instead of zerf-dev by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2779](https://togithub.com/zarf-dev/zarf/pull/2779) - fix: goreleaser by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2782](https://togithub.com/zarf-dev/zarf/pull/2782) ##### New Contributors - [@​KennyPaul](https://togithub.com/KennyPaul) made their first contribution in [https://github.com/zarf-dev/zarf/pull/2731](https://togithub.com/zarf-dev/zarf/pull/2731) **Full Changelog**: https://github.com/zarf-dev/zarf/compare/v0.36.1...v0.37.0
docker/setup-buildx-action (docker/setup-buildx-action) ### [`v3.6.1`](https://togithub.com/docker/setup-buildx-action/releases/tag/v3.6.1) [Compare Source](https://togithub.com/docker/setup-buildx-action/compare/v3.6.0...v3.6.1) - Check for malformed docker context by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/347](https://togithub.com/docker/setup-buildx-action/pull/347) **Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v3.6.0...v3.6.1 ### [`v3.6.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v3.6.0) [Compare Source](https://togithub.com/docker/setup-buildx-action/compare/v3.5.0...v3.6.0) - Create temp docker context if default one has TLS data loaded before creating a container builder by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/341](https://togithub.com/docker/setup-buildx-action/pull/341) **Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v3.5.0...v3.6.0
github/codeql-action (github/codeql-action) ### [`v3.26.0`](https://togithub.com/github/codeql-action/compare/v3.25.15...v3.26.0) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.15...v3.26.0) ### [`v3.25.15`](https://togithub.com/github/codeql-action/compare/v3.25.14...v3.25.15) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.14...v3.25.15)
ossf/scorecard-action (ossf/scorecard-action) ### [`v2.4.0`](https://togithub.com/ossf/scorecard-action/releases/tag/v2.4.0) [Compare Source](https://togithub.com/ossf/scorecard-action/compare/v2.3.3...v2.4.0) #### What's Changed This update bumps the Scorecard version to the v5 release. For a complete list of changes, please refer to the [v5.0.0 release notes](https://togithub.com/ossf/scorecard/releases/tag/v5.0.0). Of special note to Scorecard Action is the Maintainer Annotation feature, which can be used to suppress some Code Scanning false positives. Alerts will not be generated for any Scorecard Check with an annotation. - :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0 by [@​spencerschrock](https://togithub.com/spencerschrock) in [https://github.com/ossf/scorecard-action/pull/1410](https://togithub.com/ossf/scorecard-action/pull/1410) - :bug: lower license sarif alert threshold to 9 by [@​spencerschrock](https://togithub.com/spencerschrock) in [https://github.com/ossf/scorecard-action/pull/1411](https://togithub.com/ossf/scorecard-action/pull/1411) ##### Documentation - docs: dogfooding badge by [@​jkowalleck](https://togithub.com/jkowalleck) in [https://github.com/ossf/scorecard-action/pull/1399](https://togithub.com/ossf/scorecard-action/pull/1399) #### New Contributors - [@​jkowalleck](https://togithub.com/jkowalleck) made their first contribution in [https://github.com/ossf/scorecard-action/pull/1399](https://togithub.com/ossf/scorecard-action/pull/1399) **Full Changelog**: https://github.com/ossf/scorecard-action/compare/v2.3.3...v2.4.0
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema) ### [`v0.29.1`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0291) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.29.0...0.29.1) - Update vendored schemas: circle-ci, dependabot, gitlab-ci, renovate, woodpecker-ci (2024-07-21) - Fix a bug which could result in local file URI resolution failing on non-Windows platforms in certain cases. Thanks :user:`bukzor`! (:pr:`465`) - Fix caching behaviors to ensure that caches are correctly preserved across instancefiles during `--schemafile` evaluation. This also fixes a bug in the remote `$ref` cache. Thanks :user:`alex1701c` for reporting! (:issue:`463`, :pr:`466`)
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks) ### [`v38.21.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.21.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.21.0...38.21.1) See https://github.com/renovatebot/renovate/releases/tag/38.21.1 for more changes ### [`v38.21.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.21.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.20.1...38.21.0) See https://github.com/renovatebot/renovate/releases/tag/38.21.0 for more changes ### [`v38.20.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.20.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.19.2...38.20.1) See https://github.com/renovatebot/renovate/releases/tag/38.20.1 for more changes ### [`v38.19.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.19.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.19.1...38.19.2) See https://github.com/renovatebot/renovate/releases/tag/38.19.2 for more changes ### [`v38.19.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.19.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.19.0...38.19.1) See https://github.com/renovatebot/renovate/releases/tag/38.19.1 for more changes ### [`v38.19.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.19.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.18.17...38.19.0) See https://github.com/renovatebot/renovate/releases/tag/38.19.0 for more changes ### [`v38.18.17`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.18.17) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.18.16...38.18.17) See https://github.com/renovatebot/renovate/releases/tag/38.18.17 for more changes ### [`v38.18.16`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.18.16) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.18.15...38.18.16) See https://github.com/renovatebot/renovate/releases/tag/38.18.16 for more changes ### [`v38.18.15`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.18.15) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.18.14...38.18.15) See https://github.com/renovatebot/renovate/releases/tag/38.18.15 for more changes ### [`v38.18.14`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.18.14) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.18.12...38.18.14) See https://github.com/renovatebot/renovate/releases/tag/38.18.14 for more changes ### [`v38.18.12`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.18.12) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.18.11...38.18.12) See https://github.com/renovatebot/renovate/releases/tag/38.18.12 for more changes ### [`v38.18.11`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.18.11) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.18.10...38.18.11) See https://github.com/renovatebot/renovate/releases/tag/38.18.11 for more changes ### [`v38.18.10`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.18.10) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.18.9...38.18.10) See https://github.com/renovatebot/renovate/releases/tag/38.18.10 for more changes ### [`v38.18.9`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.18.9) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.18.8...38.18.9) See https://github.com/renovatebot/renovate/releases/tag/38.18.9 for more changes ### [`v38.18.8`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.18.8) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.18.7...38.18.8) See https://github.com/renovatebot/renovate/releases/tag/38.18.8 for more changes ### [`v38.18.7`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.18.7) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.18.5...38.18.7) See https://github.com/renovatebot/renovate/releases/tag/38.18.7 for more changes ### [`v38.18.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.18.5) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.18.4...38.18.5) See https://github.com/renovatebot/renovate/releases/tag/38.18.5 for more changes ### [`v38.18.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.18.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.18.1...38.18.4) See https://github.com/renovatebot/renovate/releases/tag/38.18.4 for more changes ### [`v38.18.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.18.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.18.0...38.18.1) See https://github.com/renovatebot/renovate/releases/tag/38.18.1 for more changes ### [`v38.18.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.18.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.17.1...38.18.0) See https://github.com/renovatebot/renovate/releases/tag/38.18.0 for more changes ### [`v38.17.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.17.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.16.0...38.17.1) See https://github.com/renovatebot/renovate/releases/tag/38.17.1 for more changes ### [`v38.16.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.16.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.15.0...38.16.0) See https://github.com/renovatebot/renovate/releases/tag/38.16.0 for more changes ### [`v38.15.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.15.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.14.0...38.15.0) See https://github.com/renovatebot/renovate/releases/tag/38.15.0 for more changes ### [`v38.14.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.14.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.13.4...38.14.0) See https://github.com/renovatebot/renovate/releases/tag/38.14.0 for more changes ### [`v38.13.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.13.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.13.3...38.13.4) See https://github.com/renovatebot/renovate/releases/tag/38.13.4 for more changes ### [`v38.13.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.13.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.13.0...38.13.3) See https://github.com/renovatebot/renovate/releases/tag/38.13.3 for more changes ### [`v38.13.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.13.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.12.0...38.13.0) See https://github.com/renovatebot/renovate/releases/tag/38.13.0 for more changes ### [`v38.12.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.12.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.11.1...38.12.0) See https://github.com/renovatebot/renovate/releases/tag/38.12.0 for more changes ### [`v38.11.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.11.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.11.0...38.11.1) See https://github.com/renovatebot/renovate/releases/tag/38.11.1 for more changes ### [`v38.11.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.11.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.10.0...38.11.0) See https://github.com/renovatebot/renovate/releases/tag/38.11.0 for more changes ### [`v38.10.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.10.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.9.3...38.10.0) See https://github.com/renovatebot/renovate/releases/tag/38.10.0 for more changes ### [`v38.9.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.9.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.9.0...38.9.3) See https://github.com/renovatebot/renovate/releases/tag/38.9.3 for more changes ### [`v38.9.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.9.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.8.5...38.9.0) See https://github.com/renovatebot/renovate/releases/tag/38.9.0 for more changes ### [`v38.8.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.8.5) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.8.4...38.8.5) See https://github.com/renovatebot/renovate/releases/tag/38.8.5 for more changes ### [`v38.8.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.8.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.8.3...38.8.4) See https://github.com/renovatebot/renovate/releases/tag/38.8.4 for more changes ### [`v38.8.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.8.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.8.2...38.8.3) See https://github.com/renovatebot/renovate/releases/tag/38.8.3 for more changes ### [`v38.8.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.8.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.8.1...38.8.2) See https://github.com/renovatebot/renovate/releases/tag/38.8.2 for more changes ### [`v38.8.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.8.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.8.0...38.8.1) See https://github.com/renovatebot/renovate/releases/tag/38.8.1 for more changes ### [`v38.8.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.8.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.7.1...38.8.0) See https://github.com/renovatebot/renovate/releases/tag/38.8.0 for more changes ### [`v38.7.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/38.7.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/38.7.0...38.7.1) See https://github.com/renovatebot/renovate/releases/tag/38.7.1 for more changes
step-security/harden-runner (step-security/harden-runner) ### [`v2.9.1`](https://togithub.com/step-security/harden-runner/releases/tag/v2.9.1) [Compare Source](https://togithub.com/step-security/harden-runner/compare/v2.9.0...v2.9.1) ##### What's Changed Release v2.9.1 by [@​h0x0er](https://togithub.com/h0x0er) and [@​varunsh-coder](https://togithub.com/varunsh-coder) in [#​440](https://togithub.com/step-security/harden-runner/issues/440) This release includes two changes: 1. Updated markdown displayed in the job summary by the Harden-Runner Action. 2. Fixed a bug affecting Enterprise Tier customers where the agent attempted to upload telemetry for jobs with disable-telemetry set to true. No telemetry was uploaded as the endpoint was not in the allowed list. **Full Changelog**: https://github.com/step-security/harden-runner/compare/v2...v2.9.1
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/defenseunicorns/uds-package-mattermost). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/codeql.yaml | 6 +++--- .github/workflows/dependencyreview.yaml | 2 +- .github/workflows/scorecard.yaml | 6 +++--- .github/workflows/tag-and-release.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- .pre-commit-config.yaml | 6 +++--- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index b3ef3aad..210ba8d6 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -33,13 +33,13 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14 + uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14 + uses: github/codeql-action/autobuild@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14 + uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/dependencyreview.yaml b/.github/workflows/dependencyreview.yaml index f072eaba..bf2dcfba 100644 --- a/.github/workflows/dependencyreview.yaml +++ b/.github/workflows/dependencyreview.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0 + uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 with: egress-policy: audit diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 2628b87a..5a7e596e 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 @@ -37,7 +37,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 with: name: SARIF file path: results.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@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0 with: sarif_file: results.sarif diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index 42f485a5..f1c3d869 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -51,7 +51,7 @@ jobs: ghToken: ${{ secrets.GITHUB_TOKEN }} chainguardIdentity: ${{ secrets.CHAINGUARD_IDENTITY }} - - uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0 + - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 - name: Build Package run: uds run -f tasks/publish.yaml build-package --set FLAVOR=${{ matrix.flavor }} --no-progress diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index becabd11..e85d5394 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -59,7 +59,7 @@ jobs: ghToken: ${{ secrets.GITHUB_TOKEN }} chainguardIdentity: ${{ secrets.CHAINGUARD_IDENTITY }} - - uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0 + - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 - name: Test uses: defenseunicorns/uds-common/.github/actions/test@2536a06363d50a160421105b2df86aacf69388c1 # v0.11.1 @@ -77,7 +77,7 @@ jobs: with: suffix: ${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }} - - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 if: always() with: name: playwright-report-${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 371bf9f3..502b3bec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,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" @@ -41,7 +41,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 @@ -49,6 +49,6 @@ repos: hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.7.0 + rev: 38.21.1 hooks: - id: renovate-config-validator