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 5555 -destination "${DESTINATION}" |
5656 xcbeautify --is-ci --quiet --renderer github-actions
5757 - name : Upload coverage data
58- uses : codecov/codecov-action@v3
58+ uses : codecov/codecov-action@v4
5959 with :
6060 token : ${{ secrets.CODECOV_TOKEN }}
6161 swift : true
@@ -110,12 +110,12 @@ jobs:
110110 run : |
111111 git config --global --add safe.directory "${GITHUB_WORKSPACE}"
112112 - name : Initialize CodeQL
113- uses : github/codeql-action/init@v2
113+ uses : github/codeql-action/init@v3
114114 with : { languages: swift }
115115 - name : Perform build
116116 run : swift build
117117 - name : Run CodeQL analyze
118- uses : github/codeql-action/analyze@v2
118+ uses : github/codeql-action/analyze@v3
119119
120120 dependency-graph :
121121 if : ${{ github.event_name == 'push' }}
You can’t perform that action at this time.
0 commit comments