File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
-destination "${DESTINATION}" |
56
56
xcbeautify --is-ci --quiet --renderer github-actions
57
57
- name : Upload coverage data
58
- uses : codecov/codecov-action@v3
58
+ uses : codecov/codecov-action@v4
59
59
with :
60
60
token : ${{ secrets.CODECOV_TOKEN }}
61
61
swift : true
@@ -110,12 +110,12 @@ jobs:
110
110
run : |
111
111
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
112
112
- name : Initialize CodeQL
113
- uses : github/codeql-action/init@v2
113
+ uses : github/codeql-action/init@v3
114
114
with : { languages: swift }
115
115
- name : Perform build
116
116
run : swift build
117
117
- name : Run CodeQL analyze
118
- uses : github/codeql-action/analyze@v2
118
+ uses : github/codeql-action/analyze@v3
119
119
120
120
dependency-graph :
121
121
if : ${{ github.event_name == 'push' }}
You can’t perform that action at this time.
0 commit comments