diff --git a/.github/workflows/otari-docker.yml b/.github/workflows/otari-docker.yml index 71fbe25..1e18a18 100644 --- a/.github/workflows/otari-docker.yml +++ b/.github/workflows/otari-docker.yml @@ -38,13 +38,13 @@ jobs: run: echo "GITHUB_SHA_SHORT=$(echo ${{ github.sha }} | cut -c1-7)" >> $GITHUB_ENV - name: Set up QEMU - uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 + uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 - name: Log in to the Container registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry: ${{ env.REGISTRY }} username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -52,7 +52,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | @@ -61,7 +61,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} - name: Build Docker image for testing - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: . file: Dockerfile @@ -76,7 +76,7 @@ jobs: run: ./scripts/docker_liveness_check.sh otari-test:${{ github.sha }} - name: Build and push Docker image - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: . file: Dockerfile diff --git a/.github/workflows/otari-lint.yml b/.github/workflows/otari-lint.yml index d88fd38..0360b83 100644 --- a/.github/workflows/otari-lint.yml +++ b/.github/workflows/otari-lint.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: python-version: 3.14 activate-environment: true diff --git a/.github/workflows/otari-release.yml b/.github/workflows/otari-release.yml index 5450e0c..b70bd66 100644 --- a/.github/workflows/otari-release.yml +++ b/.github/workflows/otari-release.yml @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.RELEASE_TOKEN }} - - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: python-version: 3.14 diff --git a/.github/workflows/otari-sdk-codegen-check.yml b/.github/workflows/otari-sdk-codegen-check.yml index 52a88b1..67e9efb 100644 --- a/.github/workflows/otari-sdk-codegen-check.yml +++ b/.github/workflows/otari-sdk-codegen-check.yml @@ -42,7 +42,7 @@ jobs: # while the generator and project code run. persist-credentials: false - - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: python-version: 3.14 activate-environment: true @@ -51,7 +51,7 @@ jobs: run: uv sync --dev --frozen - name: Set up Java (OpenAPI Generator runtime) - uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 + uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0 with: distribution: temurin java-version: '17' diff --git a/.github/workflows/otari-sdk-codegen.yml b/.github/workflows/otari-sdk-codegen.yml index 8dfa7ef..9b82986 100644 --- a/.github/workflows/otari-sdk-codegen.yml +++ b/.github/workflows/otari-sdk-codegen.yml @@ -57,7 +57,7 @@ jobs: - name: Checkout Otari uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: python-version: 3.14 activate-environment: true @@ -66,7 +66,7 @@ jobs: run: uv sync --dev --frozen - name: Set up Java (OpenAPI Generator runtime) - uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 + uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0 with: distribution: temurin java-version: '17' diff --git a/.github/workflows/otari-tag-release.yml b/.github/workflows/otari-tag-release.yml index 7327cc4..6dba743 100644 --- a/.github/workflows/otari-tag-release.yml +++ b/.github/workflows/otari-tag-release.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.RELEASE_TOKEN }} - - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: python-version: 3.14 diff --git a/.github/workflows/otari-tests.yml b/.github/workflows/otari-tests.yml index 03051da..6c824d2 100644 --- a/.github/workflows/otari-tests.yml +++ b/.github/workflows/otari-tests.yml @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: python-version: 3.14 activate-environment: true @@ -66,7 +66,7 @@ jobs: steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: python-version: 3.14 activate-environment: true diff --git a/.github/workflows/otari-typecheck.yml b/.github/workflows/otari-typecheck.yml index 8222a73..564f048 100644 --- a/.github/workflows/otari-typecheck.yml +++ b/.github/workflows/otari-typecheck.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: python-version: 3.14 activate-environment: true diff --git a/.github/workflows/sdk-regen-staleness.yml b/.github/workflows/sdk-regen-staleness.yml index ebb0d15..7dcfb96 100644 --- a/.github/workflows/sdk-regen-staleness.yml +++ b/.github/workflows/sdk-regen-staleness.yml @@ -37,7 +37,7 @@ jobs: with: persist-credentials: false - - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: python-version: 3.14