Skip to content

Commit c8d3ead

Browse files
authored
Merge pull request #3 from stairtree/dependabot/github_actions/dependencies-891afe5658
Bump the dependencies group with 2 updates
2 parents 8819d11 + cb6df12 commit c8d3ead

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)