Skip to content

Commit 9ddc5fa

Browse files
renovate[bot]frbuceta
authored andcommitted
chore: update actions/checkout action to v3.5.2
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent 54b8559 commit 9ddc5fa

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/codeql-analysis.yml

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

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
24+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
2525

2626
- name: Initialize CodeQL
2727
uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
runs-on: ${{ matrix.os }}
3131
steps:
32-
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
32+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3333
with:
3434
fetch-depth: 0
3535
- name: Use Node.js ${{ matrix.node-version }}
@@ -79,7 +79,7 @@ jobs:
7979
name: Test Benchmark
8080
runs-on: ubuntu-latest
8181
steps:
82-
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
82+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
8383
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
8484
with:
8585
node-version: 18 # LTS
@@ -96,7 +96,7 @@ jobs:
9696
name: Code Lint
9797
runs-on: ubuntu-latest
9898
steps:
99-
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
99+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
100100
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
101101
with:
102102
node-version: 18 # LTS
@@ -120,7 +120,7 @@ jobs:
120120
runs-on: ubuntu-latest
121121
if: ${{ github.event.pull_request }}
122122
steps:
123-
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
123+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
124124
with:
125125
fetch-depth: 0
126126
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
@@ -137,7 +137,7 @@ jobs:
137137
name: Verify Docs
138138
runs-on: ubuntu-latest
139139
steps:
140-
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
140+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
141141
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
142142
with:
143143
node-version: 18 # LTS

.github/workflows/renovate-config-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Main
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
18+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
1919
with:
2020
fetch-depth: 0
2121
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0

0 commit comments

Comments
 (0)