Skip to content

Commit

Permalink
chore(deps): bump the github-actions group with 2 updates (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 7, 2024
1 parent 6d7758c commit c11644e
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 c11644e

Please sign in to comment.