Skip to content

Commit bd7c684

Browse files
committed
actions: add test with empty permissions
1 parent 3cdd641 commit bd7c684

File tree

1 file changed

+10
-0
lines changed
  • actions/ql/test/query-tests/Security/CWE-275/.github/workflows

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on:
2+
workflow_call:
3+
workflow_dispatch:
4+
5+
jobs:
6+
build:
7+
name: Build and test
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/add-to-project@v2

0 commit comments

Comments
 (0)