We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be938c commit 1b794e0Copy full SHA for 1b794e0
actions/ql/test/query-tests/Security/CWE-829/.github/workflows/artifactpoisoning97.yml
@@ -0,0 +1,19 @@
1
+on:
2
+ workflow_run:
3
+ workflows:
4
+ - Benchmark
5
+ types:
6
+ - completed
7
+
8
+jobs:
9
+ benchmark:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v4
13
+ - name: Download From PR
14
+ uses: actions/download-artifact@v4
15
+ with:
16
+ github-token: ${{ secrets.GITHUB_TOKEN }}
17
+ run-id: ${{ github.event.workflow_run.id }}
18
+ path: ${{ runner.temp }}/artifacts/
19
+ - run: npm install
0 commit comments