Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update bobheadxi/deployments action to v1 #116

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fe897d2
renovate.json: update services in github actions
BacLuc Apr 17, 2022
3f731dd
renovate.json: group packages which contain the name of a js/html/etc…
BacLuc Feb 27, 2022
977f3b5
fixup update services
BacLuc Apr 17, 2022
af2739f
add digest
BacLuc Apr 17, 2022
14be3b9
chore(deps): update js-linter
renovate-bot Apr 17, 2022
dbea97c
chore(deps): update dependency @vue/test-utils to v1.3.0
renovate-bot Apr 17, 2022
7ac9db2
fix(deps): update dependency knpuniversity/oauth2-client-bundle to v2…
renovate-bot Apr 17, 2022
6f3d477
chore(deps): update dependency phpstan/phpstan to v1.5.7
renovate-bot Apr 20, 2022
39d396a
chore(deps): update composer digest to 29a9696
renovate-bot Apr 21, 2022
dd7ae5e
chore(deps): update node.js to 6e54786
renovate-bot Apr 21, 2022
b86ee8d
chore(deps): update dependency @nuxtjs/tailwindcss to v5.0.3
renovate-bot Apr 21, 2022
b78da68
chore(deps): update dependency rector/rector to v0.12.21
renovate-bot Apr 21, 2022
e73db2d
chore(deps): update actions/checkout digest to 2541b12
renovate-bot Apr 21, 2022
d1dbd14
chore(deps): update dependency lint-staged to v12.4.0
renovate-bot Apr 22, 2022
2765240
chore(deps): update dependency symfony/maker-bundle to v1.39.0
renovate-bot Apr 22, 2022
44e9902
fix(deps): update dependency doctrine/orm to v2.12.0
renovate-bot Apr 22, 2022
2edf22e
fix(deps): update dependency doctrine/doctrine-bundle to v2.6.3
renovate-bot Apr 22, 2022
f16dde1
chore(deps): update dependency @nuxtjs/tailwindcss to v5.0.4
renovate-bot May 9, 2022
065cfae
chore(deps): update node.js to 1a9a71e
renovate-bot May 9, 2022
5783405
chore(deps): update dependency @testing-library/vue to v5.8.3
renovate-bot May 9, 2022
c1d7959
chore(deps): update dependency @vue/vue2-jest to v27.0.0
renovate-bot May 10, 2022
f6e7303
chore(deps): update dependency lint-staged to v12.4.1
renovate-bot May 10, 2022
0cd7e45
chore(deps): update dependency vite to v2.9.8
renovate-bot May 10, 2022
f484bee
fix(deps): update dependency @intlify/core to v9.1.10
renovate-bot May 10, 2022
351f405
fix(deps): update dependency @tiptap/extension-bubble-menu to v2.0.0-…
renovate-bot May 10, 2022
b865f28
fix(deps): update dependency @tiptap/vue-2 to v2.0.0-beta.78
renovate-bot May 10, 2022
a72805f
chore(deps): update bobheadxi/deployments action to v1
renovate-bot May 10, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docker-hub/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build stage
FROM node:lts-alpine@sha256:28bed508446db2ee028d08e76fb47b935defa26a84986ca050d2596ea67fd506 AS build-stage
FROM node:lts-alpine@sha256:1a9a71ea86aad332aa7740316d4111ee1bd4e890df47d3b5eff3e5bded3b3d10 AS build-stage

COPY common /common

Expand Down
4 changes: 2 additions & 2 deletions .docker-hub/print/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build stage
FROM node:16.14.2@sha256:ffe804d6fcced29bcfc3477de079d03a9c2b0e4917e44bfeafb1a6b0f875e383 AS build-stage
FROM node:16.14.2@sha256:6e54786b2ad01667d46524e82806298714f50d2be72b39706770aed55faedbd7 AS build-stage

COPY common /common

Expand All @@ -12,7 +12,7 @@ COPY print .
RUN npm run build

# production stage
FROM node:16.14.2@sha256:ffe804d6fcced29bcfc3477de079d03a9c2b0e4917e44bfeafb1a6b0f875e383 AS production-stage
FROM node:16.14.2@sha256:6e54786b2ad01667d46524e82806298714f50d2be72b39706770aed55faedbd7 AS production-stage
WORKDIR /app

