File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 4646 steps :
4747 - name : Checkout repository
4848 uses : actions/checkout@v6
49- - name : Setup .NET
50- uses : actions/setup-dotnet@v5
51- with :
52- dotnet-version : |
53- 7.0.x
54- # Initializes the CodeQL tools for scanning.
5549 - name : Initialize CodeQL
56- uses : github/codeql-action/init@v3
50+ uses : github/codeql-action/init@v4
5751 with :
5852 languages : ${{ matrix.language }}
5953 # If you wish to specify custom queries, you can do so here or in a config file.
6458 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6559 # If this step fails, then you should remove it and run the build manually (see below)
6660 - name : Autobuild
67- uses : github/codeql-action/autobuild@v3
61+ uses : github/codeql-action/autobuild@v4
6862
6963 # ℹ️ Command-line programs to run using the OS shell.
7064 # 📚 https://git.io/JvXDl
7872 # make release
7973
8074 - name : Perform CodeQL Analysis
81- uses : github/codeql-action/analyze@v3
75+ uses : github/codeql-action/analyze@v4
You can’t perform that action at this time.
0 commit comments