diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 655f33e..e204aed 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -21,7 +21,7 @@ on: jobs: analyze: - name: Analyze (${{ matrix.language }}) + name: Analisar (${{ matrix.language }}) # Runner size impacts CodeQL analysis time. To learn more, please see: # - https://gh.io/recommended-hardware-resources-for-running-codeql # - https://gh.io/supported-runners-and-hardware-resources @@ -66,7 +66,7 @@ jobs: # uses: actions/setup-example@v1 # Initializes the CodeQL tools for scanning. - - name: Initialize CodeQL + - name: Inicializar o CodeQL uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} @@ -81,7 +81,7 @@ jobs: # If the analyze step fails for one of the languages you are analyzing with # "We were unable to automatically build your code", modify the matrix above # to set the build mode to "manual" for that language. Then modify this step - # to build your code. + # to build your code . # â„šī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun - if: matrix.build-mode == 'manual' @@ -94,7 +94,7 @@ jobs: echo ' make release' exit 1 - - name: Perform CodeQL Analysis + - name: Fazendo analises com o CodeQL uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}" diff --git a/src/SAF-T.Mozambique/Generators/MozambiqueSaftGenerator.cs b/src/SAF-T.Mozambique/Generators/MozambiqueSaftGenerator.cs index a0a93b7..a42d54f 100644 --- a/src/SAF-T.Mozambique/Generators/MozambiqueSaftGenerator.cs +++ b/src/SAF-T.Mozambique/Generators/MozambiqueSaftGenerator.cs @@ -258,7 +258,7 @@ private string RetornaXml(AuditFile auditFile) { XmlWriterSettings settings = new() { - Indent = true, + Indent = false, Encoding = Encoding.UTF8 }; //using StringWriter stringWriter = new();