fix(ci): add 'actions' to language matrix in CodeQL workflow (#230)

This commit is contained in:
2025-08-25 09:39:57 +03:00
committed by GitHub
parent cbc197c127
commit 7e74799783

View File

@@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ['javascript'] # Add languages used in your actions
language: ['actions', 'javascript'] # Add languages used in your actions
steps:
- name: Checkout repository