Skip to content

Commit 1e4b7d5

Browse files
Bump actions/checkout from 3.1.0 to 4.1.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v3.1.0...v4.1.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f99e8e1 commit 1e4b7d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/email-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.repository == 'llvm/llvm-project'
1717
steps:
1818
- name: Fetch LLVM sources
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v4.1.5
2020
with:
2121
ref: ${{ github.event.pull_request.head.sha }}
2222

.github/workflows/pr-code-format.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: (github.repository == 'llvm/llvm-project' || github.repository == 'intel/llvm') && !contains(github.event.pull_request.labels.*.name, 'disable-lint')
1414
steps:
1515
- name: Fetch LLVM sources
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v4.1.5
1717
with:
1818
ref: ${{ github.event.pull_request.head.sha }}
1919

@@ -35,7 +35,7 @@ jobs:
3535
# PR for security reasons as we're using pull_request_target. Checkout
3636
# the target branch with the necessary files.
3737
- name: Fetch code formatting utils
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v4.1.5
3939
with:
4040
sparse-checkout: |
4141
llvm/utils/git/requirements_formatting.txt

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: "Checkout code"
36-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
36+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
3737
with:
3838
persist-credentials: false
3939

0 commit comments

Comments
 (0)