Skip to content

Commit 6e1a787

Browse files
committed
ci: fix a few more missing action version tags
1 parent 2ce76ab commit 6e1a787

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
issues: write # mark and close stale bug issues
2121
steps:
22-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f
22+
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
2323
with:
2424
days-before-issue-stale: 30
2525
days-before-issue-close: 7
@@ -37,7 +37,7 @@ jobs:
3737
permissions:
3838
pull-requests: write # mark and close stale pull requests
3939
steps:
40-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f
40+
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
4141
with:
4242
days-before-issue-stale: -1
4343
days-before-issue-close: -1

.github/workflows/welcome-open.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
pull-requests: write # post first-time contributor greeting comments
2121
steps:
22-
- uses: zephyrproject-rtos/action-first-interaction@58853996b1ac504b8e0f6964301f369d2bb22e5c
22+
- uses: zephyrproject-rtos/action-first-interaction@58853996b1ac504b8e0f6964301f369d2bb22e5c # tag=v1.1.1+zephyr.6
2323
with:
2424
repo-token: ${{ secrets.GITHUB_TOKEN }}
2525
pr-opened-message: |

.github/zizmor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Existing privileged PR automation is intentionally isolated to these workflows:
22
# they do not checkout pull request head code, and they only comment or set status.
33
rules:
4+
stale-action-refs:
5+
ignore:
6+
# lunariajs/action has no tag refs; keep the branch commit hash-pinned.
7+
- lunaria.yml:38
48
dangerous-triggers:
59
ignore:
610
- dependency-diff-comment.yml

0 commit comments

Comments
 (0)