Skip to content

Commit fa7d407

Browse files
build(deps): bump actions/checkout from 4.1.4 to 4.1.5 (#280)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 51a366f commit fa7d407

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
github.com:443
2929
static.rust-lang.org:443
3030
31-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
31+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
3232
with:
3333
fetch-depth: 0
3434

@@ -81,7 +81,7 @@ jobs:
8181
static.rust-lang.org:443
8282
objects.githubusercontent.com:443
8383
84-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
84+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
8585
with:
8686
fetch-depth: 0
8787

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uploads.github.com:443
4444
4545
- name: Checkout repository
46-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
46+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
static.rust-lang.org:443
4747
uploads.github.com:443
4848
49-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
49+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
5050
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
5151
with:
5252
python-version: 3.8
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
egress-policy: audit
8383

84-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
84+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
8585
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
8686
with:
8787
python-version: ${{ matrix.python-version }}
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
117117

118-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
118+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
119119
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
120120
with:
121121
python-version: ${{ matrix.python-version }}
@@ -154,7 +154,7 @@ jobs:
154154
uploads.github.com:443
155155
static.rust-lang.org:443
156156
157-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
157+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
158158
with:
159159
ref: ${{ github.head_ref }}
160160

.github/workflows/scorecards.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 code"
32-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
32+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
3333
with:
3434
persist-credentials: false
3535

0 commit comments

Comments
 (0)