From 15d5e0337a26d303754535e104c076fe81a96a0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:56:24 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/linter.yml | 4 ++-- .github/workflows/release-container.yml | 12 ++++++------ .github/workflows/release-internal.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index bc52fe9..3fdf69b 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -13,12 +13,12 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 - name: Lint Codebase id: super-linter - uses: super-linter/super-linter/slim@v8 + uses: super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 # v8 env: DEFAULT_BRANCH: main FILTER_REGEX_EXCLUDE: dist/**/* diff --git a/.github/workflows/release-container.yml b/.github/workflows/release-container.yml index 6668522..078e2e8 100644 --- a/.github/workflows/release-container.yml +++ b/.github/workflows/release-container.yml @@ -15,25 +15,25 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Run release script if: ${{ github.event_name != 'pull_request' }} run: | echo "Release version: ${{ github.event.release.tag_name }}" echo "Release published by: ${{ github.event.release.author.login }}" - name: Set up QEMU - uses: docker/setup-qemu-action@v4 + uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v4 + uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 - name: Log in to the Container registry - uses: docker/login-action@v4 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GHTOKEN }} - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@v6 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | @@ -45,7 +45,7 @@ jobs: type=sha - name: Build and Push Container id: push - uses: docker/build-push-action@v7 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7 with: context: . platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/release-internal.yml b/.github/workflows/release-internal.yml index 58e096d..4d837d4 100644 --- a/.github/workflows/release-internal.yml +++ b/.github/workflows/release-internal.yml @@ -18,11 +18,11 @@ jobs: name: Release steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-tags: true - name: Release - uses: quike/action-semantic-release@v3.2 + uses: quike/action-semantic-release@daf2d0ffd5b987539616e570c4eb72540ef604d5 # v3.3 with: debug-mode: true dry-run: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26e5921..b1e200f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,12 +34,12 @@ jobs: name: Release steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-tags: true - name: Release id: release - uses: quike/action-semantic-release@v3.2 + uses: quike/action-semantic-release@daf2d0ffd5b987539616e570c4eb72540ef604d5 # v3.3 with: debug-mode: true dry-run: false