diff options
| author | rhtenhove <rhtenhove@users.noreply.github.com> | 2022-06-22 06:36:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-22 06:36:35 -0400 |
| commit | 0da7ddb738df60b3650d36832c9ede040a7ba6b9 (patch) | |
| tree | b55b6a664aed7409625fb5edafd198b44c30b908 /.github/workflows/codeql-analysis.yml | |
| parent | 6e960f78d69d1ac8325b93849bd2e04ae502bddb (diff) | |
| download | afl++-0da7ddb738df60b3650d36832c9ede040a7ba6b9.tar.gz | |
concurrency and caching (#1)
* use concurrency * run here too * allow test failure * only push on push * fix coresight mode build * support but disable coresight * woops * no unicorn for arm * update codeql and fix makefile * forgot those * disable forward cache * fix needing buildx Co-authored-by: Ruben ten Hove <ruben.tenhove@tno.nl>
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d5dce05f..55d477fc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -21,12 +21,12 @@ jobs: uses: actions/checkout@v3 - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v2 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2 |
