From 8c21c0deb3c8f227830a7187ce1d180c77764389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 03:23:27 +0000 Subject: [PATCH] MESH-2092 Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) Updates `hadolint/hadolint-action` from d292784f8f3eacda47060b259a580467b0ba410c to 2332a7b74a6de0dda2e2221d575162eba76ba5e5 - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](https://github.com/hadolint/hadolint-action/compare/d292784f8f3eacda47060b259a580467b0ba410c...2332a7b74a6de0dda2e2221d575162eba76ba5e5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: hadolint/hadolint-action dependency-version: 2332a7b74a6de0dda2e2221d575162eba76ba5e5 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/merge-develop.yml | 4 ++-- .github/workflows/pull-request.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/merge-develop.yml b/.github/workflows/merge-develop.yml index bfa7d87..2e5eca8 100644 --- a/.github/workflows/merge-develop.yml +++ b/.github/workflows/merge-develop.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version-file: "pyproject.toml" @@ -123,7 +123,7 @@ jobs: find . -type f | xargs chmod g+w - name: setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version-file: "pyproject.toml" diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3c22d70..3bb43b7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -47,7 +47,7 @@ jobs: PR_BRANCH: ${{ github.head_ref }} - name: setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version-file: "pyproject.toml" @@ -179,7 +179,7 @@ jobs: PR_BRANCH: ${{ github.head_ref }} - name: setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version-file: "pyproject.toml" @@ -215,7 +215,7 @@ jobs: run: make mypy - name: hadolint - uses: hadolint/hadolint-action@d292784f8f3eacda47060b259a580467b0ba410c + uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 with: dockerfile: "Dockerfile" recursive: true @@ -266,7 +266,7 @@ jobs: PR_BRANCH: ${{ github.head_ref }} - name: setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version-file: "pyproject.toml"