mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
feat(action): rename qlpacks to use githubsecuritylab prefix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
library: true
|
||||
warnOnImplicitThis: true
|
||||
name: GitHubSecurityLab/actions-all
|
||||
name: githubsecuritylab/actions-all
|
||||
version: 0.0.1-dev
|
||||
dependencies:
|
||||
codeql/controlflow: ^0.1.7
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
- description: Standard Code Scanning queries for Actions
|
||||
- queries: .
|
||||
|
||||
- include:
|
||||
kind:
|
||||
- problem
|
||||
- path-problem
|
||||
tags contain:
|
||||
- security
|
||||
- maintainability
|
||||
|
||||
- include:
|
||||
kind:
|
||||
- diagnostic
|
||||
|
||||
- exclude:
|
||||
tags contain:
|
||||
- experimental
|
||||
- testing
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
library: false
|
||||
name: GitHubSecurityLab/actions-queries
|
||||
name: githubsecuritylab/actions-queries
|
||||
version: 0.0.1
|
||||
groups:
|
||||
- actions
|
||||
|
||||
Reference in New Issue
Block a user