10000 Merge main into releases/v2 by github-actions[bot] · Pull Request #1655 · github/codeql-action · GitHub
[go: up one dir, main page]

Skip to content

Merge main into releases/v2 #1655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 28 commits into from
Apr 21, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
4772c1d
Bump minimum version to 2.8.5
henrymercer Mar 28, 2023
d8fe76e
Delete legacy tracing
henrymercer Mar 28, 2023
d13d683
Bump minor version number and add changelog note
henrymercer Mar 28, 2023
6ef3700
Update CodeQL releases used in PR checks
henrymercer Mar 28, 2023
6cd5121
Merge branch 'main' into henrymercer/remove-legacy-tracing
henrymercer Mar 29, 2023
9975b73
Fix bundle version comments
henrymercer Mar 29, 2023
72d018e
Improve serialization of Swift environment variable if expression
henrymercer Mar 29, 2023
d838bac
Simplify matrix
henrymercer Mar 29, 2023
f7a67e4
Merge branch 'main' into henrymercer/remove-legacy-tracing
henrymercer Apr 5, 2023
322cea6
Set up Swift in local bundle workflow
henrymercer Apr 5, 2023
5da64f5
Set up Swift in unset environment workflow
henry 10000 mercer Apr 5, 2023
2058418
Don't expect Swift baseline info on Windows
henrymercer Apr 5, 2023
8a093aa
Merge branch 'main' into henrymercer/remove-legacy-tracing
henrymercer Apr 11, 2023
7879209
Update changelog and version after v2.2.12
invalid-email-address Apr 13, 2023
b4fa971
Update checked-in dependencies
invalid-email-address Apr 13, 2023
dc04638
Merge pull request #1647 from github/mergeback/v2.2.12-to-main-7df0ce34
henrymercer Apr 13, 2023
ae24b75
Fix pre-release trigger for update-bundle action
cklin Apr 14, 2023
be2b53b
Merge pull request #1648 from github/cklin/update-bundle-trigger
cklin Apr 14, 2023
7867d03
Update default CodeQL bundle version to 2.13.0
cklin Apr 14, 2023
9a866ed
Bump swift-actions/setup-swift in /.github/actions/setup-swift (#1650)
dependabot[bot] Apr 17, 2023
1c2f282
Fix bundle version
henrymercer Apr 18, 2023
55a2e70
Autoformat `index.ts`
henrymercer Apr 18, 2023
afdf30f
Merge pull request #1652 from github/henrymercer/fix-bundle-version
henrymercer Apr 18, 2023
66f62df
Merge branch 'main' into henrymercer/remove-legacy-tracing
henrymercer Apr 19, 2023
7019a9c
Merge pull request #1618 from github/henrymercer/remove-legacy-tracing
henrymercer Apr 20, 2023
b8cc643
Merge branch 'main' into cklin/codeql-cli-2.13.0
henrymercer Apr 20, 2023
a8affb0
Merge pull request #1649 from github/cklin/codeql-cli-2.13.0
cklin Apr 20, 2023
b203f98
Update changelog for v2.3.0
invalid-email-address Apr 21, 2023
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
Set up Swift in unset environment workflow
  • Loading branch information
henrymercer committed Apr 5, 2023
commit 5da64f56c002c9533f056e98d6e71064a991d027
2 changes: 1 addition & 1 deletion .github/workflows/__multi-language-autodetect.yml

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

4 changes: 4 additions & 0 deletions .github/workflows/__unset-environment.yml

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

2 changes: 1 addition & 1 deletion pr-checks/checks/multi-language-autodetect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:

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

- name: Build code
shell: bash
Expand Down
4 changes: 4 additions & 0 deletions pr-checks/checks/unset-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ description: "An end-to-end integration test that unsets some environment variab
operatingSystems: ["ubuntu"]
steps:
- uses: ./../action/init
id: init
with:
db-location: ${{ runner.temp }}/customDbLocation
tools: ${{ steps.prepare-test.outputs.tools-url }}
- uses: ./../action/.github/actions/setup-swift
with:
codeql-path: ${{ steps.init.outputs.codeql-path }}
- name: Build code
shell: bash
# Disable Kotlin analysis while it's incompatible with Kotlin 1.8, until we find a
Expand Down
0