Skip to content

Commit 56983c1

Browse files
build(deps): bump actions/checkout from 4.1.4 to 4.1.6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@0ad4b8f...a5ac7e5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c35f8a commit 56983c1

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

.github/workflows/lib-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- dlb-libdlb-demo
4646
builder: [buildah, docker]
4747
steps:
48-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
48+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
4949
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
5050
with:
5151
go-version-file: go.mod

.github/workflows/lib-codeql.yaml

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

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
21+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2222

2323
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
2424
with:

.github/workflows/lib-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
IMAGES: ${{ join(matrix.images, ' ') }}
6868

6969
steps:
70-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
70+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
7171
with:
7272
fetch-depth: 0
7373
- name: Describe test environment

.github/workflows/lib-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
#- crypto-perf
4343
#- opae-nlb-demo
4444
steps:
45-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
45+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
4646
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
4747
with:
4848
go-version-file: go.mod

.github/workflows/lib-scorecard.yaml

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

1818
steps:
19-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
19+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2020
with:
2121
persist-credentials: false
2222

.github/workflows/lib-trivy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-22.04
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
33+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
3434

3535
- name: Run Trivy in config mode for deployments
3636
uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # 0.20.0
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-22.04
5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
52+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
5353

5454
- name: Run Trivy in config mode for dockerfiles
5555
uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # 0.20.0
@@ -64,7 +64,7 @@ jobs:
6464
name: Scan licenses
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
67+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
6868

6969
- name: Run Trivy in fs mode
7070
uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # 0.20.0
@@ -83,7 +83,7 @@ jobs:
8383
name: Scan vulnerabilities
8484
steps:
8585
- name: Checkout
86-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
86+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
8787

8888
- name: Run Trivy in fs mode
8989
continue-on-error: true

.github/workflows/lib-validate.yaml

Lines changed: 4 additions & 4 deletions
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
17+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1818
with:
1919
fetch-depth: 0
2020
- name: Set up doc directory
@@ -35,7 +35,7 @@ jobs:
3535
name: lint
3636
runs-on: ubuntu-22.04
3737
steps:
38-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
38+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
3939
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
4040
with:
4141
go-version-file: go.mod
@@ -50,7 +50,7 @@ jobs:
5050
name: Build and check device plugins
5151
runs-on: ubuntu-22.04
5252
steps:
53-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
53+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
5454
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
5555
with:
5656
go-version-file: go.mod
@@ -75,7 +75,7 @@ jobs:
7575
- 1.29.x
7676
- 1.30.x
7777
steps:
78-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
78+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
7979
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
8080
with:
8181
go-version-file: go.mod

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
26+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
47+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
4848
with:
4949
fetch-depth: 0
5050
ref: release-0.28
@@ -55,7 +55,7 @@ jobs:
5555
rm -rf _work/venv
5656
make vhtml
5757
mv _build/html $HOME/output/0.28
58-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
58+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
5959
with:
6060
fetch-depth: 0
6161
ref: release-0.29
@@ -66,7 +66,7 @@ jobs:
6666
rm -rf _work/venv
6767
make vhtml
6868
mv _build/html $HOME/output/0.29
69-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
69+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
7070
with:
7171
fetch-depth: 0
7272
ref: release-0.30

0 commit comments

Comments
 (0)