mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-01-18 16:37:22 +01:00
Merge pull request #216 from BreizhHardware/dependabot/github_actions/dot-github/workflows/github/codeql-action-4
chore(deps): Bump github/codeql-action from 3 to 4 in /.github/workflows
This commit is contained in:
6
.github/workflows/codeQL.yml
vendored
6
.github/workflows/codeQL.yml
vendored
@@ -30,12 +30,12 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3
|
||||
uses: github/codeql-action/init@v4
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@v3
|
||||
uses: github/codeql-action/autobuild@v4
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v3
|
||||
uses: github/codeql-action/analyze@v4
|
||||
Reference in New Issue
Block a user