Fix param name in CodeQL workflow configuration

This commit is contained in:
Óscar San José
2025-02-12 12:34:02 +01:00
committed by GitHub
parent 9bd116fcf8
commit 3611673eec

View File

@@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ['actions', 'csharp']
languages: ['actions', 'csharp']
runs-on: ubuntu-latest