Compare commits

...

26 Commits

Author SHA1 Message Date
julienfastre
82ee0db8de update composer.lock and file (automatic update) 2023-10-24 17:06:57 +00:00
01959d06d4
no-install 2023-10-24 19:06:28 +02:00
6d019adb1d
use with.args 2023-10-24 19:03:11 +02:00
a912f29bd9
use with.args 2023-10-24 18:50:30 +02:00
921b5c39de
debug 2023-10-24 17:15:52 +02:00
cb11a6cddd
debug 2023-10-24 17:12:22 +02:00
65dc5ba549
debug 2023-10-24 17:09:37 +02:00
b4a158a150
debug 2023-10-24 17:06:44 +02:00
3f2e587291
workdir 2023-10-24 17:05:43 +02:00
0429802206
workdir 2023-10-24 17:03:44 +02:00
72348f77dc
workdir 2023-10-24 17:02:22 +02:00
ed156c5bae
workdir 2023-10-24 17:01:36 +02:00
81d64d44a8
workdir 2023-10-24 17:00:53 +02:00
4cc6fbc7ec
workdir 2023-10-24 17:00:10 +02:00
43c1fcfd36
workdir 2023-10-24 16:59:04 +02:00
84dc922364
workdir 2023-10-24 16:57:39 +02:00
927dd6e7db
debug 2023-10-24 16:56:01 +02:00
8e1619bc18
debug 2023-10-24 16:54:07 +02:00
f4cdff06a0
run container using an action 2023-10-24 16:51:20 +02:00
dd30db868c
step by step 2bis 2023-10-24 16:48:15 +02:00
8c0ba841ee
step by step 2 2023-10-24 16:46:54 +02:00
977ab5927c
step by step 2023-10-24 16:46:12 +02:00
7ef8e99c03
full path for uses 2023-10-24 16:43:56 +02:00
0e8396c554
move container image into job 2023-10-24 16:42:27 +02:00
6d7d3e0259
bootstrap gitea actions for auto-commiting composer.lock 2023-10-24 16:27:23 +02:00
4abc2aa3ee
bootstrap gitea actions for auto-commiting composer.lock 2023-10-24 16:23:19 +02:00
3 changed files with 69 additions and 44 deletions

View File

@ -0,0 +1,25 @@
name: Prepare release for chill app
run-name: Update composer.lock and dependencies for preparing a release
on:
push:
branches:
- 'release/**'
jobs:
update-deps:
steps:
- name: check out repository
uses: https://github.com/actions/checkout@v4
- name: run composer update to update composer.lock
uses: docker://gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest
with:
# this is where we set the command to execute
args: composer update --no-install
- name: commit changed files
uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "update composer.lock and file (automatic update)"
commit_user_name: Action Bot
commit_user_email: bot@chill.social

View File

