Skip to content

Commit 930c02a

Browse files
build(deps): bump actions/checkout from 3 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...93ea575) --- 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 9b3bf45 commit 930c02a

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/codeql-analysis.yml

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

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2727
with:
2828
fetch-depth: 0 # patch around Nerdbank.GitVersioning failure
2929

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [ubuntu-18.04, ubuntu-20.04, windows-2019, macos-latest]
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2121
with:
2222
fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.
2323

.github/workflows/lint-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Lint markdown files
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
21+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2222

2323
- uses: DavidAnson/markdownlint-cli2-action@d199b6e1b89360c71e0c21eac02f7965faf07ba6
2424
with:
@@ -28,7 +28,7 @@ jobs:
2828
name: Check for broken links
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
31+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
3232

3333
- name: Run link checker
3434
# For any troubleshooting, see:

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
runtime: [ osx-x64, osx-arm64 ]
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2020
with:
2121
fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.
2222

@@ -80,7 +80,7 @@ jobs:
8080
needs: osx-build
8181
steps:
8282
- name: Check out repository
83-
uses: actions/checkout@v3
83+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
8484

8585
- name: Download payload
8686
uses: actions/download-artifact@v3
@@ -140,7 +140,7 @@ jobs:
140140
needs: osx-payload-sign
141141
steps:
142142
- name: Check out repository
143-
uses: actions/checkout@v3
143+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
144144
with:
145145
fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.
146146

@@ -188,7 +188,7 @@ jobs:
188188
needs: osx-pack
189189
steps:
190190
- name: Check out repository
191-
uses: actions/checkout@v3
191+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
192192

193193
- name: Download unsigned package
194194
uses: actions/download-artifact@v3
@@ -254,7 +254,7 @@ jobs:
254254
name: Build and Sign Windows
255255
runs-on: windows-latest
256256
steps:
257-
- uses: actions/checkout@v3
257+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
258258
with:
259259
fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.
260260

@@ -362,7 +362,7 @@ jobs:
362362
name: Build Linux
363363
runs-on: ubuntu-latest
364364
steps:
365-
- uses: actions/checkout@v3
365+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
366366
with:
367367
fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.
368368

@@ -396,7 +396,7 @@ jobs:
396396
runs-on: windows-latest
397397
needs: linux-build
398398
steps:
399-
- uses: actions/checkout@v3
399+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
400400

401401
- name: Download artifacts
402402
uses: actions/download-artifact@v3
@@ -457,7 +457,7 @@ jobs:
457457
runs-on: ${{ matrix.component.os }}
458458
needs: [ osx-sign, win-sign, linux-sign ]
459459
steps:
460-
- uses: actions/checkout@v3
460+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
461461
with:
462462
fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.
463463

@@ -510,7 +510,7 @@ jobs:
510510
needs: [ validate ]
511511
steps:
512512
- name: Check out repository
513-
uses: actions/checkout@v3
513+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
514514
with:
515515
fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.
516516

.github/workflows/validate-install-from-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- image: alpine
2323
container: ${{matrix.vector.image}}
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2626
with:
2727
fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.
2828
- run: |

0 commit comments

Comments
 (0)