Skip to content

Commit 5bdc2a6

Browse files
authored
Merge pull request #107 from l3af-project/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 2.7.0 to 4.2.2
2 parents 9585580 + f1f644e commit 5bdc2a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-build-ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
rm -rf bpftool
7676
7777
- name: Clone kernel function repository
78-
uses: actions/checkout@v4
78+
uses: actions/checkout@v4.2.2
7979
with:
8080
path: linux/${{ env.BPF_PATH }}/${{ env.REPO }}/
8181

.github/workflows/ci-build-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
BUILD_PLATFORM: x64
1717

1818
steps:
19-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5
19+
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
2020
with:
2121
submodules: "recursive"
2222

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v4.2.2
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL
@@ -113,7 +113,7 @@ jobs:
113113
rm -rf bpftool
114114
115115
- name: Clone kernel function repository
116-
uses: actions/checkout@v4
116+
uses: actions/checkout@v4.2.2
117117
with:
118118
path: linux/${{ env.BPF_PATH }}/${{ env.REPO }}/
119119

0 commit comments

Comments
 (0)