diff --git a/.github/actions/env-install/action.yml b/.github/actions/env-install/action.yml index ca89d59c..9c391959 100644 --- a/.github/actions/env-install/action.yml +++ b/.github/actions/env-install/action.yml @@ -7,7 +7,7 @@ runs: using: "composite" steps: - name: Install python runtime - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version-file: '.python-version' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1fde4c7..c4aef70e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 - name: Log in to the Elastic Container registry - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ${{ secrets.ELASTIC_DOCKER_REGISTRY }} username: ${{ secrets.ELASTIC_DOCKER_USERNAME }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77148387..b93aa796 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: - name: Upload pypi.org if: startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: repository-url: https://upload.pypi.org/legacy/ @@ -78,7 +78,7 @@ jobs: cache-binary: false - name: Log in to the Elastic Container registry - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ${{ secrets.ELASTIC_DOCKER_REGISTRY }} username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}