From b4af6404cac00e6f0c0e2d3d624e34f314240b14 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 17 Apr 2026 00:05:53 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .gitea/workflows/release-image.yaml | 42 ++++++++++++++--------------- .gitea/workflows/renovate.yaml | 2 +- .gitea/workflows/test-build.yaml | 12 ++++----- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.gitea/workflows/release-image.yaml b/.gitea/workflows/release-image.yaml index c190b7d..207cb46 100644 --- a/.gitea/workflows/release-image.yaml +++ b/.gitea/workflows/release-image.yaml @@ -22,17 +22,17 @@ jobs: runs-on: ubuntu-js steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: ref: release - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.3.0 with: node-version: 24.14.1 - name: Set up Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.2.0 with: bun-version: 1.3.12 @@ -40,7 +40,7 @@ jobs: run: bun install --frozen-lockfile - name: Cache Astro Build - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: | .astro @@ -75,12 +75,12 @@ jobs: runs-on: ubuntu-js steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: ref: release - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.2.0 with: python-version: '3.12.13' @@ -120,7 +120,7 @@ jobs: new-release-git-tag: ${{ steps.semantic.outputs.new-release-git-tag }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 token: ${{ secrets.BOT_TOKEN }} @@ -133,12 +133,12 @@ jobs: git commit --allow-empty -m "fix(content): directus published update [skip ci]" - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.3.0 with: node-version: 24.14.1 - name: Set up Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.2.0 with: bun-version: 1.3.12 @@ -160,19 +160,19 @@ jobs: if: ${{ needs.semantic-release.outputs.new-release-published == 'true' }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: ref: release - name: Login to Harbor Registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.1.0 with: registry: ${{ vars.REGISTRY_HOST }} username: ${{ vars.REGISTRY_USER }} password: ${{ secrets.REGISTRY_SECRET }} - name: Login to Docker - uses: docker/login-action@v4 + uses: docker/login-action@v4.1.0 with: registry: ${{ vars.DH_REGISTRY }} username: ${{ secrets.DH_USERNAME }} @@ -185,7 +185,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v4 + uses: docker/setup-buildx-action@v4.0.0 with: driver: kubernetes driver-opts: | @@ -200,7 +200,7 @@ jobs: - name: Extract Metadata id: meta - uses: docker/metadata-action@v6 + uses: docker/metadata-action@v6.0.0 with: images: | ${{ vars.REGISTRY_HOST }}/images/site-profile @@ -213,7 +213,7 @@ jobs: type=semver,pattern={{major}},value=${{ needs.semantic-release.outputs.new-release-version }} - name: Build and Push Image - uses: docker/build-push-action@v7 + uses: docker/build-push-action@v7.1.0 with: context: . push: true @@ -264,19 +264,19 @@ jobs: needs.semantic-release.outputs.new-release-published == 'true' steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: ref: release - name: Login to Gitea Registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.1.0 with: registry: ${{ vars.REPOSITORY_HOST }} username: ${{ gitea.actor }} password: ${{ secrets.REPOSITORY_TOKEN }} - name: Login to Docker - uses: docker/login-action@v4 + uses: docker/login-action@v4.1.0 with: registry: ${{ vars.DH_REGISTRY }} username: ${{ secrets.DH_USERNAME }} @@ -289,7 +289,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v4 + uses: docker/setup-buildx-action@v4.0.0 with: driver: kubernetes driver-opts: | @@ -304,7 +304,7 @@ jobs: - name: Extract Metadata id: meta - uses: docker/metadata-action@v6 + uses: docker/metadata-action@v6.0.0 with: images: | ${{ vars.REPOSITORY_HOST }}/${{ gitea.repository }} @@ -317,7 +317,7 @@ jobs: type=semver,pattern={{major}},value=${{ needs.semantic-release.outputs.new-release-version }} - name: Build and Push Image - uses: docker/build-push-action@v7 + uses: docker/build-push-action@v7.1.0 with: context: . push: true diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index d922dc6..b0ea47a 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -12,7 +12,7 @@ jobs: container: ghcr.io/renovatebot/renovate:43 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 - name: Renovate run: renovate diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index ba09dbf..3d1529f 100644 --- a/.gitea/workflows/test-build.yaml +++ b/.gitea/workflows/test-build.yaml @@ -17,15 +17,15 @@ jobs: runs-on: ubuntu-js steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.3.0 with: node-version: 24.14.1 - name: Set up Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.2.0 with: bun-version: 1.3.12 @@ -33,7 +33,7 @@ jobs: run: bun install --frozen-lockfile - name: Cache Astro Build Cache - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: | .astro @@ -67,10 +67,10 @@ jobs: runs-on: ubuntu-js steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.2.0 with: python-version: '3.12.13'