File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111    runs-on : ubuntu-24.04 
1212    steps :
1313      - name : Check out the codebase 
14-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
14+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
1515
1616      - name : Set up Python 3 
17-         uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065   #  v5.6 .0
17+         uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c   #  v6.0 .0
1818        with :
1919          python-version : 3.x 
2020
Original file line number Diff line number Diff line change 1515      pull-requests : write 
1616    steps :
1717      - name : Find current milestone and add it to GitHub PR 
18-         uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea   #  v7 .0.1 
18+         uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd   #  v8 .0.0 
1919        with :
2020          script : | 
2121            const { data: [milestone] } = await github.rest.issues.listMilestones({ 
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717    runs-on : ubuntu-24.04 
1818    steps :
1919      - name : Check out the codebase 
20-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
20+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
2121
2222      - name : Set up Python 3 
23-         uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065   #  v5.6 .0
23+         uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c   #  v6.0 .0
2424        with :
2525          python-version : 3.x 
2626
@@ -58,11 +58,11 @@ jobs:
5858    steps :
5959      - name : Check out the codebase 
6060        if : ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }} 
61-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
61+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
6262
6363      - name : Set up Python 3 
6464        if : ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }} 
65-         uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065   #  v5.6 .0
65+         uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c   #  v6.0 .0
6666        with :
6767          python-version : 3.x 
6868
Original file line number Diff line number Diff line change 2323      id-token : write 
2424    steps :
2525      - name : Check out the codebase 
26-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
26+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
2727        with :
2828          persist-credentials : false 
2929
4545
4646      #  Upload the results to GitHub's code scanning dashboard.
4747      - name : Upload SARIF results to code scanning 
48-         uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b   #  v3.29.2 
48+         uses : github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5   #  v4.30.7 
4949        with :
5050          sarif_file : results.sarif 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments