Commit 4fd560d4183e5e23a6610665a005894afce86249

Authored by Perry Werneck
2 parents 8038d9d1 c35485ef
Exists in master and in 1 other branch develop

Merge branch 'master' into develop

.github/workflows/codeql-analysis.yml
... ... @@ -64,7 +64,7 @@ jobs:
64 64 # uses a compiled language
65 65 - name: Install Dependencies
66 66 run: |
67   - sudo apt-get install autotools-dev, autoconf, gettext libssl-dev libcurl4-openssl-dev, libgtk-3-dev, imagemagick
  67 + sudo apt-get install autotools-dev autoconf gettext libssl-dev libcurl4-openssl-dev libgtk-3-dev
68 68 git clone https://github.com/PerryWerneck/lib3270.git ./lib3270
69 69 NOCONFIGURE=1 ./lib3270/autogen.sh
70 70 cd lib3270
... ...
README.md
... ... @@ -4,6 +4,8 @@ Created originally as part of PW3270 application.
4 4  
5 5 See more details at https://softwarepublico.gov.br/social/pw3270/
6 6  
  7 +![CodeQL](https://github.com/PerryWerneck/libv3270/workflows/CodeQL/badge.svg?branch=master)
  8 +
7 9 ## Instalation
8 10  
9 11 ### Linux
... ...