File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
49
+ uses : github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
50
50
with :
51
51
languages : ${{ matrix.language }}
52
52
# If you wish to specify custom queries, you can do so here or in a config file.
66
66
# - name: Autobuild
67
67
# uses: github/codeql-action/autobuild@v3
68
68
name : Autobuild
69
- uses : github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
69
+ uses : github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
70
70
- if : matrix.language == 'c-cpp'
71
71
name : install
72
72
run : sudo apt-get update && sudo apt-get install lcov libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev freeglut3-dev libxinerama-dev libxi-dev
78
78
cmake --build build --config Release
79
79
cmake --install build --config Release
80
80
- name : Perform CodeQL Analysis
81
- uses : github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
81
+ uses : github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
82
82
with :
83
83
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 65
65
retention-days : 5
66
66
# Upload the results to GitHub's code scanning dashboard.
67
67
- name : " Upload to code-scanning"
68
- uses : github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
68
+ uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
69
69
with :
70
70
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments