We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc96862 commit 23265c1Copy full SHA for 23265c1
.github/workflows/codeql-analysis.yml
@@ -18,11 +18,11 @@ jobs:
18
security-events: write
19
steps:
20
- name: Cancel Previous Runs
21
- uses: styfle/cancel-workflow-action@0.11.0
+ uses: styfle/cancel-workflow-action@0.12.1
22
with:
23
access_token: ${{ secrets.GITHUB_TOKEN }}
24
25
26
27
28
- name: Checkout repository
0 commit comments