From e29bf37005b5467dfbf4465fef500417e81fe4eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:10:14 +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 c7a2f61a..1cf9efe0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -19,18 +19,18 @@ jobs: if: "!contains(github.event.head_commit.message, 'ci skip')" runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 - name: Copy maven settings run: | wget https://raw.githubusercontent.com/entur/ror-maven-settings/master/.m2/settings_release_maven_central.xml -O .github/workflows/settings.xml - - uses: actions/setup-java@v5 + - uses: actions/setup-java@v5.3.0 with: java-version: 17 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') }} @@ -58,14 +58,14 @@ jobs: -Dsonar.host.url=https://sonarcloud.io \ -Dsonar.token=${SONAR_TOKEN} - name: Upload artifact - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@v7.0.1 with: path: target/*.jar publish-release: if: github.repository_owner == 'entur' && github.event_name == 'push' && github.ref == 'refs/heads/main' needs: [maven-package] name: Publish release to maven central - uses: entur/gha-maven-central/.github/workflows/maven-publish.yml@v1 + uses: entur/gha-maven-central/.github/workflows/maven-publish.yml@v1.3.1 secrets: inherit with: push_to_repo: true