4242 outputs :
4343 supported-python-versions : ${{ steps.baipp.outputs.supported_python_classifiers_json_array }}
4444 steps :
45- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
45+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4646 with :
4747 fetch-depth : 0
4848 persist-credentials : false
@@ -59,10 +59,10 @@ jobs:
5959 python-version : ${{ fromJson(needs.build-package.outputs.supported-python-versions) }}
6060
6161 steps :
62- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
62+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6363 with :
6464 persist-credentials : false
65- - uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
65+ - uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
6666 with :
6767 python-version : ${{ matrix.python-version }}
6868
@@ -80,10 +80,10 @@ jobs:
8080 name : Static analysis
8181 runs-on : ubuntu-24.04
8282 steps :
83- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
83+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8484 with :
8585 persist-credentials : false
86- - uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
86+ - uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
8787 - run : >
8888 uv tool install
8989 --managed-python
9696 name : pre-commit
9797 runs-on : ubuntu-24.04
9898 steps :
99- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
99+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
100100 with :
101101 persist-credentials : false
102- - uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
102+ - uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
103103 - run : uvx prek run --show-diff-on-failure --all-files
0 commit comments