Closed
Conversation
Also: - http3-linux: replace hard-coded workflow name with variable. Follow-up to a817417 curl#13841 - codeql: set `cancel-in-progress: true`. - codeql: sync concurrency setting with the rest of the jobs. I admit to not grasp how concurrency settings works and if there is supposed to be a special case for codeql. Expressions used (before and after this patch): - group: ${{ github.workflow }}-${{ github.event.sha }}-${{ github.event.target_url }} for GHA/appveyor-status. - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} for all the rest.
concurrency: where missingconcurrency: where missing
vszakats
added a commit
that referenced
this pull request
Oct 24, 2025
``` Fuzzer Canceling since a deadlock was detected for concurrency group: 'Fuzzer-82fa9862dfa3083d4014d6dcfb721a7278e66f0b' between a top level workflow and 'Fuzzing' ``` https://github.com/curl/curl/actions/runs/18778617351 Follow-up to 82fa986 #19215
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To silence zizmor 1.16.0 warnings.
Also:
Follow-up to a817417 GHA: Unify http3 workflows into one #13841
cancel-in-progress: true.zizmor apparently does not allow
falsein pedantic mode anymore:New audit: concurrency-limits zizmorcore/zizmor#1227
(I'm not sure this is correct, or why it was previously special-cased.)
Expressions used (before and after this patch):
group: ${{ github.workflow }}-${{ github.event.sha }}-${{ github.event.target_url }}for GHA/appveyor-status.
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}for all the rest.
Ref: https://github.com/curl/curl/actions/runs/18776245057/job/53571438139?pr=19209
I admit to not grasp how concurrency group expression works and if there
is supposed to be a special case for codeql, or appveyor-status.