Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the github-actions group with 3 updates #542

Merged
merged 1 commit into from
Jul 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
attestations: write

steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
with:
Expand All @@ -34,12 +34,12 @@ jobs:
npm run build

- name: generate artifact attestation for action.yml
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e
with:
subject-path: action.yml

- name: generate artifact attestation for lib/index.js
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e
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@4138d2d190a466c986fe9842407284d9fc3e7793
uses: sarisia/actions-status-discord@609229a5cc8b81e6de55f63e6cdd5e171a3c1895
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand All @@ -90,7 +90,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
ref: ${{ github.ref_name }}

Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- uses: sarisia/actions/conclusion@main
id: ghapi

- uses: sarisia/actions-status-discord@4138d2d190a466c986fe9842407284d9fc3e7793
- uses: sarisia/actions-status-discord@609229a5cc8b81e6de55f63e6cdd5e171a3c1895
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
packages: read
contents: read
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
with:
Expand All @@ -31,7 +31,7 @@ jobs:
npm run build

- name: report result
uses: sarisia/actions-status-discord@4138d2d190a466c986fe9842407284d9fc3e7793
uses: sarisia/actions-status-discord@609229a5cc8b81e6de55f63e6cdd5e171a3c1895
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Loading