mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 09:53:04 +01:00
13 lines
249 B
YAML
13 lines
249 B
YAML
name: Untrusted workflow
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v2
|
|
- name: Untrusted step
|
|
uses: company-X/bad-action@latest # This should trigger the query
|