We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85be92 commit adc75efCopy full SHA for adc75ef
2 files changed
.github/workflows/npm-bun-blocker.yml
@@ -11,7 +11,7 @@ jobs:
11
permissions:
12
contents: read
13
steps:
14
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15
- name: Block npm/bun
16
run: |
17
if [ -f "package-lock.json" ] || [ -f "bun.lockb" ] || [ -f ".npmrc" ]; then
.github/workflows/ts-blocker.yml
- name: Block new TypeScript/JavaScript
NEW_TS=$(git diff --name-only --diff-filter=A HEAD~1 2>/dev/null | grep -E '\.(ts|tsx)$' | grep -v '\.gen\.' || true)
0 commit comments