Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: extension
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
- uses: oven-sh/setup-bun@v2
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
run:
working-directory: demo-site
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
- uses: oven-sh/setup-bun@v2
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
run:
working-directory: docs
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
- uses: oven-sh/setup-bun@v2
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
name: Pre-commit hooks
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
- uses: actions/setup-python@v6
Expand All @@ -168,7 +168,7 @@ jobs:
name: Python (ruff + bandit + pyright + pytest)
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
# Full history so the strict-on-new-files ratchet below can compute
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run:
working-directory: docs
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
- uses: oven-sh/setup-bun@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manifest-permission-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Diff MV3 permissions vs base
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
fetch-depth: 0
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Build and publish extension release
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
- uses: oven-sh/setup-bun@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Audit workflows
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
- uses: astral-sh/[email protected]
Expand Down
Loading