Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
e9af326dda build(deps): bump actions/setup-node from 6.4.0 to 7.0.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.4.0 to 7.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](48b55a011b...8207627860)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-15 04:42:52 +00:00
CrazyMax
5b9cf3909b Merge pull request #588 from crazy-max/group-codeql-dependabot-updates
Some checks failed
zizmor / zizmor (push) Failing after 0s
codeql / analyze (push) Failing after 1m28s
validate / prepare (push) Successful in 1m18s
test / test (push) Successful in 2m25s
validate / validate (push) Successful in 1m5s
ci / main (cloud:v0.11.2-desktop.2) (push) Failing after 23s
ci / windows-error (push) Waiting to run
ci / main () (push) Successful in 31s
ci / main (lab:latest) (push) Successful in 27s
ci / main (v0.4.1) (push) Successful in 27s
ci / main (latest) (push) Successful in 35s
ci / main (cloud:latest) (push) Successful in 38s
ci / multi (push) Successful in 37s
ci / error (push) Failing after 37s
ci / use (false) (push) Successful in 24s
ci / use (true) (push) Successful in 28s
ci / endpoint (push) Failing after 20s
ci / driver (image=moby/buildkit:latest) (push) Successful in 29s
ci / docker-driver (push) Successful in 28s
ci / buildkitd-config (push) Successful in 30s
ci / debug (push) Successful in 50s
ci / driver (image=moby/buildkit:master network=host ) (push) Successful in 38s
ci / buildkitd-config-inline (push) Successful in 32s
ci / with-qemu (v0.9.1, all) (push) Failing after 33s
ci / with-qemu (, arm64,riscv64,arm) (push) Successful in 39s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 27s
ci / with-qemu (, all) (push) Successful in 42s
ci / build-ref (master) (push) Successful in 36s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 45s
ci / build-ref (refs/pull/731/head) (push) Failing after 39s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 27s
ci / standalone-cmd (push) Successful in 32s
ci / standalone-action (push) Successful in 31s
ci / docker-context (push) Successful in 22s
ci / append (push) Successful in 35s
ci / cleanup (false) (push) Successful in 22s
ci / cleanup (true) (push) Successful in 21s
ci / platforms (push) Successful in 43s
ci / k3s (latest) (push) Failing after 29s
ci / k3s (v0.10.5) (push) Failing after 23s
ci / k3s (v0.11.0) (push) Failing after 23s
ci / cache-binary (false) (push) Failing after 20s
ci / cache-binary (true) (push) Failing after 18s
ci / keep-state-error (push) Successful in 17s
ci / keep-state (push) Successful in 33s
chore: group codeql dependabot updates
2026-07-09 13:58:44 +02:00
CrazyMax
732ad0c7e0 chore: group codeql dependabot updates
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2026-07-09 12:43:17 +02:00
2 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,9 @@ updates:
crazy-max-dot-github:
patterns:
- "crazy-max/.github/*"
codeql-actions:
patterns:
- "github/codeql-action/*"
labels:
- "dependencies"
- "bot"

View File

@@ -30,7 +30,7 @@ jobs:
yarn --version
-
name: Set up Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: ${{ env.NODE_VERSION }}
-