Skip to content

Commit ab3e3fa

Browse files
authored
Merge pull request #38 from saltstack-formulas/renovate/https-github.com-dafyddj-copier-ssf-ci-2.x
chore(copier): update template https://github.com/dafyddj/copier-ssf-ci to v2.10.8
2 parents 7938615 + f59a33e commit ab3e3fa

5 files changed

Lines changed: 31 additions & 26 deletions

File tree

.copier-answers.ssf-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v2.10.7
2+
_commit: v2.10.8
33
_src_path: https://github.com/dafyddj/copier-ssf-ci
44
failure_permitted_ignored: []
55
failure_permitted_patterns: []

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Lint / `pre-commit`
2626
needs: should-run
2727
if: fromJSON(needs.should-run.outputs.should-run)
28-
container: techneg/ci-pre-commit:v2.5.40@sha256:08cbbc8b1b3ad6bfc7056494823b0f96faa50ab467649f8d48e8e6d963f11b41
28+
container: techneg/ci-pre-commit:v2.5.44@sha256:e651cd9efda211fc44bece0073579ed129389fdfaadfe9c70374ef83e224e913
2929
runs-on: ubuntu-latest
3030
timeout-minutes: 10
3131
steps:
@@ -61,7 +61,7 @@ jobs:
6161
issues: write
6262
pull-requests: write
6363
checks: read
64-
container: techneg/ci-semantic-release:v1.2.38@sha256:292fab25c01c3a8bf6f27be8d397be40c4e95ded49d99d9a5ac47c79cc40d981
64+
container: techneg/ci-semantic-release:v1.2.42@sha256:0f29918b74e53c974bea28eef546f35fdadfcdb40ea69a3ef19777f21c1d5c96
6565
runs-on: ubuntu-latest
6666
timeout-minutes: 15
6767
steps:

.gitlab-ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
stage_test: &stage_test 'test'
1616
# `image`
1717
# yamllint disable rule:line-length
18-
image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.137@sha256:65f39c2408d55619ba50b1289c1f9e52d6e76f4d8c899c46a6d520fa56c20da4'
19-
image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.107@sha256:16d1d002162df6679b3ff26c84ddbabfc3ec8f8811ebcda8ef6adaefb9d8e7fa'
20-
image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.107@sha256:16d1d002162df6679b3ff26c84ddbabfc3ec8f8811ebcda8ef6adaefb9d8e7fa'
21-
image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.5.40@sha256:08cbbc8b1b3ad6bfc7056494823b0f96faa50ab467649f8d48e8e6d963f11b41'
22-
image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest@sha256:74850471782195453cdf91f4a5edf62b6fcc3365c124d4d975c7e87a702040d7'
23-
image_semantic-release: &image_semanticrelease 'techneg/ci-semantic-release:v1.2.38@sha256:292fab25c01c3a8bf6f27be8d397be40c4e95ded49d99d9a5ac47c79cc40d981'
18+
image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.141@sha256:864581ca5de1a3847ed73bd3e1d575b8b8869453743153911bbf7ac534f180c5'
19+
image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.111@sha256:5efa97c12cf97dfb516402c49a463f6a9adfbdc96fa82eed3fb4e86a17d418c9'
20+
image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.111@sha256:5efa97c12cf97dfb516402c49a463f6a9adfbdc96fa82eed3fb4e86a17d418c9'
21+
image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.5.44@sha256:e651cd9efda211fc44bece0073579ed129389fdfaadfe9c70374ef83e224e913'
22+
image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest@sha256:a604eaacb2f133777754e37a22b8895fd8d4ee2a4763ba960a057a5daff443a2'
23+
image_semantic-release: &image_semanticrelease 'techneg/ci-semantic-release:v1.2.42@sha256:0f29918b74e53c974bea28eef546f35fdadfcdb40ea69a3ef19777f21c1d5c96'
2424
# `services`
2525
services_docker_dind: &services_docker_dind
26-
- 'docker:29.4.1-dind@sha256:c77e5d7912f9b137cc67051fdc2991d8f5ae22c55ddf532bb836dcb693a04940'
26+
- 'docker:29.5.2-dind@sha256:6b9cd914eb9c6b342c040a49a27a5eb3804453bae6ecc90f7ff96133595a95e8'
2727
# yamllint enable rule:line-length
2828
# `variables`
2929
# https://forum.gitlab.com/t/gitlab-com-ci-caching-rubygems/5627/3

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
- id: commitlint
3131
- id: commitlint-ci
3232
- repo: https://github.com/rubocop-hq/rubocop
33-
rev: v1.86.1
33+
rev: v1.86.2
3434
hooks:
3535
- id: rubocop
3636
name: Check Ruby files with rubocop
@@ -100,12 +100,12 @@ repos:
100100
)$
101101
additional_dependencies: [pygments==2.16.1]
102102
- repo: https://github.com/renovatebot/pre-commit-hooks
103-
rev: 43.141.2
103+
rev: 43.150.0
104104
hooks:
105105
- id: renovate-config-validator
106106
name: Check Renovate config with renovate-config-validator
107107
- repo: https://github.com/python-jsonschema/check-jsonschema
108-
rev: 0.37.1
108+
rev: 0.37.2
109109
hooks:
110110
- id: check-github-workflows
111111
name: Check GitHub workflows with check-jsonschema

Gemfile.lock

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -437,9 +437,15 @@ GEM
437437
google-apis-core (>= 0.11.0, < 2.a)
438438
google-apis-storage_v1 (0.30.0)
439439
google-apis-core (>= 0.11.0, < 2.a)
440-
googleauth (1.8.1)
441-
faraday (>= 0.17.3, < 3.a)
442-
jwt (>= 1.4, < 3.0)
440+
google-cloud-env (2.3.1)
441+
base64 (~> 0.2)
442+
faraday (>= 1.0, < 3.a)
443+
google-logging-utils (0.2.0)
444+
googleauth (1.16.2)
445+
faraday (>= 1.0, < 3.a)
446+
google-cloud-env (~> 2.2)
447+
google-logging-utils (~> 0.1)
448+
jwt (>= 1.4, < 4.0)
443449
multi_json (~> 1.11)
444450
os (>= 0.9, < 2.0)
445451
signet (>= 0.16, < 2.a)
@@ -466,7 +472,7 @@ GEM
466472
reline (>= 0.4.2)
467473
jmespath (1.6.2)
468474
json (2.19.4)
469-
jwt (2.10.2)
475+
jwt (3.2.0)
470476
base64
471477
kitchen-inspec (3.1.0)
472478
hashie (>= 3.4, < 6.0)
@@ -662,8 +668,8 @@ GEM
662668
timeliness (0.3.10)
663669
tomlrb (2.0.4)
664670
trailblazer-option (0.1.2)
665-
train (3.16.3)
666-
activesupport (~> 7.2, >= 7.2.3.1)
671+
train (3.12.0)
672+
activesupport (>= 6.0.3.1)
667673
azure_graph_rbac (~> 0.16)
668674
azure_mgmt_key_vault (~> 0.17)
669675
azure_mgmt_resources (~> 0.15)
@@ -677,11 +683,10 @@ GEM
677683
google-apis-iam_v1 (~> 0.50.0)
678684
google-apis-monitoring_v3 (~> 0.51.0)
679685
google-apis-storage_v1 (~> 0.30.0)
680-
googleauth (>= 0.16.2, < 1.9.0)
686+
googleauth (>= 0.16.2, < 2.a)
681687
inifile (~> 3.0)
682-
ostruct (~> 0.6.0)
683-
train-core (= 3.16.3)
684-
train-winrm (~> 0.4.0)
688+
train-core (= 3.12.0)
689+
train-winrm (~> 0.2)
685690
train-aws (0.2.36)
686691
aws-sdk-account (~> 1.14)
687692
aws-sdk-alexaforbusiness (~> 1.0)
@@ -759,10 +764,10 @@ GEM
759764
aws-sdk-synthetics (~> 1.19.0)
760765
aws-sdk-transfer (>= 1.26, < 1.74)
761766
aws-sdk-waf (~> 1.43.0)
762-
train-core (3.16.3)
767+
train-core (3.12.0)
763768
addressable (~> 2.5)
764-
ffi (>= 1.16.0, < 1.18)
765-
json (>= 2.19.2, < 3.0)
769+
ffi (!= 1.13.0)
770+
json (>= 1.8, < 3.0)
766771
mixlib-shellout (>= 2.0, < 4.0)
767772
net-scp (>= 1.2, < 5.0)
768773
net-ssh (>= 2.9, < 8.0)

0 commit comments

Comments
 (0)