We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4008f commit 6b0e346Copy full SHA for 6b0e346
.github/workflows/test.yml
@@ -56,7 +56,7 @@ jobs:
56
-destination "${DESTINATION}" |
57
xcbeautify --is-ci --quiet --renderer github-actions
58
- name: Upload coverage data
59
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
60
with:
61
token: ${{ secrets.CODECOV_TOKEN }}
62
swift: true
@@ -111,9 +111,9 @@ jobs:
111
run: |
112
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
113
- name: Initialize CodeQL
114
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
115
with: { languages: swift }
116
- name: Perform build
117
run: swift build
118
- name: Run CodeQL analyze
119
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments