chore(deps): Bump dawidd6/action-send-mail from 0bbdab096651ee93f37ec02383e088183d41ff0b to 0fd6142bc2fdec26ea3c70b93c3e3a084d98a863 in the actions group #137
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-License-Identifier: MPL-2.0 | |
| # Estate SPARK Theatre Gate — thin caller of the reusable workflow in | |
| # hyperpolymath/standards (#135 / #141). Pinned by commit SHA per the | |
| # estate action-pinning policy. Regenerate the pin only when the reusable | |
| # workflow is intentionally bumped. | |
| name: SPARK Theatre Gate | |
| on: | |
| pull_request: | |
| push: | |
| branches: [main, master] | |
| permissions: | |
| actions: read | |
| contents: read | |
| jobs: | |
| spark-theatre-gate: | |
| uses: hyperpolymath/standards/.github/workflows/spark-theatre-gate.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236 | |
| with: | |
| paths: "." | |
| enforce_zero_contract: false |