File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
3030 distribution : ' temurin'
3131 java-version : ' 21'
3232 - name : Clone elastic/docs-tools
33- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
33+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
39+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
4040 with :
4141 repository : elastic/logstash-docs
4242 path : logstash-docs
Original file line number Diff line number Diff line change @@ -28,27 +28,27 @@ jobs:
2828 distribution : ' temurin'
2929 java-version : ' 21'
3030 - name : Clone elastic/docs-tools
31- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
31+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
37+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
44+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
51+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5252 with :
5353 repository : elastic/docs
5454 path : docs
Original file line number Diff line number Diff line change @@ -28,26 +28,26 @@ jobs:
2828 distribution : ' temurin'
2929 java-version : ' 21'
3030 - name : Clone elastic/docs-tools
31- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
31+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
37+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
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/docs
44- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
44+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
4545 with :
4646 repository : elastic/docs
4747 path : docs
4848 fetch-depth : 1
4949 - name : Clone elastic/logstash
50- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
50+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5151 with :
5252 repository : elastic/logstash
5353 path : logstash
Original file line number Diff line number Diff line change @@ -16,23 +16,23 @@ jobs:
1616 build :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
19+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2020 with :
2121 ref : versioned_plugin_docs
2222 path : logstash-docs
2323 persist-credentials : false
24- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
24+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2525 with :
2626 repository : elastic/docs
2727 path : docs
2828 persist-credentials : false
29- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
29+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3030 with :
3131 repository : elastic/adoc-to-md
3232 path : adoc-to-md
3333 token : ${{ secrets.ADOC_TO_MD_PAT }}
3434 persist-credentials : false
35- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
35+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3636 with :
3737 repository : elastic/asciidocalypse
3838 ref : main-archive
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 distribution : ' temurin'
2222 java-version : ' 21'
2323 - name : Clone elastic/docs-tools
24- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
24+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
30+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3131 with :
3232 repository : elastic/logstash-docs
3333 path : logstash-docs
You can’t perform that action at this time.
0 commit comments