Skip to content

Commit d37959c

Browse files
[8.15] Update actions/checkout action to v4.1.7 (main) (#190439) (#190450)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent a74ca64 commit d37959c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.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/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

0 commit comments

Comments
 (0)