File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 46
46
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
49
+ uses : github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
69
+ uses : github/codeql-action/autobuild@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
81
+ uses : github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
82
82
with :
83
83
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 17
17
disable-telemetry : true
18
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
20
- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
20
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
21
21
with :
22
22
go-version : ' >=1.18.0'
23
23
- uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ jobs:
58
58
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
59
59
# format to the repository Actions tab.
60
60
- name : " Upload artifact"
61
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
61
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
62
62
with :
63
63
name : SARIF file
64
64
path : results.sarif
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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
68
+ uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
69
69
with :
70
70
sarif_file : results.sarif
Original file line number Diff line number Diff line change 15
15
- name : Checkout Actions Repository
16
16
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
- name : Check spelling of entire workspace
18
- uses : crate-ci/typos@2872c382bb9668d4baa5eade234dcbc0048ca2cf # v1.28.2
18
+ uses : crate-ci/typos@9d890159570d5018df91fedfa40b4730cd4a81b1 # v1.28.4
Original file line number Diff line number Diff line change 5
5
stages :
6
6
- commit-msg
7
7
repo : https://github.com/commitizen-tools/commitizen
8
- rev : v4.0 .0
8
+ rev : v4.1 .0
9
9
- hooks :
10
10
- id : gitleaks
11
11
repo : https://github.com/gitleaks/gitleaks
16
16
- json
17
17
id : clang-format
18
18
repo : https://github.com/pre-commit/mirrors-clang-format
19
- rev : v19.1.4
19
+ rev : v19.1.5
20
20
- hooks :
21
21
- args :
22
22
- --markdown-linebreak-ext=md
You can’t perform that action at this time.
0 commit comments