Skip to content

Commit 1b4f517

Browse files
dependabot[bot]skitt
authored andcommitted
Bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action), [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) and [peter-evans/create-issue-from-file](https://github.com/peter-evans/create-issue-from-file). Updates `actions/checkout` from 4.1.7 to 4.2.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) Updates `github/codeql-action` from 3.26.6 to 3.26.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@4dd1613...e2b3eaf) Updates `peter-evans/create-pull-request` from 6.1.0 to 7.0.5 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@c5a7806...5e91468) Updates `peter-evans/create-issue-from-file` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/peter-evans/create-issue-from-file/releases) - [Commits](peter-evans/create-issue-from-file@24452a7...e8ef132) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/create-issue-from-file dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f1942f9 commit 1b4f517

11 files changed

+29
-29
lines changed

.github/workflows/codeowners.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out the repository
18-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
18+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1919
- name: Delete current CODEOWNERS file
2020
run: rm CODEOWNERS
2121
- name: Run gen-codeowners to rebuild CODEOWNERS file

.github/workflows/e2e.yml

+3-3
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@692973e3d937129bcbf40652eb9f2f61becf3332
16+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1717

1818
- name: Build the images if necessary
1919
uses: submariner-io/shipyard/gh-actions/[email protected]
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Check out the repository
29-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
29+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
3030

3131
- name: Run E2E deployment and tests
3232
uses: submariner-io/shipyard/gh-actions/[email protected]
@@ -57,7 +57,7 @@ jobs:
5757
- extra-toggles: external-net, globalnet
5858
steps:
5959
- name: Check out the repository
60-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
60+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
6161

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

.github/workflows/flake_finder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- extra-toggles: external-net
2727
steps:
2828
- name: Check out the repository
29-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
29+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
3030

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

.github/workflows/linting.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Check out the repository
41-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
41+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
4242
- name: Run codegen
4343
run: make codegen
4444
- name: Ignore go.sum changes
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Check out the repository
54-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
54+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
5555
- name: Recreate Protobuf files
5656
run: find pkg -name '*.pb.go' -delete -exec make {} \;
5757
- name: Ignore go.sum changes
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: Check out the repository
67-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
67+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
6868
with:
6969
fetch-depth: 0
7070
- name: Run gitlint
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Check out the repository
78-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
78+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
7979
- name: Run golangci-lint
8080
run: make golangci-lint
8181

@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-latest
8585
steps:
8686
- name: Check out the repository
87-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
87+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
8888

8989
- name: Check the licenses
9090
run: make licensecheck
@@ -94,7 +94,7 @@ jobs:
9494
runs-on: ubuntu-latest
9595
steps:
9696
- name: Check out the repository
97-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
97+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
9898

9999
- name: Run markdown-link-check
100100
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ubuntu-latest
109109
steps:
110110
- name: Check out the repository
111-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
111+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
112112
- name: Run markdownlint
113113
run: make markdownlint
114114

@@ -117,7 +117,7 @@ jobs:
117117
runs-on: ubuntu-latest
118118
steps:
119119
- name: Check out the repository
120-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
120+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
121121
- name: Run packagedoc-lint
122122
run: make packagedoc-lint
123123

@@ -126,7 +126,7 @@ jobs:
126126
runs-on: ubuntu-latest
127127
steps:
128128
- name: Check out the repository
129-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
129+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
130130
- name: Run shellcheck
131131
run: make shellcheck
132132

@@ -135,7 +135,7 @@ jobs:
135135
runs-on: ubuntu-latest
136136
steps:
137137
- name: Check out the repository
138-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
138+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
139139
- name: Run Anchore vulnerability scanner
140140
uses: anchore/scan-action@64a33b277ea7a1215a3c142735a1091341939ff5
141141
id: scan
@@ -148,7 +148,7 @@ jobs:
148148
run: cat ${{ steps.scan.outputs.sarif }}
149149
- name: Upload Anchore scan SARIF report
150150
if: always()
151-
uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93
151+
uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13
152152
with:
153153
sarif_file: ${{ steps.scan.outputs.sarif }}
154154

@@ -157,6 +157,6 @@ jobs:
157157
runs-on: ubuntu-latest
158158
steps:
159159
- name: Check out the repository
160-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
160+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
161161
- name: Run yamllint
162162
run: make yamllint

.github/workflows/multiarch.yml

+1-1
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@692973e3d937129bcbf40652eb9f2f61becf3332
15+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1616
- name: Set up QEMU (to support building on non-native architectures)
1717
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
1818
- name: Build the multi-arch images

.github/workflows/periodic.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write
1818
steps:
1919
- name: Check out the repository
20-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
20+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2121

2222
- name: Update internal submariner-io/* dependencies to latest
2323
run: |
@@ -26,7 +26,7 @@ jobs:
2626
done
2727
2828
- name: Create Pull Request
29-
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c
29+
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
3030
with:
3131
title: Update submariner-io/* dependencies to latest
3232
body: |
@@ -51,7 +51,7 @@ jobs:
5151
issues: write
5252
steps:
5353
- name: Check out the repository
54-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
54+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
5555

5656
- name: Run markdown-link-check
5757
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Raise an Issue to report broken links
6262
if: ${{ failure() }}
63-
uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94
63+
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd
6464
with:
6565
title: Broken link detected by periodic linting
6666
content-filepath: .github/ISSUE_TEMPLATE/broken-link.md

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out the repository
19-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
19+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/report.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out the repository
19-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
19+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2020
with:
2121
fetch-depth: 0
2222

@@ -37,7 +37,7 @@ jobs:
3737
security-events: write
3838
steps:
3939
- name: Check out the repository
40-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
40+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
4141
- name: Run Anchore vulnerability scanner
4242
uses: anchore/scan-action@64a33b277ea7a1215a3c142735a1091341939ff5
4343
id: scan
@@ -47,6 +47,6 @@ jobs:
4747
- name: Show Anchore scan SARIF report
4848
run: cat ${{ steps.scan.outputs.sarif }}
4949
- name: Upload Anchore scan SARIF report
50-
uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93
50+
uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13
5151
with:
5252
sarif_file: ${{ steps.scan.outputs.sarif }}

.github/workflows/twitter-together.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: github.event_name == 'push'
2626
steps:
2727
- name: Check out the repository
28-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
28+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2929

3030
- name: Tweet
3131
uses: gr2m/twitter-together@5c4c327d1ad1ed8e1759e78a697b1cc93c1da692

.github/workflows/unit.yml

+1-1
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@692973e3d937129bcbf40652eb9f2f61becf3332
15+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1616

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

.github/workflows/upgrade-e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
steps:
1818
- name: Check out the repository
19-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
19+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2020

2121
- name: Install an old cluster, upgrade it and check it
2222
uses: submariner-io/shipyard/gh-actions/[email protected]

0 commit comments

Comments
 (0)