diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 5f8a92c..983dfd8 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -23,17 +23,17 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4 + uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 - name: Login to ghcr.io - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to docker.io - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 with: registry: docker.io username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -41,7 +41,7 @@ jobs: - name: Determine metadata id: meta - uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # 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@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7 with: file: Dockerfile push: true @@ -71,7 +71,7 @@ jobs: severity: CRITICAL,HIGH - name: Upload Trivy SARIF - uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4 + uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4 if: always() with: sarif_file: trivy-results.sarif diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 527f315..aeccd9f 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Renovate - uses: renovatebot/github-action@f66d8679fcfcfa051abde6e7a623007173bf5164 # v46.1.12 + uses: renovatebot/github-action@693b9ef15eec82123529a37c782242f091365961 # v46.1.14 env: RENOVATE_GIT_AUTHOR: "gw0-bot " RENOVATE_REPOSITORIES: ${{ github.repository }} diff --git a/Dockerfile b/Dockerfile index 328e766..eef989c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # # syntax=docker/dockerfile:1 -FROM oven/bun:1.3.13-slim@sha256:7e8ed3961db1cdedf17d516dda87948cfedbd294f53bf16462e5b57ed3fff0f1 +FROM oven/bun:1.3.14-slim@sha256:d56a2534ffd262e92c12fd3249d3924d296d97086da773f821d7d0477435ea04 ## # DEB packages @@ -83,10 +83,10 @@ 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.123 +ARG CLAUDE_VERSION=2.1.150 # https://github.com/Owloops/claude-powerline/releases # renovate: datasource=npm depName=@owloops/claude-powerline -ARG CLAUDE_POWERLINE_VERSION=1.25.2 +ARG CLAUDE_POWERLINE_VERSION=1.26.0 # https://github.com/affaan-m/agentshield/releases # renovate: datasource=npm depName=ecc-agentshield ARG AGENTSHIELD_VERSION=1.4.0 @@ -178,16 +178,16 @@ RUN userdel -r bun \ ARG SUPERCLAUDE_VERSION=4.3.0 # https://github.com/Jeffallan/claude-skills/releases # renovate: datasource=github-releases depName=Jeffallan/claude-skills -ARG CLAUDE_SKILLS_VERSION=0.4.13 +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=10.8.0 +ARG AAS_VERSION=10.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.38.0 +ARG RTK_VERSION=0.40.0 COPY scripts/install-aas-bundles.py /tmp/install-aas-bundles.py