Skip to content

Commit 0bc70f0

Browse files
chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#857)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a5ac7e5...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ran Isenberg <60175085+ran-isenberg@users.noreply.github.com>
1 parent 25e23ac commit 0bc70f0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yml.yml

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

4444
steps:
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/main-serverless-service.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
BRANCH_NAME: ${{ github.ref }}
3535
REPO_NAME: ${{ github.repository }}
3636
- name: Check out repository code
37-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
37+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3838
- name: Install poetry
3939
run: pipx install poetry
4040
- name: Set up Python
@@ -100,7 +100,7 @@ jobs:
100100
BRANCH_NAME: ${{ github.ref }}
101101
REPO_NAME: ${{ github.repository }}
102102
- name: Check out repository code
103-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
103+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
104104
- name: Install poetry
105105
run: pipx install poetry
106106
- name: Set up Python
@@ -139,7 +139,7 @@ jobs:
139139
if: contains('refs/heads/main', github.ref)
140140
steps:
141141
- name: Check out repository code
142-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
142+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
143143
- name: Set up Python
144144
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
145145
with:

.github/workflows/pr-serverless-service.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
BRANCH_NAME: ${{ github.ref }}
3232
REPO_NAME: ${{ github.repository }}
3333
- name: Check out repository code
34-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
34+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3535
- name: Install poetry
3636
run: pipx install poetry
3737
- name: Set up Python
@@ -55,7 +55,7 @@ jobs:
5555
id-token: write # required for requesting the JWT (GitHub OIDC)
5656
steps:
5757
- name: Check out repository code
58-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
58+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5959
- name: Install poetry
6060
run: pipx install poetry
6161
- name: Set up Python

.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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
35+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)