build(deps): bump dawidd6/action-send-mail from 12335b969ae3fb71bee5f… #334
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 | |
| name: OSSF Scorecard | |
| on: | |
| push: | |
| branches: [main, master] | |
| schedule: | |
| - cron: '0 4 * * *' | |
| workflow_dispatch: | |
| permissions: | |
| actions: read | |
| contents: read | |
| jobs: | |
| scorecard: | |
| uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9 | |
| permissions: | |
| contents: read | |
| security-events: write | |
| id-token: write |