Bump the go-dependencies group with 10 updates #138
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: Check Signed Commits | ||
| on: | ||
| pull_request: | ||
| types: [opened, synchronize, reopened] | ||
| jobs: | ||
| check-signatures: | ||
| uses: Azure/action-release-workflows/.github/workflows/check_signed_commits.yaml@v1 | ||
|
Check failure on line 9 in .github/workflows/check-signed-commits.yml
|
||
| permissions: | ||
| pull-requests: write | ||