Skip to content

Commit fb0eaa0

Browse files
Merge pull request #114 from LerianStudio/dependabot/github_actions/develop/github-security-1893dd32ff
chore(deps): bump github/codeql-action from 3 to 4 in the github-security group
1 parent eb76482 commit fb0eaa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/typescript-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,12 @@ jobs:
206206
continue-on-error: true
207207

208208
- name: Run CodeQL Analysis
209-
uses: github/codeql-action/init@v3
209+
uses: github/codeql-action/init@v4
210210
with:
211211
languages: javascript-typescript
212212

213213
- name: Perform CodeQL Analysis
214-
uses: github/codeql-action/analyze@v3
214+
uses: github/codeql-action/analyze@v4
215215

216216
docs:
217217
name: Generate Documentation

0 commit comments

Comments
 (0)