Skip to content

Commit 99317bc

Browse files
build(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#364)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2399080 commit 99317bc

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@d632683dd7b4114ad314bca15554477dd762a938
31+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
3232
with:
3333
fetch-depth: 0
3434

@@ -86,7 +86,7 @@ jobs:
8686
static.rust-lang.org:443
8787
objects.githubusercontent.com:443
8888
89-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
89+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
9090
with:
9191
fetch-depth: 0
9292

.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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
46+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@d632683dd7b4114ad314bca15554477dd762a938
49+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
5050
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
5151
with:
5252
python-version: 3.8
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
egress-policy: audit
8383

84-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
84+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
8585
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
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@d632683dd7b4114ad314bca15554477dd762a938
118+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
119119
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
157+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
32+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3333
with:
3434
persist-credentials: false
3535

0 commit comments

Comments
 (0)