Skip to content

Commit 6b0e346

Browse files
Bump the dependencies group with 2 updates (#9)
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 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) 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-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: github/codeql-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc4008f commit 6b0e346

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
@@ -56,7 +56,7 @@ jobs:
5656
-destination "${DESTINATION}" |
5757
xcbeautify --is-ci --quiet --renderer github-actions
5858
- name: Upload coverage data
59-
uses: codecov/codecov-action@v4
59+
uses: codecov/codecov-action@v5
6060
with:
6161
token: ${{ secrets.CODECOV_TOKEN }}
6262
swift: true
@@ -111,9 +111,9 @@ jobs:
111111
run: |
112112
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
113113
- name: Initialize CodeQL
114-
uses: github/codeql-action/init@v2
114+
uses: github/codeql-action/init@v3
115115
with: { languages: swift }
116116
- name: Perform build
117117
run: swift build
118118
- name: Run CodeQL analyze
119-
uses: github/codeql-action/analyze@v2
119+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)