CI: fix CodeQL concurrency

This commit is contained in:
Vincent Koc
2026-03-07 18:20:16 -08:00
parent bf9c362129
commit 1e3daa6373

View File

@@ -7,7 +7,7 @@ on:
workflow_dispatch:
concurrency:
group: codeql-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: codeql-${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions: