Skip to content

Commit a883cff

Browse files
committed
Add the action stub
This is required for the migration of the codeql-action to an immutable action. We can delete this after the migration is done, or just keep it so people have an extra way to understand how to use the action.
1 parent 467d7e6 commit a883cff

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

action.yml

Lines changed: 11 additions & 0 deletions
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)