File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 versions : ${{ steps.compare.outputs.versions }}
1818
1919 permissions :
20- actions : read
21- contents : read
2220 security-events : write
2321
2422 steps :
6866 runs-on : ${{ matrix.os }}
6967
7068 permissions :
71- actions : read
72- contents : read
7369 security-events : write
7470
7571 steps :
Original file line number Diff line number Diff line change 22
33## [ UNRELEASED]
44
5- No user facing changes.
5+ - Update README to include a sample permissions block. [ # 689 ] ( https://github.com/github/codeql-action/pull/689 )
66
77## 1.0.11 - 09 Aug 2021
88
Original file line number Diff line number Diff line change 4242 # CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
4343 runs-on : ubuntu-latest
4444
45+ permissions :
46+ # required for all workflows
47+ security-events : write
48+
49+ # only required for workflows in private repositories
50+ actions : read
51+ contents : read
52+
4553 steps :
4654 - name : Checkout repository
4755 uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments