Skip to content

Commit 7e45f67

Browse files
authored
Merge pull request #21 from SillyLittleTech/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents dda83cf + a34b300 commit 7e45f67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@v3
42+
uses: github/codeql-action/init@v4
4343
with:
4444
languages: swift
4545
config-file: ./.github/codeql/codeql-config.yml
@@ -72,6 +72,6 @@ jobs:
7272
CODE_SIGN_IDENTITY=""
7373
7474
- name: Perform CodeQL Analysis
75-
uses: github/codeql-action/analyze@v3
75+
uses: github/codeql-action/analyze@v4
7676
with:
7777
category: '/language:swift'

0 commit comments

Comments
 (0)