File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515    name : Check if tests compile cleanly with starter sources 
1616    runs-on : ubuntu-22.04 
1717    steps :
18-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  
18+       - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938  
1919      - name : Set up JDK 1.17 
2020        uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 
2121        with :
2929    name : Lint Java files using Checkstyle 
3030    runs-on : ubuntu-22.04 
3131    steps :
32-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  
32+       - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938  
3333      - name : Set up JDK 1.17 
3434        uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 
3535        with :
4343    name : Test all exercises using java-test-runner 
4444    runs-on : ubuntu-22.04 
4545    steps :
46-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  
46+       - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938  
4747      - name : Test all exercises using java-test-runner 
4848        run : bin/test-with-test-runner 
4949      - name : Archive test results 
Original file line number Diff line number Diff line change 1717    name : Lint Markdown files 
1818    runs-on : ubuntu-22.04 
1919    steps :
20-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  
20+       - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938  
2121      - name : Lint markdown 
2222        uses : DavidAnson/markdownlint-cli2-action@db43aef879112c3119a410d69f66701e0d530809 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments