diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 478a03a..12a5e8f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -16,7 +16,7 @@ defaults: jobs: analyse: name: Analyse - runs-on: windows-2019 + runs-on: windows-latest if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')" steps: - uses: actions/checkout@v4 diff --git a/pom.xml b/pom.xml index 6a20da9..0b4d802 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.cryptomator integrations-win - 1.2.3 + 1.2.4 Cryptomator Integrations for Windows Provides optional Windows services used by Cryptomator @@ -39,11 +39,11 @@ 1.3.0 2.0.9 - 2.15.2 + 2.15.3 5.10.0 - 5.5.0 + 5.6.0 8.4.0 diff --git a/src/main/resources/WinIntegrationsBundle_be.properties b/src/main/resources/WinIntegrationsBundle_be.properties index e69de29..ca59e57 100644 --- a/src/main/resources/WinIntegrationsBundle_be.properties +++ b/src/main/resources/WinIntegrationsBundle_be.properties @@ -0,0 +1 @@ +org.cryptomator.windows.keychain.displayName=Ахова даных на Windows \ No newline at end of file diff --git a/src/main/resources/WinIntegrationsBundle_bg.properties b/src/main/resources/WinIntegrationsBundle_bg.properties new file mode 100644 index 0000000..85f4a7a --- /dev/null +++ b/src/main/resources/WinIntegrationsBundle_bg.properties @@ -0,0 +1 @@ +org.cryptomator.windows.keychain.displayName=Windows Data Protection \ No newline at end of file diff --git a/src/main/resources/WinIntegrationsBundle_fi.properties b/src/main/resources/WinIntegrationsBundle_fi.properties new file mode 100644 index 0000000..e69de29 diff --git a/src/main/resources/WinIntegrationsBundle_fil.properties b/src/main/resources/WinIntegrationsBundle_fil.properties index e69de29..85f4a7a 100644 --- a/src/main/resources/WinIntegrationsBundle_fil.properties +++ b/src/main/resources/WinIntegrationsBundle_fil.properties @@ -0,0 +1 @@ +org.cryptomator.windows.keychain.displayName=Windows Data Protection \ No newline at end of file