Skip to content

Commit

Permalink
chore(deps): bump the github-actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 2 updates: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [sarisia/actions-status-discord](https://github.com/sarisia/actions-status-discord).


Updates `actions/attest-build-provenance` from 1.4.0 to 1.4.2
- [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@210c191...6149ea5)

Updates `sarisia/actions-status-discord` from 1.14.5 to 1.14.7
- [Release notes](https://github.com/sarisia/actions-status-discord/releases)
- [Commits](448a592...ce8cc68)

---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: sarisia/actions-status-discord
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 2a2cb30 commit a9578ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
npm run build
- name: generate artifact attestation for action.yml
uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd
uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1
with:
subject-path: action.yml

- name: generate artifact attestation for lib/index.js
uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd
uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1
with:
subject-path: lib/index.js

Expand All @@ -63,7 +63,7 @@ jobs:
git push origin $TAGNAME
- name: report result
uses: sarisia/actions-status-discord@448a59224349c2bf9611e68b88787f2b0011965f
uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- uses: sarisia/actions/conclusion@main
id: ghapi

- uses: sarisia/actions-status-discord@448a59224349c2bf9611e68b88787f2b0011965f
- uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
npm run build
- name: report result
uses: sarisia/actions-status-discord@448a59224349c2bf9611e68b88787f2b0011965f
uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit a9578ab

Please sign in to comment.