Skip to content

Commit a4a9052

Browse files
blumilk-renovate[bot]EwelinaSkrzypaczBlusia
authored
- Update all non-major dependencies with digest and pinDigest (#508)
* - Update all non-major dependencies with digest and pinDigest * - fix tests - change method name from data() to getData() * - downgrade php to 8.3.14, update composer and npm --------- Co-authored-by: blumilk-renovate[bot] <177020257+blumilk-renovate[bot]@users.noreply.github.com> Co-authored-by: EwelinaSkrzypacz <[email protected]> Co-authored-by: Blusia <[email protected]>
1 parent a6960ea commit a4a9052

30 files changed

+3178
-1711
lines changed

.github/workflows/deploy-to-beta-manually.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: echo "BRANCH_NAME=$GITHUB_REF_NAME" >> $GITHUB_ENV
2424

2525
- name: checkout
26-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
26+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
with:
2828
fetch-depth: 0
2929
ref: ${{ env.BRANCH_NAME }}
@@ -38,7 +38,7 @@ jobs:
3838
run: echo "DEPLOYMENT_PROJECT_VERSION=$(bash ./environment/prod/deployment/scripts/version.sh --long)" >> $GITHUB_ENV
3939

4040
- name: set up Docker Buildx
41-
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
41+
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
4242

4343
- name: login to GitHub Container Registry
4444
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Docker meta
5454
id: meta
55-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
55+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
5656
with:
5757
images: ${{ env.DOCKER_IMAGE_NAME }}
5858
tags: type=raw,value=beta
@@ -85,7 +85,7 @@ jobs:
8585
rm: true
8686

8787
- name: run deployment script over ssh
88-
uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
88+
uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0
8989
with:
9090
timeout: 10s
9191
command_timeout: 10m

.github/workflows/deploy-to-prod.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
DOCKER_REGISTRY_REPO_NAME: toby
2222
steps:
2323
- name: checkout
24-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525

2626
- name: set deployment project version
2727
run: echo "DEPLOYMENT_PROJECT_VERSION=$(bash ./environment/prod/deployment/scripts/version.sh --long)" >> $GITHUB_ENV
2828

2929
- name: set up Docker Buildx
30-
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
30+
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
3131

3232
- name: login to GitHub Container Registry
3333
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Docker meta
4343
id: meta
44-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
44+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
4545
with:
4646
images: ${{ env.DOCKER_IMAGE_NAME }}
4747
tags: |
@@ -75,7 +75,7 @@ jobs:
7575
target: ${{ secrets.TOBY_VPS_LIVE_APP_PATH }}
7676
rm: true
7777

78-
- uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
78+
- uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0
7979
with:
8080
timeout: 10s
8181
command_timeout: 10m

.github/workflows/run-command-on-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- name: run php artisan command
18-
uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
18+
uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0
1919
with:
2020
timeout: 10s
2121
command_timeout: 10m

.github/workflows/test-and-lint-js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ jobs:
2323
runs-on: ubuntu-22.04
2424

2525
steps:
26-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
26+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727

2828
- name: Cache dependencies
29-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
29+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
3030
with:
3131
path: node_modules
3232
key: ${{ runner.os }}-npm-dependencies-${{ hashFiles('package.lock') }}
3333
restore-keys: ${{ runner.os }}-npm-dependencies
3434

3535
- name: Set up node
36-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
36+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
3737
with:
3838
node-version: 22.4.1
3939

.github/workflows/test-and-lint-php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-22.04
2525
services:
2626
pgsql:
27-
image: postgres:15@sha256:8e97b8526ed19304b144f7478bc9201646acf0723cdc100e9bb7495712cbadb6
27+
image: postgres:15@sha256:6cbdd616ae7ea61fa88873fdab529b3fd141b8a8311bfe4e6e62575f643f88fe
2828
env:
2929
POSTGRES_DB: toby
3030
POSTGRES_USER: toby
@@ -34,13 +34,13 @@ jobs:
3434
- 5432:5432
3535

3636
steps:
37-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
37+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838

3939
- name: Validate composer.json and composer.lock
4040
run: composer validate
4141

4242
- name: Cache dependencies
43-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
43+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
4444
with:
4545
path: vendor
4646
key: ${{ runner.os }}-composer-dependencies-${{ hashFiles('composer.lock') }}

app/Http/Controllers/EquipmentController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function store(
122122
): RedirectResponse {
123123
$this->authorize("manageEquipment");
124124

125-
EquipmentItem::query()->create($request->data());
125+
EquipmentItem::query()->create($request->getData());
126126

127127
return redirect()
128128
->route("equipment-items.index")
@@ -157,7 +157,7 @@ public function update(
157157
): RedirectResponse {
158158
$this->authorize("manageUsers");
159159

160-
$equipmentItem->update($request->data());
160+
$equipmentItem->update($request->getData());
161161

162162
return redirect()
163163
->route("equipment-items.index")

app/Http/Controllers/EquipmentLabelController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function store(EquipmentLabelRequest $request): RedirectResponse
3333
{
3434
$this->authorize("manageEquipment");
3535

36-
$label = EquipmentLabel::query()->create($request->data());
36+
$label = EquipmentLabel::query()->create($request->getData());
3737

3838
return redirect()
3939
->back()

app/Http/Controllers/HolidayController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function store(HolidayRequest $request): RedirectResponse
4848
{
4949
$this->authorize("manageHolidays");
5050

51-
Holiday::query()->create($request->data());
51+
Holiday::query()->create($request->getData());
5252

5353
return redirect()
5454
->route("holidays.index")
@@ -74,7 +74,7 @@ public function update(HolidayRequest $request, Holiday $holiday): RedirectRespo
7474
{
7575
$this->authorize("manageHolidays");
7676

77-
$holiday->update($request->data());
77+
$holiday->update($request->getData());
7878

7979
return redirect()
8080
->route("holidays.index")

app/Http/Controllers/OvertimeRequestController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function store(OvertimeRequestRequest $request, CreateAction $createActio
159159
{
160160
$this->authorize("canUseOvertimeRequestFunctionality", $request->user());
161161

162-
$overtimeRequest = $createAction->execute($request->data(), $request->user());
162+
$overtimeRequest = $createAction->execute($request->getData(), $request->user());
163163

164164
return redirect()
165165
->route("overtime.requests.show", $overtimeRequest)

app/Http/Controllers/TechnologyController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function store(TechnologyRequest $request): RedirectResponse
3333
{
3434
$this->authorize("manageResumes");
3535

36-
$technology = Technology::query()->create($request->data());
36+
$technology = Technology::query()->create($request->getData());
3737

3838
return redirect()
3939
->back()

0 commit comments

Comments
 (0)