Skip to content

Commit 9a68d7c

Browse files
dependabot[bot]skitt
authored andcommitted
Bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.7` | `4.2.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.26.6` | `3.26.10` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `6.1.0` | `7.0.5` | | [peter-evans/create-issue-from-file](https://github.com/peter-evans/create-issue-from-file) | `5.0.0` | `5.0.1` | | [actions/stale](https://github.com/actions/stale) | `3f3b0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6` | `f69122271d990fd11f5594ccff2296f00ff59b49` | 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) Updates `actions/stale` from 3f3b0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6 to f69122271d990fd11f5594ccff2296f00ff59b49 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@3f3b017...f691222) --- 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 - dependency-name: actions/stale dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7925369 commit 9a68d7c

11 files changed

+35
-35
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]
@@ -64,7 +64,7 @@ jobs:
6464
- k8s_version: '1.26'
6565
steps:
6666
- name: Check out the repository
67-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
67+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
6868

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

.github/workflows/flake_finder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- k8s_version: '1.26'
3030
steps:
3131
- name: Check out the repository
32-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
32+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
3333

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

.github/workflows/linting.yml

+15-15
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,13 +135,13 @@ 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: Initialize CodeQL
140-
uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93
140+
uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13
141141
with:
142142
languages: go
143143
- name: Run CodeQL variant analysis
144-
uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93
144+
uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13
145145
- name: Show CodeQL scan SARIF report
146146
if: always()
147147
run: cat ../results/go.sarif
@@ -151,7 +151,7 @@ jobs:
151151
runs-on: ubuntu-latest
152152
steps:
153153
- name: Check out the repository
154-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
154+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
155155
- name: Run Anchore vulnerability scanner
156156
uses: anchore/scan-action@64a33b277ea7a1215a3c142735a1091341939ff5
157157
id: scan
@@ -164,7 +164,7 @@ jobs:
164164
run: cat ${{ steps.scan.outputs.sarif }}
165165
- name: Upload Anchore scan SARIF report
166166
if: always()
167-
uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93
167+
uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13
168168
with:
169169
sarif_file: ${{ steps.scan.outputs.sarif }}
170170

@@ -173,6 +173,6 @@ jobs:
173173
runs-on: ubuntu-latest
174174
steps:
175175
- name: Check out the repository
176-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
176+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
177177
- name: Run yamllint
178178
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
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out the repository
20-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
20+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/report.yml

+6-6
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

@@ -36,13 +36,13 @@ jobs:
3636
security-events: write
3737
steps:
3838
- name: Check out the repository
39-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
39+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93
41+
uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13
4242
with:
4343
languages: go
4444
- name: Run CodeQL variant analysis
45-
uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93
45+
uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13
4646
- name: Show CodeQL scan SARIF report
4747
if: always()
4848
run: cat ../results/go.sarif
@@ -55,7 +55,7 @@ jobs:
5555
security-events: write
5656
steps:
5757
- name: Check out the repository
58-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
58+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
5959
- name: Run Anchore vulnerability scanner
6060
uses: anchore/scan-action@64a33b277ea7a1215a3c142735a1091341939ff5
6161
id: scan
@@ -65,6 +65,6 @@ jobs:
6565
- name: Show Anchore scan SARIF report
6666
run: cat ${{ steps.scan.outputs.sarif }}
6767
- name: Upload Anchore scan SARIF report
68-
uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93
68+
uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13
6969
with:
7070
sarif_file: ${{ steps.scan.outputs.sarif }}

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
issues: write
1717
pull-requests: write
1818
steps:
19-
- uses: actions/stale@3f3b0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6
19+
- uses: actions/stale@f69122271d990fd11f5594ccff2296f00ff59b49
2020
with:
2121
days-before-issue-stale: 120
2222
days-before-pr-stale: 14

.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)