Bump google.golang.org/grpc from 1.79.3 to 1.82.1 #11
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: Required OGHO template compliance | |
| on: | |
| pull_request: | |
| merge_group: | |
| permissions: | |
| contents: read | |
| jobs: | |
| validate: | |
| name: Validate repository template | |
| if: github.repository != 'oracle-samples/ogho-compliance' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out target repository | |
| uses: actions/checkout@v7 | |
| - name: Run OGHO template checks | |
| uses: oracle-samples/ogho-compliance/.github/actions/ogho-template-check@bb0d80806f204615b445e7ce2d3ee3019779eb2b | |
| with: | |
| contributing-policy: required |