File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
39
39
# Initializes the CodeQL tools for scanning.
40
40
- name : Initialize CodeQL
41
- uses : github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
41
+ uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
42
42
with :
43
43
languages : ${{ matrix.language }}
44
44
build-mode : ${{ matrix.build-mode }}
54
54
exit 1
55
55
56
56
- name : Perform CodeQL Analysis
57
- uses : github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
57
+ uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
58
58
with :
59
59
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 24
24
- name : ' Checkout Repository'
25
25
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
- name : ' Dependency Review'
27
- uses : actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4 .0
27
+ uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5 .0
Original file line number Diff line number Diff line change 88
88
89
89
# 10. Upload test coverage to Codecov (Optional)
90
90
- name : Upload results to Codecov
91
- uses : codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
91
+ uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
92
92
with :
93
93
token : ${{ secrets.CODECOV_TOKEN }}
94
94
fail_ci_if_error : false
Original file line number Diff line number Diff line change 65
65
# Upload the results to GitHub's code scanning dashboard (optional).
66
66
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
67
67
- name : " Upload to code-scanning"
68
- uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
68
+ uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
69
69
with :
70
70
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments