Skip to content

Commit ae8495a

Browse files
Merge pull request #3480 from nextcloud/repo-sync/android-config/master
🔄 synced file(s) with nextcloud/android-config
2 parents 4f4a37e + 5ee14c1 commit ae8495a

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
@@ -38,7 +38,7 @@ jobs:
3838
repository: ${{ steps.get-vars.outputs.repo }}
3939
ref: ${{ steps.get-vars.outputs.branch }}
4040
- name: Set up JDK 17
41-
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
41+
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
4242
with:
4343
distribution: "temurin"
4444
java-version: 17

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
languages: ${{ matrix.language }}
3838
- name: Set up JDK 17
39-
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
39+
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
4040
with:
4141
distribution: "temurin"
4242
java-version: 17

0 commit comments

Comments
 (0)