Skip to content

Commit ee9b041

Browse files
Bump actions/checkout from 5.0.0 to 5.0.1 (#3029)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v5.0.1</h2> <h2>What's Changed</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v5...v5.0.1">https://github.com/actions/checkout/compare/v5...v5.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/actions/checkout/compare/v5...v5.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=5.0.0&new-version=5.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83de1ad commit ee9b041

File tree

7 files changed

+40
-40
lines changed

7 files changed

+40
-40
lines changed

.github/workflows/coverity.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# event_name: pull_request
5050

5151
- name: Clone docker tag from OpenVINO repo
52-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
52+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5353
with:
5454
repository: 'openvinotoolkit/openvino'
5555
path: 'openvino'
@@ -86,7 +86,7 @@ jobs:
8686

8787
steps:
8888
- name: Clone openvino.genai
89-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
89+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9090
with:
9191
path: openvino.genai
9292

.github/workflows/deploy_gh_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: write
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2626
with:
2727
lfs: true
2828

.github/workflows/linux.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
skip_workflow: "${{ steps.smart_ci.outputs.skip_workflow }}"
4545
steps:
4646
- name: checkout action
47-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4848
timeout-minutes: 15
4949
with:
5050
sparse-checkout: .github
@@ -99,7 +99,7 @@ jobs:
9999
# event_name: pull_request
100100

101101
- name: Clone docker tag from OpenVINO repo
102-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
102+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
103103
with:
104104
repository: 'openvinotoolkit/openvino'
105105
path: 'openvino'
@@ -143,7 +143,7 @@ jobs:
143143

144144
steps:
145145
- name: Clone openvino.genai
146-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
146+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
147147
with:
148148
path: ${{ env.SRC_DIR }}
149149
submodules: recursive
@@ -264,7 +264,7 @@ jobs:
264264

265265
steps:
266266
- name: Clone openvino.genai
267-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
267+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
268268
with:
269269
path: ${{ env.SRC_DIR }}
270270
submodules: recursive
@@ -399,7 +399,7 @@ jobs:
399399

400400
steps:
401401
- name: Clone openvino.genai
402-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
402+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
403403
with:
404404
path: ${{ env.SRC_DIR }}
405405
submodules: recursive
@@ -470,7 +470,7 @@ jobs:
470470

471471
steps:
472472
- name: Clone openvino.genai
473-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
473+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
474474
with:
475475
submodules: recursive
476476
path: ${{ env.SRC_DIR }}
@@ -570,7 +570,7 @@ jobs:
570570
steps:
571571
- name: Clone openvino.genai
572572
if: ${{ matrix.test.run_condition }}
573-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
573+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
574574
with:
575575
path: ${{ env.SRC_DIR }}
576576
submodules: recursive
@@ -662,7 +662,7 @@ jobs:
662662
steps:
663663
- name: Clone openvino.genai
664664
if: ${{ matrix.test.run_condition }}
665-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
665+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
666666
with:
667667
path: ${{ env.SRC_DIR }}
668668
submodules: recursive
@@ -756,7 +756,7 @@ jobs:
756756

757757
steps:
758758
- name: Clone openvino.genai
759-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
759+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
760760
with:
761761
path: ${{ env.SRC_DIR }}
762762
submodules: recursive
@@ -830,7 +830,7 @@ jobs:
830830

831831
steps:
832832
- name: Clone openvino.genai
833-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
833+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
834834
with:
835835
path: ${{ env.SRC_DIR }}
836836
submodules: recursive
@@ -895,7 +895,7 @@ jobs:
895895

896896
steps:
897897
- name: Clone openvino.genai
898-
uses: actions/checkout@v5.0.0
898+
uses: actions/checkout@v5.0.1
899899
with:
900900
path: ${{ env.SRC_DIR }}
901901
submodules: recursive

.github/workflows/mac.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
skip_workflow: "${{ steps.smart_ci.outputs.skip_workflow }}"
3737
steps:
3838
- name: checkout action
39-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4040
timeout-minutes: 15
4141
with:
4242
sparse-checkout: .github
@@ -117,7 +117,7 @@ jobs:
117117

118118
steps:
119119
- name: Clone openvino.genai
120-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
120+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
121121
with:
122122
path: ${{ env.SRC_DIR }}
123123
submodules: recursive
@@ -234,7 +234,7 @@ jobs:
234234

235235
steps:
236236
- name: Clone openvino.genai
237-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
237+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
238238
with:
239239
path: ${{ env.SRC_DIR }}
240240
submodules: recursive
@@ -332,7 +332,7 @@ jobs:
332332

333333
steps:
334334
- name: Clone openvino.genai
335-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
335+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
336336
with:
337337
path: ${{ env.SRC_DIR }}
338338
submodules: recursive
@@ -389,7 +389,7 @@ jobs:
389389

390390
steps:
391391
- name: Clone openvino.genai
392-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
392+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
393393
with:
394394
submodules: recursive
395395
path: ${{ env.SRC_DIR }}
@@ -490,7 +490,7 @@ jobs:
490490
steps:
491491
- name: Clone openvino.genai
492492
if: ${{ matrix.test.run_condition }}
493-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
493+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
494494
with:
495495
path: ${{ env.SRC_DIR }}
496496
submodules: recursive
@@ -564,7 +564,7 @@ jobs:
564564
steps:
565565
- name: Clone openvino.genai
566566
if: ${{ matrix.test.run_condition }}
567-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
567+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
568568
with:
569569
path: ${{ env.SRC_DIR }}
570570
submodules: recursive
@@ -663,7 +663,7 @@ jobs:
663663

664664
steps:
665665
- name: Clone openvino.genai
666-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
666+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
667667
with:
668668
path: ${{ env.SRC_DIR }}
669669
submodules: recursive
@@ -721,7 +721,7 @@ jobs:
721721

722722
steps:
723723
- name: Clone openvino.genai
724-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
724+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
725725
with:
726726
path: ${{ env.SRC_DIR }}
727727
submodules: recursive

.github/workflows/manylinux_2_28.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
skip_workflow: "${{ steps.smart_ci.outputs.skip_workflow }}"
4545
steps:
4646
- name: checkout action
47-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4848
timeout-minutes: 15
4949
with:
5050
sparse-checkout: .github
@@ -96,7 +96,7 @@ jobs:
9696
revision: fcf7c2964cf460ecfcb039f748d1f4028626d58c
9797

9898
- name: Clone docker tag from OpenVINO repo
99-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
99+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
100100
with:
101101
repository: 'openvinotoolkit/openvino'
102102
path: 'openvino'
@@ -139,7 +139,7 @@ jobs:
139139
MANIFEST_PATH: ${{ github.workspace }}/manifest.yml
140140
steps:
141141
- name: Clone openvino.genai
142-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
142+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
143143
with:
144144
path: ${{ env.SRC_DIR }}
145145
submodules: recursive
@@ -255,7 +255,7 @@ jobs:
255255

256256
steps:
257257
- name: Clone openvino.genai
258-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
258+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
259259
with:
260260
path: ${{ env.SRC_DIR }}
261261
submodules: recursive
@@ -333,7 +333,7 @@ jobs:
333333
INSTALL_DIR: ${{ github.workspace }}/openvino.genai/src/js/bin
334334
steps:
335335
- name: Clone openvino.genai
336-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
336+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
337337
with:
338338
path: ${{ env.SRC_DIR }}
339339
submodules: recursive
@@ -508,7 +508,7 @@ jobs:
508508
steps:
509509
- name: Clone openvino.genai
510510
if: ${{ matrix.test.run_condition }}
511-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
511+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
512512
with:
513513
path: ${{ env.SRC_DIR }}
514514
submodules: recursive
@@ -557,7 +557,7 @@ jobs:
557557

558558
steps:
559559
- name: Clone openvino.genai
560-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
560+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
561561
with:
562562
path: ${{ env.SRC_DIR }}
563563
submodules: recursive

.github/workflows/sdl.yml

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

3333
steps:
3434
- name: Clone sources and tests
35-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
35+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3636

3737
- name: Setup Python ${{ env.PYTHON_VERSION }}
3838
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0

.github/workflows/windows.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
skip_workflow: "${{ steps.smart_ci.outputs.skip_workflow }}"
4141
steps:
4242
- name: checkout action
43-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
43+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4444
timeout-minutes: 15
4545
with:
4646
sparse-checkout: .github
@@ -118,7 +118,7 @@ jobs:
118118

119119
steps:
120120
- name: Clone genai
121-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
121+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
122122
with:
123123
submodules: recursive
124124
path: ${{ env.SRC_DIR }}
@@ -302,7 +302,7 @@ jobs:
302302

303303
steps:
304304
- name: Clone openvino.genai
305-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
305+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
306306
with:
307307
submodules: recursive
308308
path: ${{ env.SRC_DIR }}
@@ -500,7 +500,7 @@ jobs:
500500

501501
steps:
502502
- name: Clone openvino.genai
503-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
503+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
504504
with:
505505
path: ${{ env.SRC_DIR }}
506506

@@ -553,7 +553,7 @@ jobs:
553553

554554
steps:
555555
- name: Clone openvino.genai
556-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
556+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
557557
with:
558558
submodules: recursive
559559
path: ${{ env.SRC_DIR }}
@@ -652,7 +652,7 @@ jobs:
652652
steps:
653653
- name: Clone openvino.genai
654654
if: ${{ matrix.test.run_condition }}
655-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
655+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
656656
with:
657657
path: ${{ env.SRC_DIR }}
658658
submodules: recursive
@@ -740,7 +740,7 @@ jobs:
740740
steps:
741741
- name: Clone openvino.genai
742742
if: ${{ matrix.test.run_condition }}
743-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
743+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
744744
with:
745745
path: ${{ env.SRC_DIR }}
746746

@@ -830,7 +830,7 @@ jobs:
830830

831831
steps:
832832
- name: Clone openvino.genai
833-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
833+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
834834
with:
835835
path: ${{ env.SRC_DIR }}
836836

@@ -886,7 +886,7 @@ jobs:
886886

887887
steps:
888888
- name: Clone openvino.genai
889-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
889+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
890890
with:
891891
path: ${{ env.SRC_DIR }}
892892
submodules: recursive

0 commit comments

Comments
 (0)