Skip to content

Update dependency gitlab-ci-utils/gitlab-ci-templates to v44.1.0

This MR contains the following updates:

Package Type Update Change
gitlab-ci-utils/gitlab-ci-templates repository minor 44.0.0 -> 44.1.0

Release Notes

gitlab-ci-utils/gitlab-ci-templates (gitlab-ci-utils/gitlab-ci-templates)

v44.1.0

Compare Source

Changed
  • Added the npm_publish_trusted job to Npm-Publish (and Npm-Package-Base) to use NPM trusted publishing. The npm_publish and npm_publish_trusted jobs are configure via rules to be mutually exclusive, and the npm_publish job continues to be the default. (#​371)
    • To enable trusted publishing, set the variable NPM_PUBLISH_TRUSTED to true and configure the NPM package per the NPM instructions. The NPM_TOKEN variable can also be deleted since trusted publishing authenticates to NPM using GitLab OIDC.
    • The npm_publish_trusted job extends the npm_publish job, so any existing overrides will be applied.
  • Updated the pa11y_ci job to gitlab-pa11y-ci:12.1.0. See the release notes for details.
  • Updated the pagean and lint_pageanrc jobs to pagean@14.4.0. See the release notes for details.
  • Updated the osv_scanner job to osv-scanner:v2.2.1. See the release notes for details.
  • Updated the syft_sbom job to syft:v1.30.0. See the release notes for details.
  • Updated the trivy_fs job to trivy:0.65.0. See the release notes for details.
  • Updated the check_types job to typescript@5.9.2. See the release notes for details.
Fixed
  • Fixed the Node-LTS-Test-Win job rules logic to ensure one of the two jobs always runs. Also refactored Node-LTS-Test-Win to encapsulate common settings in .node_lts_test_win_base template.
  • Updated the semgrep-sast job to gitlab-semgrep-plus:10.2.1. See the release notes for details. Also updated semgrep-sast job to pin image digest as well as tag for specificity, and fixed the Renovate customManager to properly manage the image with digest.
  • Updated the container_build job to kaniko v1.25.1. See the release notes for details.
  • Updated the duplication_* jobs to gitlab-pmd-cpd:2.8.1. See the release notes for details.
  • Updated the lint_go job to golangci-lint:v2.3.1. See the release notes for details.
  • Updated the lint_prose job to vale:3.7.3. See the release notes for details.
  • Updated the socket job to socket@1.0.87. See the release notes for details.
  • Updated the .go template and all Go jobs to golang-1.24.6-alpine3.22 (both Golang and Alpine updates).
  • Updated the .go_test template to go-test:2.8.3. See the release notes for details.
  • Updated the .python template and jobs to python:3.13.6-alpine3.22 (both Python and Alpine updates).
Miscellaneous
  • Updated to Renovate config presets v3.0.0. See the release notes for details.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading