We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6add40c commit 4424731Copy full SHA for 4424731
.github/workflows/codeql-analysis.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20
with:
21
- fetch-depth: 2/
+ fetch-depth: 2
22
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
23
24
distribution: 'temurin'
CHANGELOG.md
@@ -14,7 +14,7 @@ Changes to prior versions can be found on the [Github release page](https://gith
14
15
### Changed
16
* Require JDK 25
17
-* Pin Github action versions used in CI (#97)
+* Pin GitHub action versions used in CI (#97)
## [1.4.1](https://github.com/cryptomator/integrations-mac/releases/tag/1.4.1) - 2025-09-18
### Added
0 commit comments