chore(deps): bump dawidd6/action-send-mail from 6e502825a508b867ab2954ad6343b68787624c01 to 994f270325d4f7257aff241a35488ef54ba364a4 in the actions group #79
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 | |
| # governance.yml — single wrapper calling the shared estate governance bundle | |
| # in hyperpolymath/standards instead of carrying per-repo copies. | |
| # | |
| # Replaces the per-repo governance scaffolding removed in the same commit: | |
| # quality.yml, guix-nix-policy.yml, npm-bun-blocker.yml, ts-blocker.yml, | |
| # security-policy.yml, rsr-antipattern.yml, wellknown-enforcement.yml, | |
| # workflow-linter.yml | |
| # | |
| # Load-bearing build/security workflows stay standalone in the repo | |
| # (rust-ci, codeql, dependabot, release, scan/mirror/pages plumbing). | |
| name: Governance | |
| on: | |
| push: | |
| branches: [main, master] | |
| pull_request: | |
| branches: [main, master] | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| governance: | |
| uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@5a93d9d57cc04de4002d6d0ecd336fc7a8698910 |