Merge pull request #608 from DataDog/jf/K9VULN-2775 #1940
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: Check the versions.json file is correct | |
on: | |
push: | |
branches: | |
- "**" | |
workflow_call: | |
jobs: | |
integration_tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Ensure versions | |
run: python -mjson.tool versions.json >/dev/null |