Skip to content

Commit a446e28

Browse files
dependabot[bot]tpantelis
authored andcommitted
Bump actions/checkout from 4.1.0 to 4.1.1
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] <[email protected]>
1 parent 0e5f0e6 commit a446e28

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

.github/workflows/codeowners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check out the repository
16-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
16+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1717
- name: Delete current CODEOWNERS file
1818
run: rm CODEOWNERS
1919
- name: Run gen-codeowners to rebuild CODEOWNERS file

.github/workflows/cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out the repository
17-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
17+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1818

1919
- name: Build all supported binaries
2020
run: make build-cross

.github/workflows/e2e-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
lighthouse: ['', 'lighthouse']
2121
steps:
2222
- name: Check out the repository
23-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
23+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2424

2525
- name: Run E2E deployment and tests
2626
uses: submariner-io/shipyard/gh-actions/[email protected]

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check out the repository
16-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
16+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1717

1818
- name: Run E2E deployment and tests
1919
uses: submariner-io/shipyard/gh-actions/[email protected]

.github/workflows/linting.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Check out the repository
39-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
39+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
4040
with:
4141
fetch-depth: 0
4242
- name: Run gitlint
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Check out the repository
50-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
50+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
5151
- name: Run golangci-lint
5252
run: make golangci-lint
5353

@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- name: Check out the repository
59-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
59+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
6060

6161
- name: Check License Headers
6262
uses: kt3k/license_checker@d12a6d90c58e30fefed09f2c4d03ba57f4c673a8
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- name: Check out the repository
69-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
69+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
7070

7171
- name: Check the licenses
7272
run: make licensecheck
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
steps:
7878
- name: Check out the repository
79-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
79+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
8080

8181
- name: Run markdown-link-check
8282
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-latest
9191
steps:
9292
- name: Check out the repository
93-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
93+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
9494
- name: Run markdownlint
9595
run: make markdownlint
9696

@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-latest
100100
steps:
101101
- name: Check out the repository
102-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
102+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
103103
- name: Run packagedoc-lint
104104
run: make packagedoc-lint
105105

@@ -108,6 +108,6 @@ jobs:
108108
runs-on: ubuntu-latest
109109
steps:
110110
- name: Check out the repository
111-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
111+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
112112
- name: Run yamllint
113113
run: make yamllint

.github/workflows/periodic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out the repository
15-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
15+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1616

1717
- name: Run markdown-link-check
1818
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out the repository
17-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
17+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1818
with:
1919
fetch-depth: 0
2020

.github/workflows/release_subctl_on_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out the repository
15-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
15+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1616
with:
1717
fetch-depth: 0
1818

.github/workflows/subctl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
steps:
1515
- name: Check out the repository
16-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
16+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1717

1818
- name: Check that all subctl commands work
1919
run: make test-subctl

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check out the repository
16-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
16+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1717

1818
- name: Create artifacts directory
1919
run: mkdir artifacts

0 commit comments

Comments
 (0)