Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
name: Keyboard portability
permissions:
contents: read
uses: ./.github/workflows/keyboard-portability.yml

Check warning on line 35 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Run zizmor

self-repository

ci.yml:35: use GitHub's dedicated self-repository syntax: use '$/...' instead of './...'

release:
name: Release
Expand All @@ -59,7 +59,7 @@
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Create release pull request or publish
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
uses: changesets/action@8488615a623b1b9c987934bb89eae8af6a946ac1 # v2.1.1
with:
branch: main
commit: "chore: version packages"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@3dc1ecc9bcb9e94e9b2c709687979e1298497054 # v0.6.2
uses: zizmorcore/zizmor-action@70fb788f84895a7701f5643d103d587e460b5c99 # v0.6.3
with:
advanced-security: false
annotations: true
Loading