Skip to content

Commit 6eef1ee

Browse files
committed
feedback from coderabbit
1 parent 1354f00 commit 6eef1ee

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
url: https://github.com/ben-manes/caffeine.git
8787
- project: spring-framework
8888
url: https://github.com/spring-projects/spring-framework.git
89+
permissions:
90+
contents: read
8991
runs-on: ubuntu-latest
9092
steps:
9193
- name: Checkout this repository

.github/workflows/use-snapshot.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ gradle.projectsLoaded {
1717
}
1818
}
1919
cacheChangingModulesFor(0, "seconds")
20+
cacheDynamicVersionsFor(0, "seconds")
2021
}
2122
}
2223
}

0 commit comments

Comments
 (0)