Skip to content

Commit 266f9db

Browse files
chore(deps): bump the all group with 5 updates (#2383)
Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/setup-go](https://github.com/actions/setup-go) | `6.0.0` | `6.1.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.17` | `4.31.9` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.11.1` | `3.12.0` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.8.0` | `5.10.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5.0.0` | `6.0.0` | Updates `actions/setup-go` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4469467...4dc6199) Updates `github/codeql-action` from 3.28.17 to 4.31.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.28.17...5d4e8d1) Updates `docker/setup-buildx-action` from 3.11.1 to 3.12.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@e468171...8d2750c) Updates `docker/metadata-action` from 5.8.0 to 5.10.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@c1e5197...c299e40) Updates `actions/upload-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github/codeql-action dependency-version: 4.31.9 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: docker/setup-buildx-action dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: docker/metadata-action dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba46dd3 commit 266f9db

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Check out code into the Go module directory
1717
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
1818
- name: Set up Go 1.x
19-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
19+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
2020
with:
2121
go-version-file: go.mod
2222
- name: build

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
4646

4747
- name: Set up Go 1.x
48-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
48+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
4949
with:
5050
go-version-file: go.mod
5151

5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b
54+
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7
5555
with:
5656
languages: ${{ matrix.language }}
5757
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -62,7 +62,7 @@ jobs:
6262
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6363
# If this step fails, then you should remove it and run the build manually (see below)
6464
- name: Autobuild
65-
uses: github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b
65+
uses: github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7
6666

6767
# ℹ️ Command-line programs to run using the OS shell.
6868
# 📚 https://git.io/JvXDl
@@ -76,4 +76,4 @@ jobs:
7676
# make release
7777

7878
- name: Perform CodeQL Analysis
79-
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b
79+
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ jobs:
3030
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130
3131

3232
- name: Set up Docker Buildx
33-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
33+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
3434

3535
- name: vuls/vuls image meta
3636
id: oss-meta
37-
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f
37+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
3838
with:
3939
images: vuls/vuls
4040
tags: |
4141
type=ref,event=tag
4242
4343
- name: vuls/fvuls image meta
4444
id: fvuls-meta
45-
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f
45+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
4646
with:
4747
images: vuls/fvuls
4848
tags: |

.github/workflows/golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Check out code into the Go module directory
1717
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
1818
- name: Set up Go 1.x
19-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
19+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
2020
with:
2121
go-version-file: go.mod
2222
- name: golangci-lint

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Unshallow
3131
run: git fetch --prune --unshallow
3232
- name: Set up Go
33-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
33+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
3434
with:
3535
go-version-file: go.mod
3636
- name: Run GoReleaser

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565
# format to the repository Actions tab.
6666
- name: "Upload artifact"
67-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
67+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6868
with:
6969
name: SARIF file
7070
path: results.sarif
@@ -73,6 +73,6 @@ jobs:
7373
# Upload the results to GitHub's code scanning dashboard (optional).
7474
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7575
- name: "Upload to code-scanning"
76-
uses: github/codeql-action/upload-sarif@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
76+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
7777
with:
7878
sarif_file: results.sarif

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Check out code into the Go module directory
1313
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
1414
- name: Set up Go 1.x
15-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
15+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
1616
with:
1717
go-version-file: go.mod
1818
- name: Test

0 commit comments

Comments
 (0)