File tree Expand file tree Collapse file tree 5 files changed +16
-23
lines changed
Expand file tree Collapse file tree 5 files changed +16
-23
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2- _commit : v2.10.3
2+ _commit : v2.10.6
33_src_path : https://github.com/dafyddj/copier-ssf-ci
44failure_permitted_ignored : []
55failure_permitted_patterns : []
@@ -20,3 +20,4 @@ supported_oses:
2020- Rocky Linux
2121- Ubuntu
2222test_using_gha : false
23+ using_probot_settings : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ 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.24 @sha256:b206cbb9bf1506dec0e1b2a70c7e8d69850af75255a9d5d93d52dae54f636d3a
28+ container : techneg/ci-pre-commit:v2.5.28 @sha256:fb14ff152879618c500efa8eac55a6937b34f10e3b86e6d4869b7eb532618c09
2929 runs-on : ubuntu-latest
3030 timeout-minutes : 10
3131 steps :
3232 - run : | # Needed because of bug #2031 in `actions/checkout`
3333 git config --global --add safe.directory "$GITHUB_WORKSPACE"
34- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
34+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535 with :
3636 fetch-depth : 0
3737 fetch-tags : true
@@ -61,13 +61,13 @@ jobs:
6161 issues : write
6262 pull-requests : write
6363 checks : read
64- container : techneg/ci-semantic-release:v1.2.22 @sha256:091cbee13d24025ba940398995814c807d253933ce20a3b07563cc0d27bba147
64+ container : techneg/ci-semantic-release:v1.2.26 @sha256:e736e32f69db7c51205c06fd5538731fddfa9c6339d0571e7ec8ce9250b8f962
6565 runs-on : ubuntu-latest
6666 timeout-minutes : 15
6767 steps :
6868 - run : | # Needed due to bug actions/checkout#2031
6969 git config --global --add safe.directory "$GITHUB_WORKSPACE"
70- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
70+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7171 # yamllint disable-line rule:line-length
7272 - uses : poseidon/wait-for-status-checks@899c768d191b56eef585c18f8558da19e1f3e707 # v0.6.0
7373 with :
Original file line number Diff line number Diff line change 1515 stage_test : &stage_test 'test'
1616 # `image`
1717 # yamllint disable rule:line-length
18- image_commitlint : &image_commitlint 'techneg/ci-commitlint:v1.1.121 @sha256:cc78c38059137aee4b93e6b577391cc9f36d306689279b0fd903c1bbbd331a20 '
19- image_dindruby : &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.91 @sha256:d3664d2db1ca266e1f3ded4ffe8afb3fe1b7690f08d28e6cd941ead157cf37a5 '
20- image_dindrubybionic : &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.91 @sha256:d3664d2db1ca266e1f3ded4ffe8afb3fe1b7690f08d28e6cd941ead157cf37a5 '
21- image_precommit : &image_precommit 'techneg/ci-pre-commit:v2.5.24 @sha256:b206cbb9bf1506dec0e1b2a70c7e8d69850af75255a9d5d93d52dae54f636d3a '
18+ image_commitlint : &image_commitlint 'techneg/ci-commitlint:v1.1.125 @sha256:95edb563e9b61ea9038ace01554278cbb3b8c9932055ab78b0855fd3d3ed3693 '
19+ image_dindruby : &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.95 @sha256:fdb4de0e087516903839f93827ff5dc7a72fcc39523c0bd6e312309311faf95b '
20+ image_dindrubybionic : &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.95 @sha256:fdb4de0e087516903839f93827ff5dc7a72fcc39523c0bd6e312309311faf95b '
21+ image_precommit : &image_precommit 'techneg/ci-pre-commit:v2.5.28 @sha256:fb14ff152879618c500efa8eac55a6937b34f10e3b86e6d4869b7eb532618c09 '
2222 image_rubocop : &image_rubocop 'pipelinecomponents/rubocop:latest@sha256:74850471782195453cdf91f4a5edf62b6fcc3365c124d4d975c7e87a702040d7'
23- image_semantic-release : &image_semanticrelease 'techneg/ci-semantic-release:v1.2.22 @sha256:091cbee13d24025ba940398995814c807d253933ce20a3b07563cc0d27bba147 '
23+ image_semantic-release : &image_semanticrelease 'techneg/ci-semantic-release:v1.2.26 @sha256:e736e32f69db7c51205c06fd5538731fddfa9c6339d0571e7ec8ce9250b8f962 '
2424 # `services`
2525 services_docker_dind : &services_docker_dind
26- - ' docker:29.1.3 -dind@sha256:173f284a4299164772a90f52b373e73e087583c0963f1334c9995f190ef6f3f5 '
26+ - ' docker:29.2.1 -dind@sha256:8bcbad4b45f0bff9d3e809d85a7ac589390f0be8acbc526850c998c35c1243fd '
2727 # yamllint enable rule:line-length
2828 # `variables`
2929 # https://forum.gitlab.com/t/gitlab-com-ci-caching-rubygems/5627/3
Original file line number Diff line number Diff line change 3030 - id : commitlint
3131 - id : commitlint-ci
3232 - repo : https://github.com/rubocop-hq/rubocop
33- rev : v1.82 .1
33+ rev : v1.84 .1
3434 hooks :
3535 - id : rubocop
3636 name : Check Ruby files with rubocop
4343 files : ^.*\.(sh|bash|ksh)$
4444 types : []
4545 - repo : https://github.com/adrienverge/yamllint
46- rev : v1.37.1
46+ rev : v1.38.0
4747 hooks :
4848 - id : yamllint
4949 name : Check YAML syntax with yamllint
@@ -100,12 +100,12 @@ repos:
100100 )$
101101 additional_dependencies : [pygments==2.16.1]
102102 - repo : https://github.com/renovatebot/pre-commit-hooks
103- rev : 42.71.2
103+ rev : 42.95.1
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.36.0
108+ rev : 0.36.1
109109 hooks :
110110 - id : check-github-workflows
111111 name : Check GitHub workflows with check-jsonschema
You can’t perform that action at this time.
0 commit comments