Skip to content

Commit a064e95

Browse files
build(deps): bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/setup-go](https://github.com/actions/setup-go) | `4` | `5` | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [helm/kind-action](https://github.com/helm/kind-action) | `1.5.0` | `1.10.0` | | [actions/cache](https://github.com/actions/cache) | `3` | `4` | | [github/codeql-action](https://github.com/github/codeql-action) | `2` | `3` | Updates `actions/setup-go` from 4 to 5 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...v5) Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `helm/kind-action` from 1.5.0 to 1.10.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.5.0...v1.10.0) Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) Updates `github/codeql-action` from 2 to 3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c8ff4d commit a064e95

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717

1818
steps:
1919
- name: Set up Go
20-
uses: actions/setup-go@v4
20+
uses: actions/setup-go@v5
2121
with:
2222
go-version: ${{ matrix.go }}
2323

2424
- name: Checkout code
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
- name: Test
2828
run: make test
@@ -40,12 +40,12 @@ jobs:
4040

4141
steps:
4242
- name: Set up Go
43-
uses: actions/setup-go@v4
43+
uses: actions/setup-go@v5
4444
with:
4545
go-version: '1.20'
4646

4747
- name: Checkout code
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@v4
4949

5050
# See https://github.com/kubernetes-sigs/kind/releases/tag/v0.17.0
5151
- name: Determine KinD node image version
@@ -73,7 +73,7 @@ jobs:
7373
echo "image=$NODE_IMAGE" >> $GITHUB_OUTPUT
7474
7575
- name: Create KinD cluster
76-
uses: helm/kind-action@v1.5.0
76+
uses: helm/kind-action@v1.10.0
7777
with:
7878
version: v0.17.0
7979
node_image: ${{ steps.node_image.outputs.image }}
@@ -87,12 +87,12 @@ jobs:
8787

8888
steps:
8989
- name: Set up Go
90-
uses: actions/setup-go@v4
90+
uses: actions/setup-go@v5
9191
with:
9292
go-version: '1.20'
9393

9494
- name: Checkout code
95-
uses: actions/checkout@v3
95+
uses: actions/checkout@v4
9696

9797
- name: Lint
9898
run: make lint
@@ -105,15 +105,15 @@ jobs:
105105

106106
steps:
107107
- name: Set up Go
108-
uses: actions/setup-go@v4
108+
uses: actions/setup-go@v5
109109
with:
110110
go-version: '1.20'
111111

112112
- name: Checkout code
113-
uses: actions/checkout@v3
113+
uses: actions/checkout@v4
114114

115115
- name: Cache licenses
116-
uses: actions/cache@v3
116+
uses: actions/cache@v4
117117
with:
118118
key: licensei-v2-${{ hashFiles('go.sum') }}
119119
path: |

.github/workflows/codeql.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@v2
47+
uses: github/codeql-action/init@v3
4848
with:
4949
languages: ${{ matrix.language }}
5050
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -58,7 +58,7 @@ jobs:
5858
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5959
# If this step fails, then you should remove it and run the build manually (see below)
6060
- name: Autobuild
61-
uses: github/codeql-action/autobuild@v2
61+
uses: github/codeql-action/autobuild@v3
6262

6363
# ℹ️ Command-line programs to run using the OS shell.
6464
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -71,6 +71,6 @@ jobs:
7171
# ./location_of_script_within_repo/buildscript.sh
7272

7373
- name: Perform CodeQL Analysis
74-
uses: github/codeql-action/analyze@v2
74+
uses: github/codeql-action/analyze@v3
7575
with:
7676
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)