1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Another try: fix languages to check. (#5587)

This commit is contained in:
Felix Fontein 2022-11-22 12:50:21 +01:00 committed by GitHub
parent c7481c5c96
commit f2a420ead5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,9 +28,8 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2