Skip to content

Commit

Permalink
Merge pull request #2571 from github/aeisenberg/action-stub
Browse files Browse the repository at this point in the history
Add the action stub
  • Loading branch information
aeisenberg authored Oct 29, 2024
2 parents 1df6590 + 6554251 commit 19484c7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 19484c7

Please sign in to comment.