chore(deps): bump anyhow from 1.0.102 to 1.0.103 in /bots/rhodibot (#… #899
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: Scorecards supply-chain security | ||
| on: | ||
| branch_protection_rule: | ||
| schedule: | ||
| - cron: '23 4 * * 1' | ||
| push: | ||
| branches: [main] | ||
| permissions: read-all | ||
| jobs: | ||
| analysis: | ||
| permissions: | ||
| security-events: write | ||
| id-token: write | ||
| uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@e9c8888769a703924cc3c0d717900960d78aea00 | ||
| secrets: inherit | ||
| timeout-minutes: 20 | ||