File tree Expand file tree Collapse file tree 4 files changed +189
-141
lines changed Expand file tree Collapse file tree 4 files changed +189
-141
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
2323
2424    steps :
2525    - name : Harden Runner 
26-       uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf   #  v2.11 .1
26+       uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a   #  v2.13 .1
2727      with :
2828        egress-policy : audit 
2929
30-     - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
30+     - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955   #  v4.3.0 
3131
3232    - name : Set up Python ${{ matrix.python-version }} 
33-       uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55   #  v5.5 .0
33+       uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065   #  v5.6 .0
3434      with :
3535        python-version : ${{ matrix.python-version }} 
3636
Original file line number Diff line number Diff line change @@ -12,21 +12,21 @@ jobs:
1212    runs-on : [ ubuntu-latest ] 
1313    steps :
1414      - name : Harden Runner 
15-         uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf   #  v2.11 .1
15+         uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a   #  v2.13 .1
1616        with :
1717          egress-policy : audit 
1818
19-       - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
20-       - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e   #  v4.3 .0
19+       - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955   #  v4.3.0 
20+       - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020   #  v4.4 .0
2121        with :
2222          node-version : ' lts/*' 
2323      - name : Install semantic-release 
2424        shell : bash 
2525        run : npm install 
2626      - name : Set up Python 
27-         uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55   #  v5.5 .0
27+         uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065   #  v5.6 .0
2828        with :
29-           python-version : ' 3.11 ' 
29+           python-version : ' 3.14 ' 
3030      - name : Release 
3131        shell : bash 
3232        env :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments