File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
42
+ uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.29.5
43
43
with :
44
44
languages : ${{ matrix.language }}
45
45
# If you wish to specify custom queries, you can do so here or in a config file.
66
66
NODE_VERSION : 22
67
67
FORCE_COLOR : true
68
68
- name : Perform CodeQL Analysis
69
- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
69
+ uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.29.5
70
70
with :
71
71
category : ' /language:${{matrix.language}}'
Original file line number Diff line number Diff line change 50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
53
- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
53
+ uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.29.5
54
54
with :
55
55
languages : ${{ matrix.language }}
56
56
# If you wish to specify custom queries, you can do so here or in a config file.
61
61
with :
62
62
node-version : 22.x
63
63
- name : Perform CodeQL Analysis
64
- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
64
+ uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.29.5
65
65
with :
66
66
category : ' /language:${{matrix.language}}'
Original file line number Diff line number Diff line change 73
73
# Upload the results to GitHub's code scanning dashboard (optional).
74
74
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
75
75
- name : ' Upload to code-scanning'
76
- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
76
+ uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.29.5
77
77
with :
78
78
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments