Skip to content

Commit d422e08

Browse files
authored
Update codeql.yml
1 parent e17029c commit d422e08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ jobs:
3030
uses: actions/checkout@v4
3131

3232
- name: Cache Swift build artifacts
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
with:
3535
path: .build
3636
key: swift-build-${{ runner.os }}-${{ hashFiles('**/*.swift') }}
3737

3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@v3
39+
uses: github/codeql-action/init@v4
4040
with:
4141
languages: ${{ matrix.language }}
4242

4343
- name: Build
4444
run: swift build --configuration release
4545

4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@v3
47+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)