Merge pull request #2571 from github/aeisenberg/action-stub

Add the action stub
This commit is contained in:
Andrew Eisenberg 2024-10-29 14:35:47 -07:00 committed by GitHub
commit 19484c7e44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
action.yml Normal file
View file

@ -0,0 +1,11 @@
name: 'CodeQL: Stub'
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."
author: 'GitHub'
runs:
using: 'composite'
steps:
- name: 'Stub'
run: |
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.'
exit 1
shell: bash