File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7878 - name : Grant execute permission for gradlew
7979 run : chmod +x gradlew
8080 - name : Build with Gradle
81- run : ./gradlew build
81+ run : ./gradlew --no-build-cache build
8282
8383 - name : Perform CodeQL Analysis
8484 uses : github/codeql-action/analyze@v3
8585 with :
86- category : " /language:${{matrix.language}}"
86+ category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v4
1616 - name : Download Build Artifact
17- uses : dawidd6/action-download-artifact@v3.1.0
17+ uses : dawidd6/action-download-artifact@v3.1.1
1818 with :
1919 workflow : preview-and-release.yml
2020 workflow_conclusion : success
Original file line number Diff line number Diff line change 7474 name : drop
7575 path : artifacts/current/
7676 - name : Download Last Successful Build
77- uses : dawidd6/action-download-artifact@v3.1.0
77+ uses : dawidd6/action-download-artifact@v3.1.1
7878 with :
7979 workflow : preview-and-release.yml
8080 workflow_conclusion : success
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >com.microsoft.graph</groupId >
3737 <artifactId >microsoft-graph-core</artifactId >
38- <version >3.1.2 </version >
38+ <version >3.1.3 </version >
3939 </dependency >
4040 <dependency >
4141 <groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments