We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17029c commit d422e08Copy full SHA for d422e08
.github/workflows/codeql.yml
@@ -30,18 +30,18 @@ jobs:
30
uses: actions/checkout@v4
31
32
- name: Cache Swift build artifacts
33
- uses: actions/cache@v3
+ uses: actions/cache@v4
34
with:
35
path: .build
36
key: swift-build-${{ runner.os }}-${{ hashFiles('**/*.swift') }}
37
38
- name: Initialize CodeQL
39
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
40
41
languages: ${{ matrix.language }}
42
43
- name: Build
44
run: swift build --configuration release
45
46
- name: Perform CodeQL Analysis
47
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments