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