Skip to content

Commit 7bd4092

Browse files
Bump actions/checkout from 3.5.2 to 4.1.7 (#1516)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.2...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 284ff1c commit 7bd4092

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-22.04
5757

5858
steps:
59-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
59+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
6060
- name: Use Node.js 20.x
6161
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
6262
with:

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v2.3.4
32+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.3.4
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL

.github/workflows/verify-code-formatting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
steps:
1212
- name: 'Checkout code'
13-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
13+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1414

1515
- name: 'Verify formatting of all files'
1616
run: ./bin/check-formatting.sh

0 commit comments

Comments
 (0)