chore: Update module golang.org/x/sync to v0.19.0 #214
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
| name: Approve renovate PRs | |
| on: | |
| pull_request: | |
| jobs: | |
| approve: | |
| permissions: | |
| # Needed for logging into vault. | |
| contents: read | |
| id-token: write | |
| runs-on: ubuntu-latest | |
| # Do not bother running if PR is not authored by grafanarenovatebot. | |
| # https://woodruffw.github.io/zizmor/audits/#bot-conditions | |
| if: github.event.pull_request.user.login == 'renovate-sh-app[bot]' && github.repository == github.event.pull_request.head.repo.full_name | |
| steps: | |
| - uses: grafana/sm-renovate/actions/renovate-approve@5386ced43c6ab323fef732fcab6347b47081d010 | |
| with: | |
| renovate-user: 'renovate-sh-app[bot]' |