Fix workflow

This commit is contained in:
Andrew Eisenberg 2024-06-17 14:02:59 -07:00
parent 35619fbef6
commit b7574c1c6a
No known key found for this signature in database

View file

@ -7,7 +7,6 @@ name: PR Check - Swift analysis using autobuild
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GO111MODULE: auto GO111MODULE: auto
CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN: 'true'
on: on:
push: push:
branches: branches:
@ -57,6 +56,7 @@ jobs:
with: with:
version: ${{ matrix.version }} version: ${{ matrix.version }}
use-all-platform-bundle: 'false' use-all-platform-bundle: 'false'
setup-kotlin: 'true'
- uses: ./../action/init - uses: ./../action/init
id: init id: init
with: with: