Skip to content

Commit 9f6329e

Browse files
build(deps): bump actions/checkout from 3.0.0 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eaaf4be commit 9f6329e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

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

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v3.5.3
4141

4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
os: [macos-latest, windows-latest, ubuntu-latest]
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v3.5.3
1212
- name: Upload coverage to Codecov (script)
1313
uses: ./
1414
with:
@@ -40,7 +40,7 @@ jobs:
4040
os: [macos-latest, windows-latest, ubuntu-latest]
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v3.5.3
4444
- name: Install dependencies
4545
run: npm install
4646
- name: Lint

.github/workflows/scorecards-analysis.yml

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

2525
steps:
2626
- name: "Checkout code"
27-
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3.0.0
27+
uses: actions/checkout@v3.5.3 # v3.0.0
2828
with:
2929
persist-credentials: false
3030

0 commit comments

Comments
 (0)