diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60db837..75a43fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: #https://stackoverflow.com/questions/61096521/how-to-use-gpg-key-in-github-actions #It requires export the private key with the armor option: gpg --output private.pgm --armor --export-secret-key - name: Import GPG Key - uses: crazy-max/ghaction-import-gpg@v6.3.0 + uses: crazy-max/ghaction-import-gpg@v7.0.0 with: gpg_private_key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }} @@ -46,7 +46,7 @@ jobs: working-directory: net steps: - uses: actions/checkout@v6 - - uses: actions/setup-dotnet@v5.1.0 + - uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '8.0.x' - name: Pack diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 424d4c6..44c9510 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -150,7 +150,7 @@ jobs: working-directory: net steps: - uses: actions/checkout@v6 - - uses: actions/setup-dotnet@v5.1.0 + - uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '8.0.x' @@ -236,30 +236,30 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: # Downloads java test report files - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Core" - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Postgres" - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Sqlserver" - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Oracle" - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Cassandra" # Net reports were zipped under a different root, specifies the path. # Modifies the namespaces to allow differentiate from the java test results - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Net" diff --git a/net/TdRules/TdRules.csproj b/net/TdRules/TdRules.csproj index 97c560a..f50c6ec 100644 --- a/net/TdRules/TdRules.csproj +++ b/net/TdRules/TdRules.csproj @@ -39,7 +39,7 @@ - + @@ -47,9 +47,9 @@ - + - + diff --git a/net/TdRulesTest/TdRulesTest.csproj b/net/TdRulesTest/TdRulesTest.csproj index 3fd4034..0689f2f 100644 --- a/net/TdRulesTest/TdRulesTest.csproj +++ b/net/TdRulesTest/TdRulesTest.csproj @@ -10,7 +10,7 @@ - + diff --git a/net/TdRulesTestDbProviders/TdRulesTestDbProviders.csproj b/net/TdRulesTestDbProviders/TdRulesTestDbProviders.csproj index 1463ff9..6bbad8c 100644 --- a/net/TdRulesTestDbProviders/TdRulesTestDbProviders.csproj +++ b/net/TdRulesTestDbProviders/TdRulesTestDbProviders.csproj @@ -10,7 +10,7 @@ - + diff --git a/pom.xml b/pom.xml index 524f757..9d429da 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ io.swagger.parser.v3 swagger-parser - 2.1.38 + 2.1.39 io.swagger @@ -167,7 +167,7 @@ com.microsoft.sqlserver mssql-jdbc - 13.2.1.jre8 + 13.4.0.jre8 test