From 840aa4dfce2f24fbc9e82dd3d81fdbe1553127f6 Mon Sep 17 00:00:00 2001 From: "ghas-configure-codeql[bot]" <127262189+ghas-configure-codeql[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 14:23:18 +0000 Subject: [PATCH 1/2] Create CodeQL workflow --- .github/workflows/codeql-analysis.yml | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/workflows/codeql-analysis.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml new file mode 100644 index 00000000..525bd506 --- /dev/null +++ b/.github/workflows/codeql-analysis.yml @@ -0,0 +1,30 @@ +name: CodeQL +'on': + push: + branches: + - master + pull_request: + branches: + - master + schedule: + - cron: 44 9 * * 6 + workflow_dispatch: null +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + concurrency: ${{ github.workflow }}-${{ matrix.language }}-${{ github.ref }} + permissions: + actions: read + contents: read + security-events: write + strategy: + fail-fast: false + matrix: + language: + - java + steps: + - name: Run Code Scanning + uses: department-of-veterans-affairs/codeql-tools/codeql-analysis@main + with: + language: ${{ matrix.language }} From 799d6e20a0a23b2d9c128e0a571bccc08d268644 Mon Sep 17 00:00:00 2001 From: "ghas-configure-codeql[bot]" <127262189+ghas-configure-codeql[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 14:23:19 +0000 Subject: [PATCH 2/2] Create emass.json file --- .github/emass.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/emass.json diff --git a/.github/emass.json b/.github/emass.json new file mode 100644 index 00000000..5ade41f6 --- /dev/null +++ b/.github/emass.json @@ -0,0 +1,6 @@ +{ + "systemID": 0, + "systemName": "", + "systemOwnerName": "", + "systemOwnerEmail": "" +} \ No newline at end of file