Mercurial > p > roundup > code
comparison .github/workflows/codeql-analysis.yml @ 7128:2685dd56806a
Update permissions allowing write permission for security events.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 23 Jan 2023 21:11:39 -0500 |
| parents | 4adbf5e8589a |
| children | c7e35b96907d |
comparison
equal
deleted
inserted
replaced
| 7127:49761be4a931 | 7128:2685dd56806a |
|---|---|
| 25 group: ${{ github.workflow }}-${{ github.ref }} | 25 group: ${{ github.workflow }}-${{ github.ref }} |
| 26 cancel-in-progress: true | 26 cancel-in-progress: true |
| 27 | 27 |
| 28 permissions: | 28 permissions: |
| 29 contents: read | 29 contents: read |
| 30 security-events: write | |
| 30 | 31 |
| 31 jobs: | 32 jobs: |
| 32 analyze: | 33 analyze: |
| 33 name: Analyze | 34 name: Analyze |
| 34 runs-on: ubuntu-latest | 35 runs-on: ubuntu-latest |
