diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 310551f572..3b9921d40b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - languages: ${{ matrix.language }} + languages: ['java', 'go', 'c', 'rust'] - name: Cache Gradle packages uses: actions/cache@v3