Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • gitlab-com/gl-infra/common-ci-tasks
1 result
Show changes
Commits on Source (4)
# DO NOT MANUALLY EDIT; Run ./scripts/update-asdf-version-variables.sh to update this # DO NOT MANUALLY EDIT; Run ./scripts/update-asdf-version-variables.sh to update this
variables: variables:
GL_ASDF_CHECKOV_VERSION: 3.2.372 GL_ASDF_CHECKOV_VERSION: 3.2.377
GL_ASDF_PRE_COMMIT_VERSION: 4.1.0 GL_ASDF_PRE_COMMIT_VERSION: 4.1.0
GL_ASDF_SHELLCHECK_VERSION: 0.10.0 GL_ASDF_SHELLCHECK_VERSION: 0.10.0
GL_ASDF_SHFMT_VERSION: 3.10.0 GL_ASDF_SHFMT_VERSION: 3.10.0
# DO NOT MANUALLY EDIT; Run ./scripts/update-asdf-version-variables.sh to update this # DO NOT MANUALLY EDIT; Run ./scripts/update-asdf-version-variables.sh to update this
variables: variables:
GL_COMMON_CI_TASKS_DEFAULT_ASDF_CHECKOV_VERSION: 3.2.372 GL_COMMON_CI_TASKS_DEFAULT_ASDF_CHECKOV_VERSION: 3.2.377
GL_COMMON_CI_TASKS_DEFAULT_ASDF_PRE_COMMIT_VERSION: 4.1.0 GL_COMMON_CI_TASKS_DEFAULT_ASDF_PRE_COMMIT_VERSION: 4.1.0
GL_COMMON_CI_TASKS_DEFAULT_ASDF_SHELLCHECK_VERSION: 0.10.0 GL_COMMON_CI_TASKS_DEFAULT_ASDF_SHELLCHECK_VERSION: 0.10.0
GL_COMMON_CI_TASKS_DEFAULT_ASDF_SHFMT_VERSION: 3.10.0 GL_COMMON_CI_TASKS_DEFAULT_ASDF_SHFMT_VERSION: 3.10.0
Loading
@@ -14,7 +14,7 @@ variables:
Loading
@@ -14,7 +14,7 @@ variables:
GL_COMMON_RENOVATE_GIT_VERSION: "2.48.1" # datasource=github-tags depName=git/git GL_COMMON_RENOVATE_GIT_VERSION: "2.48.1" # datasource=github-tags depName=git/git
GL_COMMON_RENOVATE_GOLANG_VERSION: "1.24.0" # datasource=golang-version depName=golang/go GL_COMMON_RENOVATE_GOLANG_VERSION: "1.24.0" # datasource=golang-version depName=golang/go
GL_COMMON_RENOVATE_JB_VERSION: "0.6.0" # datasource=github-releases depName=jsonnet-bundler/jsonnet-bundler GL_COMMON_RENOVATE_JB_VERSION: "0.6.0" # datasource=github-releases depName=jsonnet-bundler/jsonnet-bundler
GL_COMMON_RENOVATE_JSONNET_TOOL_VERSION: "1.17.0" # datasource=gitlab-releases depName=gitlab-com/gl-infra/jsonnet-tool GL_COMMON_RENOVATE_JSONNET_TOOL_VERSION: "1.17.1" # datasource=gitlab-releases depName=gitlab-com/gl-infra/jsonnet-tool
GL_COMMON_RENOVATE_NODEJS_VERSION: "22.14.0" # datasource=node depName=nodejs/node GL_COMMON_RENOVATE_NODEJS_VERSION: "22.14.0" # datasource=node depName=nodejs/node
GL_COMMON_RENOVATE_RUBY_VERSION: "3.4.2" # datasource=ruby-version depName=ruby/ruby GL_COMMON_RENOVATE_RUBY_VERSION: "3.4.2" # datasource=ruby-version depName=ruby/ruby
GL_COMMON_RENOVATE_YARN_VERSION: "1.22.22" # datasource=github-tags depName=yarnpkg/yarn GL_COMMON_RENOVATE_YARN_VERSION: "1.22.22" # datasource=github-tags depName=yarnpkg/yarn
Loading
Loading
# For first-time installation, you'll need to install all plugins: # For first-time installation, you'll need to install all plugins:
# Use the script: ./scripts/install-asdf-plugins.sh # Use the script: ./scripts/install-asdf-plugins.sh
# NOTE: please add new plugins to ./scripts/install-asdf-plugins.sh when adding items here # NOTE: please add new plugins to ./scripts/install-asdf-plugins.sh when adding items here
checkov 3.2.372 checkov 3.2.377
pre-commit 4.1.0 # datasource=github-releases depName=pre-commit/pre-commit pre-commit 4.1.0 # datasource=github-releases depName=pre-commit/pre-commit
python system python system
shellcheck 0.10.0 # datasource=github-releases depName=koalaman/shellcheck shellcheck 0.10.0 # datasource=github-releases depName=koalaman/shellcheck
Loading
Loading