Skip to content

Commit

Permalink
chore(deps): bump the github-actions group with 3 updates (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 6, 2024
1 parent 2902019 commit f78d07f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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 }}

0 comments on commit f78d07f

Please sign in to comment.