Skip to content

Commit

Permalink
chore: bump actions/attest-build-provenance from 1.4.3 to 1.4.4
Browse files Browse the repository at this point in the history
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](actions/attest-build-provenance@v1.4.3...v1.4.4)

---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 8be2990 commit 6b97ef5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ops-scenario.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: python -m build
working-directory: ./testing
- name: Attest build provenance
uses: actions/attest-build-provenance@v1.4.3
uses: actions/attest-build-provenance@v1.4.4
with:
subject-path: 'testing/dist/*'
- name: Publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-ops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build
run: python -m build
- name: Attest build provenance
uses: actions/attest-build-provenance@v1.4.3
uses: actions/attest-build-provenance@v1.4.4
with:
subject-path: 'dist/*'
- name: Publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-publish-ops-scenario.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: python -m build
working-directory: ./testing
- name: Attest build provenance
uses: actions/attest-build-provenance@v1.4.3
uses: actions/attest-build-provenance@v1.4.4
with:
subject-path: 'testing/dist/*'
- name: Publish to test.pypi.org
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-publish-ops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
run: python -m build
- name: Attest build provenance
uses: actions/attest-build-provenance@v1.4.3
uses: actions/attest-build-provenance@v1.4.4
with:
subject-path: 'dist/*'
- name: Publish to test.pypi.org
Expand Down

0 comments on commit 6b97ef5

Please sign in to comment.