Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gitlab-runner/16.8.0-r3: fix GHSA-xw73-rw38-6vjc/GHSA-4v7x-pqxf-cx7m/
  • Loading branch information
octo-sts[bot] committed Apr 20, 2024
commit 41b2f9f9e72c5bc4a178a6b1434023252785bf4b
4 changes: 2 additions & 2 deletions gitlab-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package:
name: gitlab-runner
version: 16.8.0
epoch: 3
epoch: 4
description: GitLab Runner is the open source project that is used to run your CI/CD jobs and send the results back to GitLab
copyright:
- license: MIT
Expand All @@ -25,7 +25,7 @@ pipeline:

- uses: go/bump
with:
deps: golang.org/x/crypto@v0.17.0 google.golang.org/protobuf@v1.33.0
deps: golang.org/x/crypto@v0.17.0 google.golang.org/protobuf@v1.33.0 golang.org/x/net@v0.23.0 github.com/docker/docker@v24.0.9

- uses: go/build
with:
Expand Down