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
Changed
- Added the
npm_publish_trusted
job toNpm-Publish
(andNpm-Package-Base
) to use NPM trusted publishing. Thenpm_publish
andnpm_publish_trusted
jobs are configure viarules
to be mutually exclusive, and thenpm_publish
job continues to be the default. (#371)- To enable trusted publishing, set the variable
NPM_PUBLISH_TRUSTED
totrue
and configure the NPM package per the NPM instructions. TheNPM_TOKEN
variable can also be deleted since trusted publishing authenticates to NPM using GitLab OIDC. - The
npm_publish_trusted
jobextends
thenpm_publish
job, so any existing overrides will be applied.
- To enable trusted publishing, set the variable
- Updated the
pa11y_ci
job togitlab-pa11y-ci:12.1.0
. See the release notes for details. - Updated the
pagean
andlint_pageanrc
jobs topagean@14.4.0
. See the release notes for details. - Updated the
osv_scanner
job toosv-scanner:v2.2.1
. See the release notes for details. - Updated the
syft_sbom
job tosyft:v1.30.0
. See the release notes for details. - Updated the
trivy_fs
job totrivy:0.65.0
. See the release notes for details. - Updated the
check_types
job totypescript@5.9.2
. See the release notes for details.
Fixed
- Fixed the
Node-LTS-Test-Win
jobrules
logic to ensure one of the two jobs always runs. Also refactoredNode-LTS-Test-Win
to encapsulate common settings in.node_lts_test_win_base
template. - Updated the
semgrep-sast
job togitlab-semgrep-plus:10.2.1
. See the release notes for details. Also updatedsemgrep-sast
job to pin image digest as well as tag for specificity, and fixed the RenovatecustomManager
to properly manage the image with digest. - Updated the
container_build
job tokaniko
v1.25.1. See the release notes for details. - Updated the
duplication_*
jobs togitlab-pmd-cpd:2.8.1
. See the release notes for details. - Updated the
lint_go
job togolangci-lint:v2.3.1
. See the release notes for details. - Updated the
lint_prose
job tovale:3.7.3
. See the release notes for details. - Updated the
socket
job tosocket@1.0.87
. See the release notes for details. - Updated the
.go
template and all Go jobs togolang-1.24.6-alpine3.22
(both Golang and Alpine updates). - Updated the
.go_test
template togo-test:2.8.3
. See the release notes for details. - Updated the
.python
template and jobs topython: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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.