@ -15,7 +15,7 @@
}, },
"require": { "require": {
"ext-redis": "*", "ext-redis": "*",
"chill-project/chill-bundles": "2.9.2", "chill-project/chill-bundles": "2.10.0",
"symfony/flex": "^1.9", "symfony/flex": "^1.9",
"symfony/http-client": "^4.4 || ^5", "symfony/http-client": "^4.4 || ^5",
"nelmio/alice": "^3.8", "nelmio/alice": "^3.8",

86
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "c5148373b6caf3d72559debdb819ec6e", "content-hash": "eae5531ae1b579f0f130590e3360181f",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@ -223,16 +223,16 @@
}, },
{ {
"name": "chill-project/chill-bundles", "name": "chill-project/chill-bundles",
"version": "2.9.2", "version": "2.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@gitlab.com:Chill-Projet/chill-bundles.git", "url": "git@gitlab.com:Chill-Projet/chill-bundles.git",
"reference": "c7bd60a106ed8389e870af9f6e9006c204b072d1" "reference": "4bc1de01d654a588f9728f92b9f3dea5b193306b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=c7bd60a106ed8389e870af9f6e9006c204b072d1", "url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=4bc1de01d654a588f9728f92b9f3dea5b193306b",
"reference": "c7bd60a106ed8389e870af9f6e9006c204b072d1", "reference": "4bc1de01d654a588f9728f92b9f3dea5b193306b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -344,7 +344,7 @@
"chill", "chill",
"social worker" "social worker"
], ],
"time": "2023-10-17T21:15:56+00:00" "time": "2023-10-24T16:56:42+00:00"
}, },
{ {
"name": "composer/package-versions-deprecated", "name": "composer/package-versions-deprecated",
@ -2988,16 +2988,16 @@
}, },
{ {
"name": "knpuniversity/oauth2-client-bundle", "name": "knpuniversity/oauth2-client-bundle",
"version": "v2.15.0", "version": "v2.16.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/knpuniversity/oauth2-client-bundle.git", "url": "https://github.com/knpuniversity/oauth2-client-bundle.git",
"reference": "9df0736d02eb20b953ec8e9986743611747d9ed9" "reference": "2d4aacdf4d32a869d785d20515adf0615d9da248"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/knpuniversity/oauth2-client-bundle/zipball/9df0736d02eb20b953ec8e9986743611747d9ed9", "url": "https://api.github.com/repos/knpuniversity/oauth2-client-bundle/zipball/2d4aacdf4d32a869d785d20515adf0615d9da248",
"reference": "9df0736d02eb20b953ec8e9986743611747d9ed9", "reference": "2d4aacdf4d32a869d785d20515adf0615d9da248",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3042,9 +3042,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/knpuniversity/oauth2-client-bundle/issues", "issues": "https://github.com/knpuniversity/oauth2-client-bundle/issues",
"source": "https://github.com/knpuniversity/oauth2-client-bundle/tree/v2.15.0" "source": "https://github.com/knpuniversity/oauth2-client-bundle/tree/v2.16.0"
}, },
"time": "2023-05-03T16:44:38+00:00" "time": "2023-10-24T15:57:05+00:00"
}, },
{ {
"name": "laminas/laminas-escaper", "name": "laminas/laminas-escaper",
@ -4325,16 +4325,16 @@
}, },
{ {
"name": "ovh/ovh", "name": "ovh/ovh",
"version": "v3.2.0", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ovh/php-ovh.git", "url": "https://github.com/ovh/php-ovh.git",
"reference": "9a29f720d03f0a8cae642ba5c97f51d100144c57" "reference": "a5241f84111bc8c108ab78480a3141353389cc49"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ovh/php-ovh/zipball/9a29f720d03f0a8cae642ba5c97f51d100144c57", "url": "https://api.github.com/repos/ovh/php-ovh/zipball/a5241f84111bc8c108ab78480a3141353389cc49",
"reference": "9a29f720d03f0a8cae642ba5c97f51d100144c57", "reference": "a5241f84111bc8c108ab78480a3141353389cc49",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4369,9 +4369,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/ovh/php-ovh/issues", "issues": "https://github.com/ovh/php-ovh/issues",
"source": "https://github.com/ovh/php-ovh/tree/v3.2.0" "source": "https://github.com/ovh/php-ovh/tree/v3.3.0"
}, },
"time": "2023-04-07T08:09:14+00:00" "time": "2023-10-20T15:21:31+00:00"
}, },
{ {
"name": "paragonie/constant_time_encoding", "name": "paragonie/constant_time_encoding",
@ -4778,16 +4778,16 @@
}, },
{ {
"name": "phpseclib/phpseclib", "name": "phpseclib/phpseclib",
"version": "3.0.23", "version": "3.0.33",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpseclib/phpseclib.git", "url": "https://github.com/phpseclib/phpseclib.git",
"reference": "866cc78fbd82462ffd880e3f65692afe928bed50" "reference": "33fa69b2514a61138dd48e7a49f99445711e0ad0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/866cc78fbd82462ffd880e3f65692afe928bed50", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/33fa69b2514a61138dd48e7a49f99445711e0ad0",
"reference": "866cc78fbd82462ffd880e3f65692afe928bed50", "reference": "33fa69b2514a61138dd48e7a49f99445711e0ad0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4868,7 +4868,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/phpseclib/phpseclib/issues", "issues": "https://github.com/phpseclib/phpseclib/issues",
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.23" "source": "https://github.com/phpseclib/phpseclib/tree/3.0.33"
}, },
"funding": [ "funding": [
{ {
@ -4884,7 +4884,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-09-18T17:22:01+00:00" "time": "2023-10-21T14:00:39+00:00"
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
@ -7154,20 +7154,20 @@
}, },
{ {
"name": "symfony/doctrine-messenger", "name": "symfony/doctrine-messenger",
"version": "v6.3.1", "version": "v6.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/doctrine-messenger.git", "url": "https://github.com/symfony/doctrine-messenger.git",
"reference": "f1c253e24ae6d2bc4939b1439e074e6d2e73ecdb" "reference": "9fec1e5af3b11432faf9f95d793c5e2f79b23df5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/f1c253e24ae6d2bc4939b1439e074e6d2e73ecdb", "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/9fec1e5af3b11432faf9f95d793c5e2f79b23df5",
"reference": "f1c253e24ae6d2bc4939b1439e074e6d2e73ecdb", "reference": "9fec1e5af3b11432faf9f95d793c5e2f79b23df5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/dbal": "^2.13|^3.0", "doctrine/dbal": "^2.13|^3|^4",
"php": ">=8.1", "php": ">=8.1",
"symfony/messenger": "^5.4|^6.0", "symfony/messenger": "^5.4|^6.0",
"symfony/service-contracts": "^2.5|^3" "symfony/service-contracts": "^2.5|^3"
@ -7206,7 +7206,7 @@
"description": "Symfony Doctrine Messenger Bridge", "description": "Symfony Doctrine Messenger Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/doctrine-messenger/tree/v6.3.1" "source": "https://github.com/symfony/doctrine-messenger/tree/v6.3.6"
}, },
"funding": [ "funding": [
{ {
@ -7222,7 +7222,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-06-24T11:51:27+00:00" "time": "2023-10-12T15:02:41+00:00"
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
@ -7722,16 +7722,16 @@
}, },
{ {
"name": "symfony/flex", "name": "symfony/flex",
"version": "v1.20.2", "version": "v1.21.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/flex.git", "url": "https://github.com/symfony/flex.git",
"reference": "a2554c7e1b669f5049c1b67bc56f13aa1c4bf7da" "reference": "7c191ea3c4cd40d074810b2f4750eac2c241396c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/a2554c7e1b669f5049c1b67bc56f13aa1c4bf7da", "url": "https://api.github.com/repos/symfony/flex/zipball/7c191ea3c4cd40d074810b2f4750eac2c241396c",
"reference": "a2554c7e1b669f5049c1b67bc56f13aa1c4bf7da", "reference": "7c191ea3c4cd40d074810b2f4750eac2c241396c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7767,7 +7767,7 @@
"description": "Composer plugin for Symfony", "description": "Composer plugin for Symfony",
"support": { "support": {
"issues": "https://github.com/symfony/flex/issues", "issues": "https://github.com/symfony/flex/issues",
"source": "https://github.com/symfony/flex/tree/v1.20.2" "source": "https://github.com/symfony/flex/tree/v1.21.1"
}, },
"funding": [ "funding": [
{ {
@ -7783,7 +7783,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-08-04T09:02:01+00:00" "time": "2023-10-24T13:32:04+00:00"
}, },
{ {
"name": "symfony/form", "name": "symfony/form",
@ -11540,16 +11540,16 @@
}, },
{ {
"name": "symfony/var-exporter", "name": "symfony/var-exporter",
"version": "v6.3.4", "version": "v6.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-exporter.git", "url": "https://github.com/symfony/var-exporter.git",
"reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691" "reference": "374d289c13cb989027274c86206ddc63b16a2441"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/df1f8aac5751871b83d30bf3e2c355770f8f0691", "url": "https://api.github.com/repos/symfony/var-exporter/zipball/374d289c13cb989027274c86206ddc63b16a2441",
"reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691", "reference": "374d289c13cb989027274c86206ddc63b16a2441",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11594,7 +11594,7 @@
"serialize" "serialize"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-exporter/tree/v6.3.4" "source": "https://github.com/symfony/var-exporter/tree/v6.3.6"
}, },
"funding": [ "funding": [
{ {
@ -11610,7 +11610,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-08-16T18:14:47+00:00" "time": "2023-10-13T09:16:49+00:00"
}, },
{ {
"name": "symfony/webpack-encore-bundle", "name": "symfony/webpack-encore-bundle",