Skip to content

Commit f60b8b3

Browse files
authored
Merge pull request #622 from intel/dependabot/github_actions/actions/checkout-4.2.0
⬆️ Bump actions/checkout from 4.1.7 to 4.2.0
2 parents 7b74053 + eacd021 commit f60b8b3

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/asciidoctor-ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-22.04
3434
steps:
3535
- name: Checkout source
36-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3737
- name: Setup Node.js
3838
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3939
with:

.github/workflows/performance_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
performance_test:
1515
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1818

1919
- name: Install compiler
2020
run: sudo apt update && sudo apt-get install -y clang-14

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release:
1414
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1717
with:
1818
submodules: recursive
1919

.github/workflows/single_header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build_single_header:
2020
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2323

2424
- name: Install build tools
2525
run: |

.github/workflows/unit_tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
stdlib: libc++
118118

119119
steps:
120-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
120+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
121121

122122
- name: Install build tools
123123
run: |
@@ -161,7 +161,7 @@ jobs:
161161
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-22.04
162162
steps:
163163
- name: Checkout target branch
164-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
164+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
165165
with:
166166
ref: ${{github.base_ref}}
167167

@@ -170,7 +170,7 @@ jobs:
170170
id: target_branch
171171

172172
- name: Checkout PR branch
173-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
173+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
174174

175175
- name: Install build tools
176176
run: |
@@ -236,7 +236,7 @@ jobs:
236236
toolchain_root: "/usr"
237237

238238
steps:
239-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
239+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
240240

241241
- name: Install build tools
242242
run: |
@@ -283,7 +283,7 @@ jobs:
283283
valgrind:
284284
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-22.04
285285
steps:
286-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
286+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
287287

288288
- name: Install build tools
289289
run: |

.github/workflows/usage_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
usage_test:
1919
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-22.04
2020
steps:
21-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2222

2323
- name: Install compiler
2424
run: sudo apt update && sudo apt-get install -y clang-${{env.USER_LLVM_VERSION}}

0 commit comments

Comments
 (0)