mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #6821 from mruby/dependabot/github_actions/github-actions-dependencies-937d73b4db
build(deps): bump github/codeql-action from 4.35.2 to 4.35.3 in the github-actions-dependencies group
This commit is contained in:
@@ -22,12 +22,12 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v4.35.2
|
||||
uses: github/codeql-action/init@v4.35.3
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@v4.35.2
|
||||
uses: github/codeql-action/autobuild@v4.35.3
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v4.35.2
|
||||
uses: github/codeql-action/analyze@v4.35.3
|
||||
with:
|
||||
category: "Security"
|
||||
|
||||
Reference in New Issue
Block a user