Skip to content

Commit cb6df12

Browse files
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `codecov/codecov-action` from 3 to 4 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) Updates `github/codeql-action` from 2 to 3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8819d11 commit cb6df12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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' }}

0 commit comments

Comments
 (0)