11 Commits

Author SHA1 Message Date
renovate[bot]
3bc49c1463 Update dependency ramsey/uuid to v4.7.4 (#171)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-16 15:54:03 +01:00
renovate[bot]
6748bc4ba4 Update docker Docker tag to v23.0.3 (#170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-12 19:05:57 +01:00
renovate[bot]
c71241dcd7 Update actions/stale action to v8 (#168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-04 08:37:09 +01:00
renovate[bot]
d47181cfbe Update docker Docker tag to v23.0.2 (#169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-03 11:07:40 +01:00
renovate[bot]
a0ba3f61f4 Update dependency vlucas/phpdotenv to v5.5.0 (#167)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-16 18:41:41 +00:00
renovate[bot]
aef8acfe9f Update dependency sentry/sdk to v3.3.0 (#166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-16 18:32:09 +00:00
renovate[bot]
fb3d3146c8 Update dependency ramsey/uuid to v4.7.3 (#165)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-16 18:30:41 +00:00
renovate[bot]
ec332a519a Update dependency jumbojett/openid-connect-php to v0.9.10 (#164)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-16 18:24:59 +00:00
renovate[bot]
7fe886a278 Update docker Docker tag to v23 (#163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-18 19:07:36 +00:00
renovate[bot]
3458601402 Update docker Docker tag to v20.10.23 (#162)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-01 19:40:19 +00:00
renovate[bot]
32870cc447 Update actions/stale action to v7 (#161)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-22 22:24:13 +00:00
3 changed files with 477 additions and 563 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/stale@v6 - uses: actions/stale@v8
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been marked as stale due to inactivity. If this issue is still ongoing, please leave a comment.' stale-issue-message: 'This issue has been marked as stale due to inactivity. If this issue is still ongoing, please leave a comment.'

View File

@@ -5,9 +5,9 @@ build:
stage: build stage: build
only: only:
- tags - tags
image: docker:20.10.22 image: docker:23.0.3
services: services:
- docker:20.10.22-dind - docker:23.0.3-dind
variables: variables:
IMAGE_TAG: "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG" IMAGE_TAG: "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG"
script: script:

1034
app/composer.lock generated

File diff suppressed because it is too large Load Diff