File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ jobs:
5050        ref : ${{ inputs.ref }} 
5151        persist-credentials : false 
5252    - name : Set up Python 
53-       uses : actions/setup-python@v5  
53+       uses : actions/setup-python@v6  
5454      with :
5555        python-version : " 3.10" 
5656
5757    #  Initializes the CodeQL tools for scanning.
5858    - name : Initialize CodeQL 
59-       uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498   #  v3
59+       uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01   #  v3
6060      with :
6161        languages : ${{ matrix.language }} 
6262        build-mode : none 
7272        pip install -e . 
7373
7474     - name : Perform CodeQL Analysis 
75-       uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498   #  v3
75+       uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01   #  v3
7676      with :
7777        category : " /language:${{ matrix.language }}" 
Original file line number Diff line number Diff line change 3636        with :
3737          persist-credentials : false 
3838
39-       - uses : actions/setup-python@v5  
39+       - uses : actions/setup-python@v6  
4040        with :
4141          #  Build sdist on lowest supported Python
4242          python-version : ' 3.10' 
Original file line number Diff line number Diff line change @@ -90,14 +90,14 @@ jobs:
9090        name : all-dist-${{ github.run_id }} 
9191        path : dist/ 
9292    - name : Publish package distributions to TestPyPI 
93-       uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc   #  release/v1
93+       uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e   #  release/v1
9494      with :
9595        repository-url : https://test.pypi.org/legacy/ 
9696        skip-existing : true 
9797        attestations : ${{ env.DRY_RUN }} 
9898    - name : Publish distribution 📦 to PyPI 
9999      if : startsWith(env.DRY_RUN, 'false') 
100-       uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc   #  release/v1
100+       uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e   #  release/v1
101101
102102  post-publish :
103103    needs : [publish] 
Original file line number Diff line number Diff line change 2727        persist-credentials : false 
2828        fetch-depth : 0 
2929    - name : Install uv 
30-       uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b   #  v5
30+       uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6   #  v5
3131      with :
3232        enable-cache : true 
3333        python-version : ${{ matrix.python-version }} 
5151          persist-credentials : false 
5252          fetch-depth : 0 
5353      - name : Install uv 
54-         uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b   #  v5
54+         uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6   #  v5
5555        with :
5656          enable-cache : true 
5757          python-version : ${{ matrix.python-version }} 
@@ -72,13 +72,13 @@ jobs:
7272        persist-credentials : false 
7373        fetch-depth : 0 
7474    - name : Install uv 
75-       uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b   #  v5
75+       uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6   #  v5
7676      with :
7777        enable-cache : true 
7878        python-version : ${{ env.MIN_PYTHON }} 
7979    - uses : extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff  #  v3
8080    - name : Install uv 
81-       uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b   #  v5
81+       uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6   #  v5
8282      with :
8383        enable-cache : true 
8484        python-version : ${{ env.MIN_PYTHON }} 
Original file line number Diff line number Diff line change 1818        with :
1919          persist-credentials : false 
2020      - name : Run zizmor 
21-         uses : zizmorcore/zizmor-action@09680325f5c32870436745dc185db3342a55e097  
21+         uses : zizmorcore/zizmor-action@a016d81e77496751b5c04eb1e8f00214bd396553  
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments