You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Add any setup steps before running the `GitHub/codeql-action/init` action.
65
-
# This includes steps like installing compilers or runtimes (`actions/setup-node`
66
-
# or others). This is typically only required for manual builds.
67
-
# - name: Setup runtime (example)
68
-
# uses: actions/setup-example@v1
58
+
# Add any setup steps before running the `GitHub/codeql-action/init` action.
59
+
# This includes steps like installing compilers or runtimes (`actions/setup-node`
60
+
# or others). This is typically only required for manual builds.
61
+
# - name: Setup runtime (example)
62
+
# uses: actions/setup-example@v1
69
63
70
-
# Initializes the CodeQL tools for scanning.
71
-
- name: Initialize CodeQL
72
-
uses: github/codeql-action/init@v3
73
-
with:
74
-
languages: ${{ matrix.language }}
75
-
build-mode: ${{ matrix.build-mode }}
76
-
config-file: .github/codeql_config.yml
77
-
# If you wish to specify custom queries, you can do so here or in a config file.
78
-
# By default, queries listed here will override any specified in a config file.
79
-
# Prefix the list here with "+" to use these queries and those in the config file.
64
+
# Initializes the CodeQL tools for scanning.
65
+
- name: Initialize CodeQL
66
+
uses: github/codeql-action/init@v3
67
+
with:
68
+
languages: ${{ matrix.language }}
69
+
build-mode: ${{ matrix.build-mode }}
70
+
config-file: .github/codeql_config.yml
71
+
# If you wish to specify custom queries, you can do so here or in a config file.
72
+
# By default, queries listed here will override any specified in a config file.
73
+
# Prefix the list here with "+" to use these queries and those in the config file.
80
74
81
-
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
82
-
# queries: security-extended,security-and-quality
75
+
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
76
+
# queries: security-extended,security-and-quality
83
77
84
-
# If the analyze step fails for one of the languages you are analyzing with
85
-
# "We were unable to automatically build your code", modify the matrix above
86
-
# to set the build mode to "manual" for that language. Then modify this step
87
-
# to build your code.
88
-
# ℹ️ Command-line programs to run using the OS shell.
89
-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
90
-
- if: matrix.build-mode == 'manual'
91
-
shell: bash
92
-
run: |
93
-
echo "Starting manual build for CodeQL..."
94
-
95
-
export DOCKER_ENTRYPOINT_SOURCE_ONLY=1
96
-
. /usr/local/bin/docker-entrypoint.sh
97
-
module load geant4/"${{ matrix.g4v }}"
98
-
99
-
./ci/build.sh "${{ matrix.sanitizer }}"
100
-
101
-
echo "Manual build finished."
78
+
# If the analyze step fails for one of the languages you are analyzing with
79
+
# "We were unable to automatically build your code", modify the matrix above
80
+
# to set the build mode to "manual" for that language. Then modify this step
81
+
# to build your code.
82
+
# ℹ️ Command-line programs to run using the OS shell.
83
+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
0 commit comments