Skip to content

Commit 4019518

Browse files
chore(deps): bump the patch group across 1 directory with 3 updates
Bumps the patch group with 3 updates in the / directory: [PyO3/maturin-action](https://github.com/pyo3/maturin-action), [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) and [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `PyO3/maturin-action` from 1.49.3 to 1.49.4 - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](PyO3/maturin-action@e10f6c4...86b9d13) Updates `marocchino/sticky-pull-request-comment` from 2.9.3 to 2.9.4 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@d2ad0de...7737449) Updates `anchore/sbom-action` from 0.20.2 to 0.20.6 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@cee1b8e...f8bdd1d) --- updated-dependencies: - dependency-name: PyO3/maturin-action dependency-version: 1.49.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 2.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: anchore/sbom-action dependency-version: 0.20.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b6af12 commit 4019518

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
253253
- name: Build Python wheels (linux)
254254
if: matrix.build.PYPI_PUBLISH == true && startsWith(matrix.build.NAME, 'linux')
255-
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
255+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
256256
with:
257257
working-directory: pypi
258258
target: ${{ matrix.build.TARGET }}
@@ -264,15 +264,15 @@ jobs:
264264
if: |
265265
matrix.build.PYPI_PUBLISH == true &&
266266
(startsWith(matrix.build.OS, 'macos') || startsWith(matrix.build.OS, 'windows'))
267-
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
267+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
268268
with:
269269
working-directory: pypi
270270
target: ${{ matrix.build.TARGET }}
271271
args: --release --sdist --out wheels
272272
sccache: "true"
273273
- name: Build Python wheels (musl)
274274
if: matrix.build.PYPI_PUBLISH == true && endsWith(matrix.build.OS, 'musl')
275-
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
275+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
276276
with:
277277
working-directory: pypi
278278
target: ${{ matrix.build.TARGET }}
@@ -328,7 +328,7 @@ jobs:
328328
pattern: wheels-*
329329
merge-multiple: true
330330
- name: Publish to PyPI
331-
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
331+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
332332
env:
333333
MATURIN_PYPI_TOKEN: ${{ vars.USE_TESTPYPI == 'true' && secrets.TESTPYPI_API_TOKEN || secrets.PYPI_API_TOKEN }}
334334
MATURIN_REPOSITORY: ${{ vars.USE_TESTPYPI == 'true' && 'testpypi' || 'pypi' }}

.github/workflows/check-semver.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Comment
3333
if: ${{ needs.check-semver.outputs.error_message != null }}
34-
uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3
34+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
3535
with:
3636
header: pr-semver-check-error
3737
message: |
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Delete comment
4949
if: ${{ needs.check-semver.outputs.error_message == null }}
50-
uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3
50+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
5151
with:
5252
header: pr-semver-check-error
5353
delete: true

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
cache-to: type=local,dest=/tmp/.buildx-cache
8585

8686
- name: Scan the image
87-
uses: anchore/sbom-action@cee1b8e05ae5b2593a75e197229729eabaa9f8ec # v0.20.2
87+
uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
8888
with:
8989
image: ghcr.io/${{ github.repository_owner }}/git-cliff/git-cliff
9090

0 commit comments

Comments
 (0)