Skip to content

Commit 764b5d2

Browse files
Update actions/checkout digest to 11bd719 (#1740)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 4b6f5c0 commit 764b5d2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/add_plugin_placeholder_in_vpr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
distribution: 'temurin'
3131
java-version: '17'
3232
- name: Clone elastic/docs-tools
33-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
33+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3434
with:
3535
repository: elastic/docs-tools
3636
path: docs-tools
3737
fetch-depth: 1
3838
- name: Clone elastic/logstash-docs
39-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
39+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4040
with:
4141
repository: elastic/logstash-docs
4242
path: logstash-docs

.github/workflows/reference_docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,27 @@ jobs:
2828
distribution: 'temurin'
2929
java-version: '17'
3030
- name: Clone elastic/docs-tools
31-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
31+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3232
with:
3333
repository: elastic/docs-tools
3434
path: docs-tools
3535
fetch-depth: 1
3636
- name: Clone elastic/logstash-docs
37-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
37+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3838
with:
3939
repository: elastic/logstash-docs
4040
path: logstash-docs
4141
fetch-depth: 1
4242
ref: ${{ github.event.inputs.branch }}
4343
- name: Clone elastic/logstash
44-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
44+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545
with:
4646
repository: elastic/logstash
4747
path: logstash
4848
fetch-depth: 1
4949
ref: ${{ github.event.inputs.branch }}
5050
- name: Clone elastic/docs
51-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
51+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5252
with:
5353
repository: elastic/docs
5454
path: docs

.github/workflows/vpr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
distribution: 'temurin'
2222
java-version: '17'
2323
- name: Clone elastic/docs-tools
24-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
24+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2525
with:
2626
repository: elastic/docs-tools
2727
path: docs-tools
2828
fetch-depth: 1
2929
- name: Clone elastic/logstash-docs
30-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
30+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131
with:
3232
repository: elastic/logstash-docs
3333
path: logstash-docs

0 commit comments

Comments
 (0)