Skip to content

Commit 8d0c481

Browse files
committed
feat(ci): Update self-action
1 parent d54e96a commit 8d0c481

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/self-action.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: "Test Self Action"
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
7+
env:
8+
EXTRACTOR_REPOSITORY: advanced-security/codeql-extractor-iac
9+
10+
jobs:
11+
action-test:
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- name: "Checkout"
16+
uses: actions/checkout@v4
17+
18+
- name: "Run the action"
19+
uses: ./
20+
with:
21+
token: ${{ secrets.GITHUB_TOKEN }}
22+
extractor_repository: ${{ env.EXTRACTOR_REPOSITORY }}
23+

0 commit comments

Comments
 (0)