From 91a08168e59b4993c4d3137b6d1b60110cf7785f Mon Sep 17 00:00:00 2001 From: gw0-bot Date: Thu, 27 Aug 2026 14:55:46 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/docker.yaml | 2 +- Dockerfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 1df9abf..adf7a93 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -78,7 +78,7 @@ jobs: severity: CRITICAL,HIGH - name: Upload Trivy SARIF - uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4 + uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4 if: always() with: sarif_file: trivy-results.sarif diff --git a/Dockerfile b/Dockerfile index d8505e1..1a1036b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -87,7 +87,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.245 +ARG CLAUDE_VERSION=2.1.247 # https://github.com/Owloops/claude-powerline/releases # renovate: datasource=npm depName=@owloops/claude-powerline ARG CLAUDE_POWERLINE_VERSION=1.30.1 @@ -189,13 +189,13 @@ ARG SUPERCLAUDE_VERSION=4.3.0 ARG CLAUDE_SKILLS_VERSION=0.4.16 # https://github.com/sickn33/agentic-awesome-skills/releases # renovate: datasource=github-releases depName=sickn33/agentic-awesome-skills -ARG AAS_VERSION=16.0.0 +ARG AAS_VERSION=16.2.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.45.0 +ARG RTK_VERSION=0.46.0 COPY scripts/install-aas-bundles.py /tmp/install-aas-bundles.py