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/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
timeout-minutes: 15

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- uses: actions/setup-python@v7
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: "3.11"

Expand All @@ -41,13 +41,13 @@ jobs:
done

- name: Set up BrowserStack env
uses: browserstack/github-actions/setup-env@master
uses: browserstack/github-actions/setup-env@1ab56d9521ce20f4651bb5d9f3ef39c5ba54805a # master @ 2026-08-28
with:
username: ${{ secrets.BROWSERSTACK_USERNAME }}
access-key: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}

- name: Start BrowserStack Local Tunnel
uses: browserstack/github-actions/setup-local@master
uses: browserstack/github-actions/setup-local@1ab56d9521ce20f4651bb5d9f3ef39c5ba54805a # master @ 2026-08-28
with:
local-testing: start
local-identifier: clawmetry-${{ github.run_id }}
Expand All @@ -64,7 +64,7 @@ jobs:

- name: Stop BrowserStack Local Tunnel
if: always()
uses: browserstack/github-actions/setup-local@master
uses: browserstack/github-actions/setup-local@1ab56d9521ce20f4651bb5d9f3ef39c5ba54805a # master @ 2026-08-28
with:
local-testing: stop
local-identifier: clawmetry-${{ github.run_id }}
6 changes: 3 additions & 3 deletions .github/workflows/i18n-autotranslate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Claude Code subscription token (from `claude setup-token`), NOT an Anthropic API key.
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 2 # need the previous en.json to detect CHANGED keys

Expand All @@ -42,7 +42,7 @@ jobs:
echo "SKIP=1" >> "$GITHUB_ENV"
fi

- uses: actions/setup-python@v7
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
if: env.SKIP != '1'
with:
python-version: '3.11'
Expand All @@ -68,7 +68,7 @@ jobs:

- name: Open sync PR
if: env.SKIP != '1'
uses: peter-evans/create-pull-request@v8
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
with:
branch: chore/i18n-autotranslate
delete-branch: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/i18n-docs-autotranslate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Guard - require Claude Code token
run: |
Expand All @@ -36,7 +36,7 @@ jobs:
echo "SKIP=1" >> "$GITHUB_ENV"
fi

- uses: actions/setup-python@v7
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
if: env.SKIP != '1'
with:
python-version: '3.11'
Expand All @@ -61,7 +61,7 @@ jobs:

- name: Open sync PR
if: env.SKIP != '1'
uses: peter-evans/create-pull-request@v8
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
with:
branch: chore/i18n-docs-autotranslate
delete-branch: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/supply-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ jobs:
path: scorecard-results.sarif
retention-days: 30
# Surfaces findings in the GitHub Security tab rather than only in logs.
- uses: github/codeql-action/upload-sarif@v3
- uses: github/codeql-action/upload-sarif@6f5948dfacef28e207b48d0905cf90c03365536d # v3.37.9
with:
sarif_file: scorecard-results.sarif
Loading