Skip to content

Commit d052a8b

Browse files
authored
Update codeql-analysis.yml
1 parent bfc9020 commit d052a8b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ jobs:
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
5656
uses: github/codeql-action/autobuild@v1
57-
57+
58+
- name: Display the path
59+
run: echo src
60+
shell: bash
5861
# ℹ️ Command-line programs to run using the OS shell.
5962
# 📚 https://git.io/JvXDl
6063

0 commit comments

Comments
 (0)