change sprintf to snprintf since it is deprecated for security reasons #520
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: integration | |
# Build and test starting from latest bootstrap release. | |
on: | |
pull_request: {branches: master} | |
push: | |
concurrency: ci | |
jobs: | |
AMD64_DARWIN: | |
uses: modula3/cm3/.github/workflows/amd64_darwin.yml@master | |
AMD64_LINUX: | |
uses: modula3/cm3/.github/workflows/amd64_linux.yml@master | |
AMD64_MINGW: | |
uses: modula3/cm3/.github/workflows/amd64_mingw.yml@master | |
AMD64_NT: | |
uses: modula3/cm3/.github/workflows/amd64_nt.yml@master | |
I386_LINUX: | |
uses: modula3/cm3/.github/workflows/i386_linux.yml@master | |
I386_NT: | |
uses: modula3/cm3/.github/workflows/i386_nt.yml@master |