Skip to content

Commit 872ba83

Browse files
Bump actions/checkout from 4.1.5 to 4.1.6 (#821)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@44c2b7a...a5ac7e5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5303118 commit 872ba83

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-22.04
1313

1414
steps:
15-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
15+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
1616
- name: Use Node.js LTS (18.x)
1717
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
1818
with:
@@ -32,7 +32,7 @@ jobs:
3232
node-version: [18.x]
3333

3434
steps:
35-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
35+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3636
- name: Use Node.js ${{ matrix.node-version }}
3737
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
3838
with:

.github/workflows/codeql.yml

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

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
32+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3333

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

.github/workflows/pr.ci.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout PR
14-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
14+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
1515

1616
- name: Use Node.js LTS (18.x)
1717
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout PR
36-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
36+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3737

3838
- name: Use Node.js ${{ matrix.node-version }}
3939
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8

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

Lines changed: 1 addition & 1 deletion
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
13+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
1414

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

0 commit comments

Comments
 (0)