Skip to content

Commit 99658d0

Browse files
build(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#304)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c8f15e commit 99658d0

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@a5ac7e51b41094c92402da3b24376905380afc29
31+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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@a5ac7e51b41094c92402da3b24376905380afc29
89+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
46+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a5ac7e51b41094c92402da3b24376905380afc29
49+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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@a5ac7e51b41094c92402da3b24376905380afc29
84+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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@a5ac7e51b41094c92402da3b24376905380afc29
118+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
157+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
32+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3333
with:
3434
persist-credentials: false
3535

0 commit comments

Comments
 (0)