Skip to content

Commit db30329

Browse files
authored
Merge branch 'main' into dependabot/pip/grpcio-1.70.0
2 parents 6251ce5 + a7b3e6a commit db30329

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: python -m build
2626

2727
- name: generate build provenance
28-
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
28+
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
2929
with:
3030
subject-path: "${{ github.workspace }}/dist/*"
3131

@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Upload pypi.org
5454
if: startsWith(github.ref, 'refs/tags')
55-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
55+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
5656
with:
5757
repository-url: https://upload.pypi.org/legacy/
5858

@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: Build and push image
102102
id: docker-push
103-
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
103+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
104104
with:
105105
context: .
106106
platforms: linux/amd64,linux/arm64
@@ -112,7 +112,7 @@ jobs:
112112
DISTRO_DIR=./dist/
113113
114114
- name: generate build provenance (containers)
115-
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
115+
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
116116
with:
117117
subject-name: "${{ env.DOCKER_IMAGE_NAME }}"
118118
subject-digest: ${{ steps.docker-push.outputs.digest }}

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ charset-normalizer==3.4.1
1212
# via requests
1313
click==8.1.8
1414
# via pip-tools
15-
deprecated==1.2.15
15+
deprecated==1.2.17
1616
# via
1717
# opentelemetry-api
1818
# opentelemetry-exporter-otlp-proto-grpc

0 commit comments

Comments
 (0)