File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,18 @@ jobs:
1919
2020 runs-on : ubuntu-latest
2121
22+ permissions :
23+ contents : read
24+ security_events : write
25+ pull_requests : read
26+
2227 steps :
2328 - name : Checkout repository
2429 uses : actions/checkout@v2
2530
2631 # Initializes the CodeQL tools for scanning.
2732 - name : Initialize CodeQL
28- uses : github/codeql-action/init@v1
33+ uses : github/codeql-action/init@main
2934 # Override language selection by uncommenting this and choosing your languages
3035 with :
3136 languages : csharp
3439 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3540 # If this step fails, then you should remove it and run the build manually (see below)
3641 - name : Autobuild
37- uses : github/codeql-action/autobuild@v1
42+ uses : github/codeql-action/autobuild@main
3843
3944 # ℹ️ Command-line programs to run using the OS shell.
4045 # 📚 https://git.io/JvXDl
4853 # make release
4954
5055 - name : Perform CodeQL Analysis
51- uses : github/codeql-action/analyze@v1
56+ uses : github/codeql-action/analyze@main
You can’t perform that action at this time.
0 commit comments