Skip to content

Commit 758f4e7

Browse files
authored
Merge pull request #1857 from intel/dependabot/github_actions/actions/checkout-4.2.0
build(deps): bump actions/checkout from 4.1.7 to 4.2.0
2 parents 7c365e8 + 5644e17 commit 758f4e7

8 files changed

+17
-17
lines changed

.github/workflows/lib-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- dlb-libdlb-demo
4747
builder: [buildah, docker]
4848
steps:
49-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
49+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
5050
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
5151
with:
5252
go-version-file: go.mod

.github/workflows/lib-codeql.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
21+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
2222
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
2323
with:
2424
go-version-file: go.mod

.github/workflows/lib-e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
IMAGES: ${{ join(matrix.images, ' ') }}
6969

7070
steps:
71-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
71+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
7272
with:
7373
fetch-depth: 0
7474
- name: Describe test environment

.github/workflows/lib-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- crypto-perf
6868
- opae-nlb-demo
6969
steps:
70-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
70+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
7171
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
7272
with:
7373
go-version-file: go.mod

.github/workflows/lib-scorecard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717

1818
steps:
19-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
19+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
2020
with:
2121
persist-credentials: false
2222
- name: "Analyze project"

.github/workflows/lib-trivy.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-24.04
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
33+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
3434
- name: Run Trivy in config mode for deployments
3535
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
3636
with:
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-24.04
4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
51+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
5252
- name: Run Trivy in config mode for dockerfiles
5353
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
5454
with:
@@ -62,7 +62,7 @@ jobs:
6262
name: Scan licenses
6363
steps:
6464
- name: Checkout
65-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
65+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
6666
- name: Run Trivy in fs mode
6767
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
6868
with:
@@ -79,7 +79,7 @@ jobs:
7979
name: Scan vulnerabilities
8080
steps:
8181
- name: Checkout
82-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
82+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
8383
- name: Run Trivy in fs mode
8484
continue-on-error: true
8585
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0

.github/workflows/lib-validate.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
sudo apt-get update
1616
sudo apt-get install -y python3-venv
17-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
1818
with:
1919
fetch-depth: 0
2020
- name: Set up doc directory
@@ -34,7 +34,7 @@ jobs:
3434
name: lint
3535
runs-on: ubuntu-24.04
3636
steps:
37-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
37+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
3838
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
3939
with:
4040
go-version-file: go.mod
@@ -52,7 +52,7 @@ jobs:
5252
name: Build and check device plugins
5353
runs-on: ubuntu-24.04
5454
steps:
55-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
55+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
5656
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
5757
with:
5858
go-version-file: go.mod
@@ -81,7 +81,7 @@ jobs:
8181
- 1.30.x
8282
- 1.31.x
8383
steps:
84-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
84+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
8585
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
8686
with:
8787
go-version-file: go.mod

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
sudo apt-get update
2525
sudo apt-get install -y python3-venv git
26-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
26+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
2727
with:
2828
fetch-depth: 0
2929
ref: main
@@ -44,7 +44,7 @@ jobs:
4444
rm -rf _work/venv
4545
make vhtml
4646
mv _build/html/* $HOME/output/
47-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
47+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
4848
with:
4949
fetch-depth: 0
5050
ref: release-0.29
@@ -55,7 +55,7 @@ jobs:
5555
rm -rf _work/venv
5656
make vhtml
5757
mv _build/html $HOME/output/0.29
58-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
58+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
5959
with:
6060
fetch-depth: 0
6161
ref: release-0.30
@@ -66,7 +66,7 @@ jobs:
6666
rm -rf _work/venv
6767
make vhtml
6868
mv _build/html $HOME/output/0.30
69-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
69+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
7070
with:
7171
fetch-depth: 0
7272
ref: release-0.31

0 commit comments

Comments
 (0)