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
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
working-directory: lib

- name: Run Chromatic
uses: chromaui/action@2a0b63f30233c48591844a46d451b9cf68128186 # v18.7.2
uses: chromaui/action@259eda5f0e44c0c1eab38b672f1c4c967cc969b7 # v18.8.1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: lib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
exit 1

- name: Audit against the security specs
uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1
uses: anthropics/claude-code-action@9cdae7f0d995e3ba7c33f226087fdf82a59cd520 # v1
env:
# `claude-code-action` resets `GH_TOKEN` to its own internal
# workflow token, so setting `GH_TOKEN` at this scope is
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tend-mention.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@ jobs:
warn "::notice title=Tend disabled::The tend config sets enabled: false; skipping this job"
end
RUBY
- uses: astral-sh/setup-uv@v10.0.1
- uses: astral-sh/setup-uv@v10.1.0
if: steps.tend_enabled.outputs.enabled == 'true'
with:
version: "0.12.10"
version: "0.12.13"
ignore-empty-workdir: true
- name: Verify bot engagement
id: check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tend-notifications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ jobs:
warn "::notice title=Tend disabled::The tend config sets enabled: false; skipping this job"
end
RUBY
- uses: astral-sh/setup-uv@v10.0.1
- uses: astral-sh/setup-uv@v10.1.0
if: steps.tend_enabled.outputs.enabled == 'true'
with:
version: "0.12.10"
version: "0.12.13"
ignore-empty-workdir: true
- name: Check for unread notifications and conflicted PRs
id: check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: git fetch origin '+refs/heads/*:refs/remotes/origin/*'

- name: Install uv
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0

- name: Audit workflow file changes
env:
Expand Down