Skip to content
Snippets Groups Projects
Commit be36d6cc authored by RENOVATE_GITLAB_TOKEN's avatar RENOVATE_GITLAB_TOKEN
Browse files

chore(deps): update common-ci-tasks to v1.38.0

parent 822e15ce
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -24,6 +24,6 @@ include:
# and that ASDF is generally working
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/asdf-tool-versions.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: asdf-tool-versions.yml
```
validate_asdf_tool_versions:
stage: validate
image:
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/renovate:v1.35.0
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/renovate:v1.38.0
entrypoint: [""]
needs: []
variables:
Loading
Loading
Loading
Loading
@@ -25,6 +25,6 @@ include:
# Runs checkov on all terraform module directories
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/checkov.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: checkov.yml
```
Loading
Loading
@@ -13,7 +13,7 @@ include:
# validate .editorconfig
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/editorconfig-check.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: "editorconfig-check.yml"
```
 
Loading
Loading
Loading
Loading
@@ -11,6 +11,6 @@ stages:
include:
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/gitlab-scanners.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: 'gitlab-scanners.yml'
```
Loading
Loading
@@ -19,7 +19,7 @@ include:
# Perform `go mod tidy` and ensure that go.mod and go.sum are tidy.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/go-mod-tidy.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: go-mod-tidy.yml
```
## A note on compatibility
Loading
Loading
Loading
Loading
@@ -20,7 +20,7 @@ include:
# Runs Go unit tests
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/go-unittests.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: go-unittests.yml
```
 
Loading
Loading
Loading
Loading
@@ -13,6 +13,6 @@ include:
# Runs golangci-lint on the project.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/golangci-lint.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: 'golangci-lint.yml'
```
Loading
Loading
@@ -78,6 +78,6 @@ include:
# build binary release artifacts with goreleaser
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/goreleaser.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: goreleaser.yml
```
Loading
Loading
@@ -8,7 +8,7 @@ include:
# Includes a base template for running kaniko easily
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/kaniko.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: 'kaniko.yml'
 
.container_builds:
Loading
Loading
Loading
Loading
@@ -25,7 +25,7 @@ include:
# Upgrades dependencies on a schedule
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/renovate-bot.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: renovate-bot.yml
```
 
Loading
Loading
.base_renovate_bot:
image:
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/renovate:v1.35.0
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/renovate:v1.38.0
entrypoint: [""]
stage: renovate_bot
variables:
Loading
Loading
Loading
Loading
@@ -38,6 +38,6 @@ include:
# Analyze commits to determine whether to cut a release
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/semantic-release.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: 'semantic-release.yml'
```
Loading
Loading
@@ -26,6 +26,6 @@ include:
# standard canonical format
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/shellcheck.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: shellcheck.yml
```
Loading
Loading
@@ -22,6 +22,6 @@ include:
# Ensure that all shell-scripts are formatted according to a
# standard canonical format
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: shfmt.yml
```
Loading
Loading
@@ -26,6 +26,6 @@ include:
# Runs golang standard tests, including tests, goreleaser, golangci-lint and go-mod-tidy
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/golang.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: templates/golang.yml
```
Loading
Loading
@@ -26,6 +26,6 @@ include:
# common to all projects using this template library.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: templates/standard.yml
```
Loading
Loading
@@ -27,6 +27,6 @@ include:
# Runs Terraform validations, including tflint, terraform validate and terraform formatting checks
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/terraform.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: templates/terraform.yml
```
Loading
Loading
@@ -19,6 +19,6 @@ include:
# Ensures that all terraform files are correctly formatted
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/terraform-format.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: terraform-format.yml
```
Loading
Loading
@@ -22,6 +22,6 @@ include:
# Ensures that all terraform files are syntactically valid
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/terraform-validate.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.35.0 # renovate:managed
ref: v1.38.0 # renovate:managed
file: terraform-validate.yml
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment