diff --git a/.github/workflows/reusable-codeql.yml b/.github/workflows/reusable-codeql.yml index 358b86e..cfeb89a 100644 --- a/.github/workflows/reusable-codeql.yml +++ b/.github/workflows/reusable-codeql.yml @@ -44,7 +44,10 @@ jobs: - name: Custom build if: inputs.build-command != '' - run: ${{ inputs.build-command }} + env: + BUILD_COMMAND: ${{ inputs.build-command }} + shell: bash + run: eval "$BUILD_COMMAND" - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4