Skip to content

Commit d806f22

Browse files
committed
ci: match cancel-workflow-action version comment to real tag
zizmor's stale-action-refs audit flagged the styfle/cancel-workflow-action pins: the SHA is correct, but its tag is `0.13.1` (no `v` prefix), so the `# v0.13.1` comment resolved to an unknown ref. Drop the `v` to match the actual tag and let the zizmor scan pass.
1 parent a69e8b0 commit d806f22

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: write
2121
steps:
2222
- name: Cancel Previous Runs
23-
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # v0.13.1
23+
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1
2424
with:
2525
access_token: ${{ github.token }}
2626
- name: Add Intel repository

.github/workflows/build-with-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Cancel Previous Runs
27-
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # v0.13.1
27+
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1
2828
with:
2929
access_token: ${{ github.token }}
3030

.github/workflows/conda-package-cf.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Cancel Previous Runs
37-
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # v0.13.1
37+
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1
3838
with:
3939
access_token: ${{ github.token }}
4040

@@ -107,7 +107,7 @@ jobs:
107107

108108
steps:
109109
- name: Cancel Previous Runs
110-
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # v0.13.1
110+
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1
111111
with:
112112
access_token: ${{ github.token }}
113113

@@ -345,7 +345,7 @@ jobs:
345345

346346
steps:
347347
- name: Cancel Previous Runs
348-
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # v0.13.1
348+
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1
349349
with:
350350
access_token: ${{ github.token }}
351351

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Cancel Previous Runs
39-
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # v0.13.1
39+
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1
4040
with:
4141
access_token: ${{ github.token }}
4242

@@ -123,7 +123,7 @@ jobs:
123123

124124
steps:
125125
- name: Cancel Previous Runs
126-
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # v0.13.1
126+
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1
127127
with:
128128
access_token: ${{ github.token }}
129129

0 commit comments

Comments
 (0)