Skip to content

Commit e5cbac8

Browse files
chore(deps): bump actions/checkout from 3.6.0 to 4.1.0 (#29)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3f8136 commit e5cbac8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4949
- name: Checkout repository
50-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
50+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
5151

5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
2222
with:
2323
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
24-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
24+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
2525
- name: Use Node.js ${{ matrix.node-version }}
2626
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
2727
with:

.github/workflows/scorecard.yml

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

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
35+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)