Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a96c2e7

Browse filesBrowse files
- Update all non-major dependencies with digest and pinDigest
1 parent 7ade607 commit a96c2e7
Copy full SHA for a96c2e7

File tree

Expand file treeCollapse file tree

4 files changed

+10
-10
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+10
-10
lines changed

‎.github/workflows/check-pr-title.yml

Copy file name to clipboardExpand all lines: .github/workflows/check-pr-title.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
name: Check PR title
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: blumilksoftware/action-pr-title@v1.2.0
12+
- uses: blumilksoftware/action-pr-title@e05fc76a1cc45b33644f1de51218be43ac121dd0 # v1.2.0

‎.github/workflows/check.yml

Copy file name to clipboardExpand all lines: .github/workflows/check.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
php: ["8.2", "8.3"]
1717

1818
steps:
19-
- uses: actions/checkout@v4.2.2
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020

2121
- name: Setup PHP
22-
uses: shivammathur/setup-php@2.31.1
22+
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0
2323
with:
2424
php-version: ${{ matrix.php }}
2525
coverage: none
2626

2727
- name: Cache composer dependencies
28-
uses: actions/cache@v4.2.0
28+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2929
with:
3030
path: vendor
3131
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"type": "library",
66
"require": {
77
"php": "^8.2",
8-
"friendsofphp/php-cs-fixer": "^3.70",
9-
"kubawerlos/php-cs-fixer-custom-fixers": "^3.23"
8+
"friendsofphp/php-cs-fixer": "^3.75.0",
9+
"kubawerlos/php-cs-fixer-custom-fixers": "^3.24.0"
1010
},
1111
"require-dev": {
12-
"jetbrains/phpstorm-attributes": "^1.1",
13-
"phpunit/phpunit": "^11.2",
14-
"symfony/console": "^7.0"
12+
"jetbrains/phpstorm-attributes": "^1.2",
13+
"phpunit/phpunit": "^11.5.15",
14+
"symfony/console": "^7.2.5"
1515
},
1616
"authors": [
1717
{

‎docker-compose.yml

Copy file name to clipboardExpand all lines: docker-compose.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
php:
3-
image: ghcr.io/blumilksoftware/php:8.3
3+
image: ghcr.io/blumilksoftware/php:8.4@sha256:95881b08ea6dc2c908fa30a16af868bf2579a2ffbf7fcaded46556eb9ef21afb
44
container_name: blumilk-codestyle-php
55
working_dir: /application
66
user: ${CURRENT_UID:-1000}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.