Skip to content

Commit 3dc3224

Browse files
build(deps): bump actions/checkout from 6.0.0 to 6.0.2 (#245)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a20640 commit 3dc3224

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
node-version: "16.13"
6666

6767
steps:
68-
- uses: actions/checkout@v6.0.0
68+
- uses: actions/checkout@v6.0.2
6969

7070
- name: Install Node.js ${{ matrix.node-version }}
7171
shell: bash -eo pipefail -l {0}

.github/workflows/codeql.yml

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

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v6.0.0
44+
uses: actions/checkout@v6.0.2
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL

.github/workflows/scorecard.yml

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

3434
steps:
3535
- name: "Checkout code"
36-
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.1.2
36+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.2
3737
with:
3838
persist-credentials: false
3939

0 commit comments

Comments
 (0)