From 3c42a5398af625a988203d9aa8c31cfd4591da6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 13:47:09 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/gcp-container-typical.yml | 12 ++++++------ .github/workflows/tag.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gcp-container-typical.yml b/.github/workflows/gcp-container-typical.yml index e8fb32c..3af86f4 100644 --- a/.github/workflows/gcp-container-typical.yml +++ b/.github/workflows/gcp-container-typical.yml @@ -86,12 +86,12 @@ jobs: fi - name: Checkout 🛎️ - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Authenticate with Google 🔑 if: ${{ inputs.push-to-registry == true }} id: auth - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2 with: token_format: access_token project_id: ${{ inputs.google-project-id }} @@ -100,7 +100,7 @@ jobs: - name: Authenticate with Docker 🔑 if: ${{ inputs.push-to-registry == true }} - uses: docker/login-action@v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: europe-north1-docker.pkg.dev username: oauth2accesstoken @@ -108,7 +108,7 @@ jobs: - name: Docker meta 🏷 id: meta-ghcr - uses: docker/metadata-action@v5 + uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5 with: images: ${{ env.IMAGE_NAME }} tags: | @@ -118,11 +118,11 @@ jobs: - name: Set up Docker Buildx 🔨 id: buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3 - name: Build and Push Container 🛠 id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5 with: context: ./ file: ${{ inputs.container-file }} diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index ae3db4d..24706df 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -11,6 +11,6 @@ jobs: name: Push major-release runs-on: ubuntu-latest steps: - - uses: Actions-R-Us/actions-tagger@latest + - uses: Actions-R-Us/actions-tagger@330ddfac760021349fef7ff62b372f2f691c20fb # latest with: publish_latest_tag: false \ No newline at end of file