chore(deps): bump github.com/google/go-github from 0.0.0-20180716180158-c0b63e2f9bb1 to 17.0.0+incompatible #8
Workflow file for this run
This file contains 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: dependency review | |
on: | |
pull_request: | |
branches: | |
- main | |
permissions: {} | |
jobs: | |
dependency-review: | |
permissions: | |
contents: read | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | |
- uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4 | |
with: | |
config-file: .github/dependency-review-config.yaml |