Skip to content

Commit 06f5ce5

Browse files
tashianclaude
andcommitted
Deprecate frizbee check — already covered by zizmor
Unpinned action detection is handled by zizmor, making frizbee redundant. Replace with a noop to avoid duplicate checks while keeping the workflow_call interface for backwards compatibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f6c6c9e commit 06f5ce5

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

.github/workflows/frizbee.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Deprecated: unpinned action detection is already covered by zizmor.
12
name: Frizbee pinning check
23
on:
34
workflow_call:
@@ -7,20 +8,4 @@ jobs:
78
name: frizbee
89
runs-on: ubuntu-latest
910
steps:
10-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
11-
with:
12-
persist-credentials: false
13-
- name: Install frizbee
14-
env:
15-
GITHUB_TOKEN: ${{ github.token }}
16-
run: |
17-
gh release download v0.1.8 --repo stacklok/frizbee \
18-
--pattern 'frizbee_0.1.8_linux_amd64.tar.gz' \
19-
--output frizbee.tar.gz
20-
tar -xzf frizbee.tar.gz frizbee
21-
sudo mv frizbee /usr/local/bin/
22-
rm frizbee.tar.gz
23-
- name: Check pinning
24-
env:
25-
GITHUB_TOKEN: ${{ github.token }}
26-
run: frizbee actions --dry-run --error .github/workflows/
11+
- run: echo "Skipped — unpinned action detection is covered by zizmor."

0 commit comments

Comments
 (0)