Skip to content

Commit 19484c7

Browse files
authored
Merge pull request #2571 from github/aeisenberg/action-stub
Add the action stub
2 parents 1df6590 + 6554251 commit 19484c7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

action.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: 'CodeQL: Stub'
2+
description: "Stub: Don't use this action directly. Read [the documentation](https://docs.github.com/en/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning-with-codeql) instead."
3+
author: 'GitHub'
4+
runs:
5+
using: 'composite'
6+
steps:
7+
- name: 'Stub'
8+
run: |
9+
echo 'This is a stub. Read [the documentation](https://docs.github.com/en/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning-with-codeql) instead.'
10+
exit 1
11+
shell: bash

0 commit comments

Comments
 (0)