@@ -18,19 +18,22 @@ jobs:
1818 lint :
1919 name : Code linting
2020 runs-on : ubuntu-latest
21+ strategy :
22+ matrix :
23+ python-version : [ "3.13" ]
2124 steps :
2225 - name : Harden Runner
23- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
26+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
2427 with :
2528 egress-policy : audit
2629 - name : Checkout Repository
27- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
30+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2831 with :
2932 persist-credentials : false
3033 - name : Set up Python${{ matrix.python-version }}
31- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
34+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
3235 with :
33- python-version : " 3.x "
36+ python-version : ${{ matrix.python-version }}
3437 cache : pip
3538 - name : Install CI libraries
3639 run : |
@@ -53,11 +56,11 @@ jobs:
5356 python-version : [ "3.10", "3.11", "3.12" ]
5457 steps :
5558 - name : Harden Runner
56- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
59+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
5760 with :
5861 egress-policy : audit
5962 - name : Checkout Repository
60- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
63+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
6164 with :
6265 persist-credentials : false
6366 - name : Setup Conda (Micromamba) with Python${{ matrix.python-version }}
0 commit comments