Skip to content

Commit d13765a

Browse files
authored
Merge branch 'dev' into rsh/supportBranch-protection
2 parents c90514b + aca3393 commit d13765a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
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}}"

.github/workflows/git-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Download Build Artifact
17-
uses: dawidd6/[email protected].0
17+
uses: dawidd6/[email protected].1
1818
with:
1919
workflow: preview-and-release.yml
2020
workflow_conclusion: success

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
name: drop
7575
path: artifacts/current/
7676
- name: Download Last Successful Build
77-
uses: dawidd6/[email protected].0
77+
uses: dawidd6/[email protected].1
7878
with:
7979
workflow: preview-and-release.yml
8080
workflow_conclusion: success

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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>

0 commit comments

Comments
 (0)