Skip to content

Commit 0212dc9

Browse files
committed
refactor: suppress Zizmor versioning errors (unpinned-uses)
Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
1 parent 2b2c42e commit 0212dc9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 4
2020
if: ${{ !contains(github.event.head_commit.message, 'update changelog') }}
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v6 # zizmor: ignore[unpinned-uses]
2323
with:
2424
persist-credentials: false
2525
- name: Set up Ruby

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# Checkout the code base #
4747
##########################
4848
- name: Checkout Code
49-
uses: actions/checkout@v6
49+
uses: actions/checkout@v6 # zizmor: ignore[unpinned-uses]
5050
with:
5151
# Super-Linter requires full repository history for analysis
5252
fetch-depth: 0

0 commit comments

Comments
 (0)