COPY --from=build-stage /app/node_modules ./node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

- uses: shivammathur/setup-php@v2
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
never-uninstall: ${{ steps.to-uninstall.outputs.never-uninstall }}
steps:

- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

- name: Get CI status of the devel branch
id: devel-ci
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
helm delete ecamp3-${{ matrix.deployment-name }}

- name: Remove GitHub deployment
uses: bobheadxi/deployments@v0.6.2
uses: bobheadxi/deployments@v1.2.0
with:
step: deactivate-env
token: ${{ secrets.REPO_ACCESS_TOKEN }}
Expand All @@ -124,14 +124,14 @@ jobs:
steps:

- name: Create a pending GitHub deployment
uses: bobheadxi/deployments@v0.6.2
uses: bobheadxi/deployments@v1.2.0
id: deployment
with:
step: start
token: ${{ secrets.REPO_ACCESS_TOKEN }}
env: ${{ matrix.deployment.name }}

- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
with:
ref: ${{ matrix.deployment.sha }}

Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
--set deployedVersion="$(git rev-parse --short '${{ matrix.deployment.sha }}')"

- name: Finish the GitHub deployment
uses: bobheadxi/deployments@v0.6.2
uses: bobheadxi/deployments@v1.2.0
if: always()
with:
step: finish
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

- uses: shivammathur/setup-php@v2
with:
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

- uses: shivammathur/setup-php@v2
with:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

- uses: shivammathur/setup-php@v2
with:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

- uses: shivammathur/setup-php@v2
with:
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

- uses: actions/setup-node@v3
with:
Expand All @@ -149,7 +149,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:

steps:

- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

- uses: shivammathur/setup-php@v2
with:
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

- run: cp .env.ci .env

Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:
CI: 'false'
steps:

- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

- run: cp .env.ci .env

Expand Down
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN set -eux; \
###> recipes ###
###< recipes ###

COPY --from=composer:2.3@sha256:40e0e7112e7ead425b5ef69884a03e03cf38e6b767f5e3a15fc885524040ced6 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.3@sha256:29a96961e98177174403e35cbd59a28d09c3ce9e1933546cd6044c01769b709f /usr/bin/composer /usr/bin/composer

# Copy development php.ini
RUN cp "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
Expand Down
12 changes: 6 additions & 6 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"api-platform/core": "2.6.8",
"composer/package-versions-deprecated": "1.11.99",
"cweagans/composer-patches": "1.7.2",
"doctrine/doctrine-bundle": "2.6.2",
"doctrine/doctrine-bundle": "2.6.3",
"doctrine/doctrine-migrations-bundle": "3.2.2",
"doctrine/orm": "2.11.2",
"doctrine/orm": "2.12.0",
"exercise/htmlpurifier-bundle": "3.1.0",
"guzzlehttp/guzzle": "7.4.2",
"knpuniversity/oauth2-client-bundle": "2.9.0",
"knpuniversity/oauth2-client-bundle": "2.10.0",
"league/oauth2-google": "4.0.0",
"lexik/jwt-authentication-bundle": "2.15.1",
"nelmio/cors-bundle": "2.2.0",
Expand Down Expand Up @@ -48,14 +48,14 @@
"hautelook/alice-bundle": "2.10.0",
"justinrainbow/json-schema": "5.2.12",
"php-coveralls/php-coveralls": "2.5.2",
"phpstan/phpstan": "1.5.6",
"phpstan/phpstan": "1.5.7",
"phpunit/phpunit": "9.5.20",
"rector/rector": "0.12.20",
"rector/rector": "0.12.21",
"symfony/browser-kit": "6.0.3",
"symfony/css-selector": "6.0.3",
"symfony/debug-bundle": "6.0.3",
"symfony/http-client": "6.0.7",
"symfony/maker-bundle": "1.38.0",
"symfony/maker-bundle": "1.39.0",
"symfony/phpunit-bridge": "6.0.7",
"symfony/stopwatch": "6.0.5",
"symfony/var-dumper": "6.0.6",
Expand Down
Loading