Skip to content

Commit cfc7979

Browse files
Merge pull request #1567 from nextcloud/repo-sync/android-config/master
🔄 synced file(s) with nextcloud/android-config
2 parents 7b6c459 + 498105c commit cfc7979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
repository: ${{ steps.get-vars.outputs.repo }}
5050
ref: ${{ steps.get-vars.outputs.branch }}
5151
- name: Set up JDK 17
52-
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
52+
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
5353
with:
5454
distribution: "temurin"
5555
java-version: 17

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
languages: ${{ matrix.language }}
4545
- name: Set up JDK 17
46-
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
46+
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
4747
with:
4848
distribution: "temurin"
4949
java-version: 17

0 commit comments

Comments
 (0)