chore(deps): update github-actions deps (#2119) #1173
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
| name: OSSF Scorecard | |
| on: | |
| push: | |
| branches: | |
| - main | |
| schedule: | |
| - cron: "2 4 * * 2" # once a week | |
| workflow_dispatch: | |
| permissions: {} | |
| jobs: | |
| analysis: | |
| permissions: | |
| contents: read # for actions/checkout | |
| id-token: write # for Scorecard to publish results | |
| security-events: write # for the SARIF upload to code scanning | |
| uses: open-telemetry/shared-workflows/.github/workflows/scorecard.yml@8079110d7e793bd38b1a5219ef8f8280dab9139e # v0.7.0 |