File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed 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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
53
+ uses : github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
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.
80
80
npx node-gyp rebuild -C test
81
81
82
82
- name : Perform CodeQL Analysis
83
- uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
83
+ uses : github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
84
84
with :
85
85
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 63
63
run : |
64
64
npm run report-coverage-xml
65
65
- name : Upload
66
- uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
66
+ uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
67
67
with :
68
68
directory : ./coverage-xml
Original file line number Diff line number Diff line change 71
71
72
72
# Upload the results to GitHub's code scanning dashboard.
73
73
- name : " Upload to code-scanning"
74
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
74
+ uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
75
75
with :
76
76
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments