File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
- name : Checkout repository
24
24
uses : actions/checkout@v3
25
- env :
26
- GITHUB_CONTEXT : ${{ toJson(github) }}
27
- - name : ${{ github.event.pull_request.user.login || '' }}-${{ github.head_ref || github.ref_name }}-${{ github }}
28
- run : echo "$GITHUB_CONTEXT"
29
25
- name : Initialize CodeQL
30
26
uses : github/codeql-action/init@v2
31
27
with :
@@ -285,5 +281,5 @@ jobs:
285
281
CI : true
286
282
- run : bash <(curl -s https://codecov.io/bash)
287
283
concurrency :
288
- group : ${{ github.event.pull_request.user.login || '' }}-${{ github.head_ref || github.ref_name }}-${{ github.run-name }}
284
+ group : ${{ github.event.pull_request.user.login || '' }}-${{ github.head_ref || github.ref_name }}-${{ github.job }}
289
285
cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments