Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Stop checking out repo again
  • Loading branch information
angelapwen committed Dec 17, 2022
commit b44d043f4fc4caa154663d323d2d0bff4b41a357
5 changes: 0 additions & 5 deletions .github/workflows/__export-file-baseline-information.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions .github/workflows/__multi-language-autodetect.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions .github/workflows/__swift-autobuild.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions .github/workflows/__swift-custom-build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions pr-checks/checks/export-file-baseline-information.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@ steps:
tools: ${{ steps.prepare-test.outputs.tools-url }}
env:
CODEQL_FILE_BASELINE_INFORMATION: true
# We check out the repo again in order to access the setup-swift composite action.
- uses: actions/checkout@v3
- uses: ./.github/setup-swift
with:
codeql-path: ${{steps.init.outputs.codeql-path}}
- name: Check working directory
shell: bash
run: pwd
- name: Build code
shell: bash
run: ./build.sh
Expand Down
7 changes: 0 additions & 7 deletions pr-checks/checks/multi-language-autodetect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,10 @@ steps:
db-location: "${{ runner.temp }}/customDbLocation"
tools: ${{ steps.prepare-test.outputs.tools-url }}

# We check out the repo again in order to access the setup-swift composite action.
- uses: actions/checkout@v3

- uses: ./.github/setup-swift
with:
codeql-path: ${{steps.init.outputs.codeql-path}}

- name: Check working directory
shell: bash
run: pwd

- name: Build code
shell: bash
run: ./build.sh
Expand Down
2 changes: 0 additions & 2 deletions pr-checks/checks/swift-autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ steps:
with:
languages: swift
tools: ${{ steps.prepare-test.outputs.tools-url }}
# We check out the repo again in order to access the setup-swift composite action.
- uses: actions/checkout@v3
- uses: ./.github/setup-swift
with:
codeql-path: ${{steps.init.outputs.codeql-path}}
Expand Down
2 changes: 0 additions & 2 deletions pr-checks/checks/swift-custom-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ steps:
with:
languages: swift
tools: ${{ steps.prepare-test.outputs.tools-url }}
# We check out the repo again in order to access the setup-swift composite action.
- uses: actions/checkout@v3
- uses: ./.github/setup-swift
with:
codeql-path: ${{steps.init.outputs.codeql-path}}
Expand Down