From b90594cfeea99bf1367680f2db3d89ed01fd84f1 Mon Sep 17 00:00:00 2001 From: gw0-bot Date: Mon, 6 Jul 2026 07:39:03 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/docker.yaml | 12 ++++++------ .github/workflows/renovate.yaml | 2 +- Dockerfile | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index bcb6938..c149954 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -23,17 +23,17 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 - name: Login to ghcr.io - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to docker.io - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4 with: registry: docker.io username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -41,7 +41,7 @@ jobs: - name: Determine metadata id: meta - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6 with: images: | ghcr.io/gw0/docker-claude-code @@ -51,7 +51,7 @@ jobs: org.opencontainers.image.description=${{ github.event.repository.description }} - name: Build and push - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7 with: file: Dockerfile push: true @@ -71,7 +71,7 @@ jobs: severity: CRITICAL,HIGH - name: Upload Trivy SARIF - uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4 + uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4 if: always() with: sarif_file: trivy-results.sarif diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 70d45ed..08e1358 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Renovate - uses: renovatebot/github-action@8217b3fc286df088d7c27f3255fe8414463bc0fd # v46.1.15 + uses: renovatebot/github-action@b50d2ba2bd928235abdcc14d06dfafc217f1c565 # v46.1.18 env: RENOVATE_GIT_AUTHOR: "gw0-bot " RENOVATE_REPOSITORIES: ${{ github.repository }} diff --git a/Dockerfile b/Dockerfile index 49c4736..c5d2b5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -83,7 +83,7 @@ RUN apt-get update -qq \ ## # https://www.npmjs.com/package/@anthropic-ai/claude-code/v/latest # renovate: datasource=npm depName=@anthropic-ai/claude-code -ARG CLAUDE_VERSION=2.1.183 +ARG CLAUDE_VERSION=2.1.201 # https://github.com/Owloops/claude-powerline/releases # renovate: datasource=npm depName=@owloops/claude-powerline ARG CLAUDE_POWERLINE_VERSION=1.27.0 @@ -114,7 +114,7 @@ RUN bun install -g \ ## # https://github.com/reteps/dockerfmt/releases # renovate: datasource=github-releases depName=reteps/dockerfmt -ARG DOCKERFMT_VERSION=0.5.2 +ARG DOCKERFMT_VERSION=0.5.4 # https://github.com/mvdan/sh/releases # renovate: datasource=github-releases depName=mvdan/sh ARG SHFMT_VERSION=3.13.1 @@ -126,7 +126,7 @@ ARG SHELLCHECK_VERSION=0.11.0 ARG YAMLFMT_VERSION=0.21.0 # https://www.npmjs.com/package/markdownlint-cli2 # renovate: datasource=npm depName=markdownlint-cli2 -ARG MARKDOWNLINT_VERSION=0.22.1 +ARG MARKDOWNLINT_VERSION=0.23.0 RUN : \ # install dockerfmt @@ -181,13 +181,13 @@ ARG SUPERCLAUDE_VERSION=4.3.0 ARG CLAUDE_SKILLS_VERSION=0.4.15 # https://github.com/sickn33/antigravity-awesome-skills/releases # renovate: datasource=github-releases depName=sickn33/antigravity-awesome-skills -ARG AAS_VERSION=12.9.0 +ARG AAS_VERSION=12.10.0 # https://github.com/AZidan/codemap # renovate: datasource=git-refs packageName=https://github.com/AZidan/codemap ARG CODEMAP_VERSION=120d018d36809371cf328173e9e0da5e16034693 # https://github.com/rtk-ai/rtk/releases # renovate: datasource=github-releases depName=rtk-ai/rtk -ARG RTK_VERSION=0.42.4 +ARG RTK_VERSION=0.43.0 COPY scripts/install-aas-bundles.py /tmp/install-aas-bundles.py