fix(deps): update module github.com/google/go-github/v32 to v62 #1176
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: Semgrep | |
# on: [pull_request] | |
# jobs: | |
# semgrep: | |
# name: Scan | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v1 | |
# - uses: returntocorp/semgrep-action@v1 | |
# env: # Optional environment variable for inline PR comments (beta) | |
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
# with: | |
# publishToken: ${{ secrets.SEMGREP_APP_TOKEN }} | |
# publishDeployment: 174 |