Skip to content

Commit b3fa55c

Browse files
chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 (ran-isenberg#766)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8ade135...b4ffde6) --- 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>
1 parent b4f42f5 commit b3fa55c

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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
46+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
37+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3838
- name: Install poetry
3939
run: pipx install poetry
4040
- name: Set up Python
@@ -99,7 +99,7 @@ jobs:
9999
BRANCH_NAME: ${{ github.ref }}
100100
REPO_NAME: ${{ github.repository }}
101101
- name: Check out repository code
102-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
102+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
103103
- name: Install poetry
104104
run: pipx install poetry
105105
- name: Set up Python
@@ -138,7 +138,7 @@ jobs:
138138
if: contains('refs/heads/main', github.ref)
139139
steps:
140140
- name: Check out repository code
141-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
141+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
142142
- name: Set up Python
143143
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
144144
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
34+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
58+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
35+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)