Skip to content

Commit b9b1a61

Browse files
Bump actions/checkout from 4.1.3 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1d96c77...0ad4b8f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a693c5f commit b9b1a61

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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
15+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
35+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
32+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
14+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
36+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
13+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
1414

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

0 commit comments

Comments
 (0)