Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9ea315c

Browse filesBrowse files
authored
Merge branch 'main' into henrymercer/ml-powered-queries-pr-check
2 parents 4f93390 + b0ddf36 commit 9ea315c
Copy full SHA for 9ea315c
Expand file treeCollapse file tree

38 files changed

+77
-77
lines changed

‎.github/workflows/__analyze-ref-input.yml

Copy file name to clipboardExpand all lines: .github/workflows/__analyze-ref-input.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__debug-artifacts.yml

Copy file name to clipboardExpand all lines: .github/workflows/__debug-artifacts.yml
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__extractor-ram-threads.yml

Copy file name to clipboardExpand all lines: .github/workflows/__extractor-ram-threads.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__go-custom-queries.yml

Copy file name to clipboardExpand all lines: .github/workflows/__go-custom-queries.yml
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__go-custom-tracing-autobuild.yml

Copy file name to clipboardExpand all lines: .github/workflows/__go-custom-tracing-autobuild.yml
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__go-custom-tracing.yml

Copy file name to clipboardExpand all lines: .github/workflows/__go-custom-tracing.yml
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__javascript-source-root.yml

Copy file name to clipboardExpand all lines: .github/workflows/__javascript-source-root.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__multi-language-autodetect.yml

Copy file name to clipboardExpand all lines: .github/workflows/__multi-language-autodetect.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__packaging-config-inputs-js.yml

Copy file name to clipboardExpand all lines: .github/workflows/__packaging-config-inputs-js.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__packaging-config-js.yml

Copy file name to clipboardExpand all lines: .github/workflows/__packaging-config-js.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__packaging-inputs-js.yml

Copy file name to clipboardExpand all lines: .github/workflows/__packaging-inputs-js.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__remote-config.yml

Copy file name to clipboardExpand all lines: .github/workflows/__remote-config.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__rubocop-multi-language.yml

Copy file name to clipboardExpand all lines: .github/workflows/__rubocop-multi-language.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__split-workflow.yml

Copy file name to clipboardExpand all lines: .github/workflows/__split-workflow.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__test-local-codeql.yml

Copy file name to clipboardExpand all lines: .github/workflows/__test-local-codeql.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__test-proxy.yml

Copy file name to clipboardExpand all lines: .github/workflows/__test-proxy.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__test-ruby.yml

Copy file name to clipboardExpand all lines: .github/workflows/__test-ruby.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__unset-environment.yml

Copy file name to clipboardExpand all lines: .github/workflows/__unset-environment.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__upload-ref-sha-input.yml

Copy file name to clipboardExpand all lines: .github/workflows/__upload-ref-sha-input.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/__with-checkout-path.yml

Copy file name to clipboardExpand all lines: .github/workflows/__with-checkout-path.yml
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/check-expected-release-files.yml

Copy file name to clipboardExpand all lines: .github/workflows/check-expected-release-files.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout CodeQL Action
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
- name: Check Expected Release Files
2020
run: |
2121
bundle_version="$(cat "./src/defaults.json" | jq -r ".bundleVersion")"

‎.github/workflows/codeql.yml

Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
security-events: write
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
- name: Init with default CodeQL bundle from the VM image
2525
id: init-default
2626
uses: ./init
@@ -75,7 +75,7 @@ jobs:
7575
security-events: write
7676

7777
steps:
78-
- uses: actions/checkout@v2
78+
- uses: actions/checkout@v3
7979
- uses: ./init
8080
id: init
8181
with:

‎.github/workflows/post-release-mergeback.yml

Copy file name to clipboardExpand all lines: .github/workflows/post-release-mergeback.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
GITHUB_CONTEXT: '${{ toJson(github) }}'
3535
run: echo "$GITHUB_CONTEXT"
3636

37-
- uses: actions/checkout@v2
38-
- uses: actions/setup-node@v2
37+
- uses: actions/checkout@v3
38+
- uses: actions/setup-node@v3
3939

4040
- name: Update git config
4141
run: |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.