File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,17 +35,17 @@ jobs:
3535 persist-credentials : false
3636
3737 - name : Set up Python
38- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
38+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
3939 with :
40- python-version : ' 3.13 '
40+ python-version : ' 3.14 '
4141
4242 - name : Install uv
43- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
43+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
4444 with :
45- version : " 0.11.19 "
45+ version : " 0.11.28 "
4646
4747 - name : Cache pre-commit environments
48- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
48+ uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
4949 with :
5050 path : ~/.cache/pre-commit
5151 key : ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
Original file line number Diff line number Diff line change 2626 persist-credentials : false
2727
2828 - name : Cache apt packages
29- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
29+ uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
3030 with :
3131 path : |
3232 /var/cache/apt/archives
@@ -51,14 +51,14 @@ jobs:
5151 pdal --version
5252
5353 - name : Set up Python (match publish)
54- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
54+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
5555 with :
56- python-version : ' 3.13 '
56+ python-version : ' 3.14 '
5757
5858 - name : Install uv
59- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
59+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
6060 with :
61- version : " 0.11.19 "
61+ version : " 0.11.28 "
6262 enable-cache : true
6363
6464 - name : Install the project (match publish)
Original file line number Diff line number Diff line change 2525 persist-credentials : false
2626
2727 - name : Cache apt packages
28- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
28+ uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
2929 with :
3030 path : |
3131 /var/cache/apt/archives
@@ -50,14 +50,14 @@ jobs:
5050 pdal --version
5151
5252 - name : Set up Python
53- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
53+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
5454 with :
55- python-version : ' 3.13 '
55+ python-version : ' 3.14 '
5656
5757 - name : Install uv
58- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
58+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
5959 with :
60- version : " 0.11.19 "
60+ version : " 0.11.28 "
6161 enable-cache : true
6262
6363 - name : Install the project
Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ jobs:
3434 persist-credentials : false
3535
3636 - name : Install uv
37- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
37+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
3838 with :
39- version : " 0.11.19 "
39+ version : " 0.11.28 "
4040
4141 - name : Run zizmor
4242 run : uvx zizmor --format sarif . > results.sarif
4343 env :
4444 GH_TOKEN : ${{ github.token }}
4545
4646 - name : Upload SARIF to the Security tab
47- uses : github/codeql-action/upload-sarif@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3
47+ uses : github/codeql-action/upload-sarif@02c5e83432fe5497fd85b873b6c9f16a8578e1d9 # v3
4848 with :
4949 sarif_file : results.sarif
5050 category : zizmor
You can’t perform that action at this time.
0 commit comments