Skip to content

Commit aea1f97

Browse files
committed
1
0 parents  commit aea1f97

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Vulnerable Workflow
2+
3+
on: [push]
4+
5+
jobs:
6+
demo:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Run third-party action (unsafe tag)
10+
uses: your-username/my-action@v1
11+
with:
12+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)