Skip to content

Commit 23265c1

Browse files
chore(deps): update styfle/cancel-workflow-action action to v0.12.1
1 parent cc96862 commit 23265c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
security-events: write
1919
steps:
2020
- name: Cancel Previous Runs
21-
uses: styfle/cancel-workflow-action@0.11.0
21+
uses: styfle/cancel-workflow-action@0.12.1
2222
with:
2323
access_token: ${{ secrets.GITHUB_TOKEN }}
2424
- name: Cancel Previous Runs
25-
uses: styfle/cancel-workflow-action@0.11.0
25+
uses: styfle/cancel-workflow-action@0.12.1
2626
with:
2727
access_token: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Checkout repository

0 commit comments

Comments
 (0)