Skip to content

Commit

Permalink
- Update all non-major dependencies with digest and pinDigest (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: blumilk-renovate[bot] <177020257+blumilk-renovate[bot]@users.noreply.github.com>
  • Loading branch information
blumilk-renovate[bot] authored Oct 2, 2024
1 parent 1b92f8d commit 75e0fc5
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 175 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-prod-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
TARGET_DIR_ON_SERVER: /blumilk/production
steps:
- name: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

- name: set deployment project version
run: echo "DEPLOYMENT_PROJECT_VERSION=$(bash ./environment/prod/deployment/scripts/version.sh --long)" >> $GITHUB_ENV
Expand All @@ -46,7 +46,7 @@ jobs:
context: workflow

- name: build and push image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
with:
context: .
file: ./environment/prod/app/Dockerfile
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"type": "project",
"require": {
"php": "^8.3",
"symfony/mailer": "^7.1.2",
"symfony/validator": "^7.1.3",
"illuminate/collections": "^11.22.0",
"symfony/dotenv": "^7.1.3",
"twig/twig": "^3.12.0"
"symfony/mailer": "^7.1.5",
"symfony/validator": "^7.1.5",
"illuminate/collections": "^11.26.0",
"symfony/dotenv": "^7.1.5",
"twig/twig": "^3.14.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 75e0fc5

Please sign in to comment.