Skip to content

Commit

Permalink
chore(deps): bump the github-actions group across 1 directory with 3 …
Browse files Browse the repository at this point in the history
…updates

Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [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/checkout` from 4.1.7 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@692973e...11bd719)

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

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

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- 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-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent c11644e commit 90fba0d
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@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
Expand All @@ -34,12 +34,12 @@ jobs:
npm run build
- name: generate artifact attestation for action.yml
uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c
with:
subject-path: action.yml

- name: generate artifact attestation for lib/index.js
uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c
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@ce8cc68e4e626000136b3c702d049a154243e490
uses: sarisia/actions-status-discord@33dfe58bd6a779c49926a82a2c008bab1ca733ee
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand All @@ -89,7 +89,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
ref: ${{ github.ref_name }}

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

- uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490
- uses: sarisia/actions-status-discord@33dfe58bd6a779c49926a82a2c008bab1ca733ee
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@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
Expand All @@ -31,7 +31,7 @@ jobs:
npm run build
- name: report result
uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490
uses: sarisia/actions-status-discord@33dfe58bd6a779c49926a82a2c008bab1ca733ee
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit 90fba0d

Please sign in to comment.