Skip to content

Commit 5b05a61

Browse files
ci: rename workflow to codeql-vulnerability-checks and reformat matrix
Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent d46b57b commit 5b05a61

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/codeql.yml renamed to .github/workflows/codeql-vulnerability-checks.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CodeQL"
1+
name: "CodeQL Vulnerability Checks"
22

33
on:
44
push:
@@ -24,7 +24,9 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
language: [python, actions]
27+
language:
28+
- python
29+
- actions
2830
steps:
2931
- name: Checkout repository
3032
uses: actions/checkout@v4

0 commit comments

Comments
 (0)