From 3892ac82bb5a7ff84dd3abedffcde54e325908e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:05:48 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/push.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 305473fc..65a3967a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -12,15 +12,15 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 - - uses: actions/setup-java@v5 + - uses: actions/setup-java@v5.3.0 with: java-version: 21.0.5+11 distribution: liberica - name: Cache Maven dependencies - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -52,10 +52,10 @@ jobs: docker-build: if: github.repository_owner == 'entur' && github.event_name == 'push' && github.ref == 'refs/heads/master' needs: [maven-verify] - uses: entur/gha-docker/.github/workflows/build.yml@v1 + uses: entur/gha-docker/.github/workflows/build.yml@v1.11.0 with: build_artifact_name: artifact build_artifact_path: target docker-push: needs: [docker-build] - uses: entur/gha-docker/.github/workflows/push.yml@v1 \ No newline at end of file + uses: entur/gha-docker/.github/workflows/push.yml@v1.11.0 \ No newline at end of file