File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,19 @@ permissions:
55jobs :
66  build :
77    name : Build Pull Request 
8-     runs-on : ubuntu-latest 
98    if : ${{ github.repository == 'spring-gradle-plugins/nullability-plugin' }} 
9+     runs-on : ubuntu-latest 
1010    steps :
11+       - name : Check Out 
12+         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683  #  v4.2.2
1113      - name : Set Up JDK 17 
1214        uses : actions/setup-java@v4 
1315        with :
1416          java-version : ' 17' 
1517          distribution : ' liberica' 
16-       - name : Check Out 
17-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683  #  v4.2.2
1818      - name : Set Up Gradle 
1919        uses : gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326  #  v4.4.0
2020      - name : Build 
21-         env :
2221        run : ./gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --no-parallel --continue build 
2322      - name : Upload Build Reports 
2423        uses : actions/upload-artifact@v4 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments