We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a4f44 commit 8d224dcCopy full SHA for 8d224dc
1 file changed
.github/workflows/copilot-setup-steps.yaml
@@ -6,12 +6,14 @@ on:
6
# Automatically run the setup steps when an associated workflow is changed.
7
push:
8
paths:
9
- - .github/workflows/copilot-setup-steps.yml
10
- - .github/actions/setup-codeql-environment/action.yml
+ - .github/workflows/copilot-setup-steps.yaml
+ - .github/actions/install-codeql/action.yaml
11
+ - .github/actions/install-codeql-packs/action.yaml
12
pull_request:
13
14
15
16
17
18
jobs:
19
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
0 commit comments