Skip to content

Commit 37f1a52

Browse files
authored
Merge branch 'main' into elastic#134
2 parents f9d8f9b + c026279 commit 37f1a52

File tree

1,258 files changed

+7833
-3210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,258 files changed

+7833
-3210
lines changed

.github/codeql/codeql-config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ paths-ignore:
2929
- packages/kbn-eslint-plugin-disable
3030
- packages/kbn-eslint-plugin-eslint
3131
- packages/kbn-eslint-plugin-imports
32+
- packages/*/scripts
3233
- packages/kbn-expect
3334
- packages/kbn-failed-test-reporter-cli
3435
- packages/kbn-find-used-node-modules
@@ -70,5 +71,20 @@ paths-ignore:
7071
- packages/kbn-ts-type-check-cli
7172
- packages/kbn-web-worker-stub
7273
- packages/kbn-yarn-lock-validator
74+
- scripts
7375
- test
76+
- x-pack/plugins/canvas/scripts
77+
- x-pack/plugins/cloud_security_posture/common/scripts
78+
- x-pack/plugins/elastic_assistant/scripts
79+
- x-pack/plugins/event_log/scripts
80+
- x-pack/plugins/fleet/scripts
81+
- x-pack/plugins/lists/scripts
82+
- x-pack/plugins/lists/server/scripts
83+
- x-pack/plugins/ml/scripts
84+
- x-pack/plugins/observability_solution/*/scripts
85+
- x-pack/plugins/osquery/scripts
86+
- x-pack/plugins/rule_registry/scripts
87+
- x-pack/plugins/security_solution/scripts
88+
- x-pack/plugins/threat_intelligence/scripts
89+
- x-pack/scripts
7490
- x-pack/test

.github/workflows/alert-failed-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout kibana-operations
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1515
with:
1616
repository: 'elastic/kibana-operations'
1717
ref: main

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2626
with:
2727
ref: ${{ matrix.branch }}
2828

.github/workflows/fix-version-gaps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout Actions
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3030
with:
3131
repository: 'elastic/kibana-github-actions'
3232
ref: main

.github/workflows/label-failed-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout kibana-operations
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616
with:
1717
repository: 'elastic/kibana-operations'
1818
ref: main

.github/workflows/launchdarkly-code-references.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.event.repository.fork == false
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2020
with:
2121
fetch-depth: 11 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions
2222
- name: LaunchDarkly Code References

.github/workflows/on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
)
2525
steps:
2626
- name: Checkout Actions
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2828
with:
2929
repository: 'elastic/kibana-github-actions'
3030
ref: main

.github/workflows/skip-failed-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Actions
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717
with:
1818
repository: 'elastic/kibana-github-actions'
1919
ref: main
@@ -30,7 +30,7 @@ jobs:
3030
token: ${{secrets.KIBANAMACHINE_TOKEN}}
3131

3232
- name: Checkout kibana-operations
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3434
with:
3535
repository: 'elastic/kibana-operations'
3636
ref: main

api_docs/actions.mdx

Lines changed: 1 addition & 1 deletion

api_docs/advanced_settings.mdx

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)