Merge branch 'main' into henrymercer/swift-autobuild-check-with-build-mode

This commit is contained in:
Henry Mercer 2024-06-18 10:26:31 +01:00 committed by GitHub
commit 691e81dcdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: