We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e28a23 commit 6f59f40Copy full SHA for 6f59f40
.github/workflows/ql-for-ql.yml
@@ -13,28 +13,5 @@ permissions:
13
14
jobs:
15
ql:
16
- runs-on: ubuntu-latest
17
-
18
- steps:
19
- - uses: actions/checkout@v4
20
21
- - uses: dtolnay/rust-toolchain@nightly
22
23
- - name: "Build QL-for-QL"
24
- env:
25
- GH_TOKEN: ${{ github.token }}
26
- CODEQL_REPOSITORY_PATH: ${{ runner.temp }}/codeql
27
- run: |
28
- ./.github/scripts/ql-build.sh
29
30
- - name: "Run QL-for-QL"
31
32
33
34
35
- ./.github/scripts/ql-scan.sh
36
37
- - name: Upload SARIF file
38
- uses: github/codeql-action/upload-sarif@v3
39
- with:
40
- sarif_file: ./ql-for-ql.sarif
+ uses: advanced-security/reusable-workflows/.github/workflows/codeql-ql.yml@main
+ secrets: inherit
0 commit comments