From dda0040d1334e0e516a76d898722d90a5d73677d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:36:34 -0600 Subject: [PATCH] build(deps): bump the callable-workflows group with 5 updates (#110) Bumps the callable-workflows group with 5 updates: | Package | From | To | | --- | --- | --- | | [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `3.2.0` | `3.3.0` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.2.0` | `5.3.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `4.7.1` | `5.0.0` | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `2.0.4` | `3.0.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3.1.3` | `4.0.0` | Updates `sigstore/cosign-installer` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/1fc5bd396d372bee37d608f955b336615edf79c8...9614fae9e5c5eddabb09f90a270fcb487c9f7149) Updates `docker/metadata-action` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/e6428a5c4e294a61438ed7f43155db912025b6b3...31cebacef4805868f9ce9a0cb03ee36c32df2ac4) Updates `actions/setup-python` from 4.7.1 to 5.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236...0a5c61591373683505ea898e09a3ea4f39ef2b9c) Updates `actions/deploy-pages` from 2.0.4 to 3.0.1 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/9dbe3824824f8a1377b8e298bafde1a50ede43e5...13b55b33dd8996121833dbc1db458c793a334630) Updates `actions/upload-artifact` from 3.1.3 to 4.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/a8a3f3ad30e3422c9c7b888a15615d19a852ae32...c7d193f32edcb7bfad88892161225aeda64e9392) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: callable-workflows - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: callable-workflows - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: callable-workflows - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major dependency-group: callable-workflows - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: callable-workflows ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker-build-push.yaml | 4 ++-- .github/workflows/generic-precommit.yaml | 2 +- .github/workflows/github-pages-go-hugo.yaml | 2 +- .github/workflows/github-pages-python-sphinx.yaml | 4 ++-- .github/workflows/github-pages-rust-doc.yaml | 2 +- .github/workflows/python-lint.yaml | 2 +- .github/workflows/python-pypi-publish.yaml | 4 ++-- .github/workflows/python-test.yaml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/docker-build-push.yaml b/.github/workflows/docker-build-push.yaml index e476903..0a85089 100644 --- a/.github/workflows/docker-build-push.yaml +++ b/.github/workflows/docker-build-push.yaml @@ -32,7 +32,7 @@ jobs: steps: - name: "Install cosign" - uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 # v3.2.0 + uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0 with: cosign-release: "v1.13.1" @@ -48,7 +48,7 @@ jobs: - name: "Extract Docker metadata" id: meta - uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5.2.0 + uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3.0 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | diff --git a/.github/workflows/generic-precommit.yaml b/.github/workflows/generic-precommit.yaml index 66618e6..4ec97e3 100644 --- a/.github/workflows/generic-precommit.yaml +++ b/.github/workflows/generic-precommit.yaml @@ -28,7 +28,7 @@ jobs: - name: "Setup Python" id: python - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: python-version: ${{ inputs.python-version }} allow-prereleases: true diff --git a/.github/workflows/github-pages-go-hugo.yaml b/.github/workflows/github-pages-go-hugo.yaml index 081ed30..d1df5c1 100644 --- a/.github/workflows/github-pages-go-hugo.yaml +++ b/.github/workflows/github-pages-go-hugo.yaml @@ -50,4 +50,4 @@ jobs: steps: - name: "Deploy to GitHub Pages" id: deployment - uses: actions/deploy-pages@9dbe3824824f8a1377b8e298bafde1a50ede43e5 # v2.0.4 + uses: actions/deploy-pages@13b55b33dd8996121833dbc1db458c793a334630 # v3.0.1 diff --git a/.github/workflows/github-pages-python-sphinx.yaml b/.github/workflows/github-pages-python-sphinx.yaml index cc3eb8a..e36c4da 100644 --- a/.github/workflows/github-pages-python-sphinx.yaml +++ b/.github/workflows/github-pages-python-sphinx.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: "Setup Python" - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: python-version: ${{ inputs.python-version }} allow-prereleases: true @@ -62,4 +62,4 @@ jobs: steps: - name: "Deploy to GitHub Pages" id: deployment - uses: actions/deploy-pages@9dbe3824824f8a1377b8e298bafde1a50ede43e5 # v2.0.4 + uses: actions/deploy-pages@13b55b33dd8996121833dbc1db458c793a334630 # v3.0.1 diff --git a/.github/workflows/github-pages-rust-doc.yaml b/.github/workflows/github-pages-rust-doc.yaml index 2283115..88a9249 100644 --- a/.github/workflows/github-pages-rust-doc.yaml +++ b/.github/workflows/github-pages-rust-doc.yaml @@ -49,4 +49,4 @@ jobs: steps: - name: "Deploy to GitHub Pages" id: deployment - uses: actions/deploy-pages@9dbe3824824f8a1377b8e298bafde1a50ede43e5 # v2.0.4 + uses: actions/deploy-pages@13b55b33dd8996121833dbc1db458c793a334630 # v3.0.1 diff --git a/.github/workflows/python-lint.yaml b/.github/workflows/python-lint.yaml index e0f0a5e..fe10711 100644 --- a/.github/workflows/python-lint.yaml +++ b/.github/workflows/python-lint.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: "Setup Python" - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: python-version: ${{ inputs.python-version }} allow-prereleases: true diff --git a/.github/workflows/python-pypi-publish.yaml b/.github/workflows/python-pypi-publish.yaml index c5819f3..478ef84 100644 --- a/.github/workflows/python-pypi-publish.yaml +++ b/.github/workflows/python-pypi-publish.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: "Set up Python" - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: python-version: ${{ inputs.python-version }} allow-prereleases: true @@ -48,7 +48,7 @@ jobs: - name: "Upload the built distributions as artifacts" if: ${{ inputs.upload }} - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: packages path: dist diff --git a/.github/workflows/python-test.yaml b/.github/workflows/python-test.yaml index d63dd0a..fb5198d 100644 --- a/.github/workflows/python-test.yaml +++ b/.github/workflows/python-test.yaml @@ -33,7 +33,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: "Setup Python" - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: python-version: "${{ inputs.python-version }}" allow-prereleases: true