This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new 4194fed  Update the analysis workflow and allow it to be run manually
4194fed is described below

commit 4194fed2014a30f068601e5132c99c06d3fa8002
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Jan 9 14:38:31 2026 +0000

    Update the analysis workflow and allow it to be run manually
---
 .github/workflows/analyze.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml
index 7434e76..47fc58b 100644
--- a/.github/workflows/analyze.yml
+++ b/.github/workflows/analyze.yml
@@ -3,6 +3,7 @@ name: Analyze using pre-commit hooks
 on:
   pull_request:
     branches: [main]
+  workflow_dispatch:
 
 permissions:
   contents: read
@@ -36,7 +37,7 @@ jobs:
           version: ${{ env.BIOME_VERSION }}
 
       - name: Install dependencies
-        run: uv sync --all-groups
+        run: uv sync --frozen --all-groups
 
       - name: Cache pre-commit data
         uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
@@ -46,4 +47,4 @@ jobs:
 
       - name: Run pre-commit
         run: |
-          uv run pre-commit run --show-diff-on-failure --color=always 
--all-files
+          uv run --frozen pre-commit run --show-diff-on-failure --color=always 
--all-files


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to