Skip to content

Commit 0dcfe78

Browse files
authored
feat(codeql): add scanning of GitHub Actions
1 parent 80393ad commit 0dcfe78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
# Override automatic language detection to only analyze C#
7575
# C/C++ code in Yubico.NativeShims is built separately (requires CMake/vcpkg)
76-
languages: ['csharp']
76+
languages: ['csharp', 'actions']
7777

7878
# Build the project
7979
- name: Build Yubico.NET.SDK.sln

0 commit comments

Comments
 (0)