Skip to content

Commit

Permalink
- Update all non-major dependencies with digest and pinDigest (#97)
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 Dec 9, 2024
1 parent cec65ba commit 39063d9
Show file tree
Hide file tree
Showing 8 changed files with 169 additions and 164 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-to-prod-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
TARGET_DIR_ON_SERVER: /blumilk/production
steps:
- name: checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

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

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

- name: login to GitHub Container Registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
Expand All @@ -38,15 +38,15 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
with:
images: ${{ env.DOCKER_REGISTRY }}/${{ github.repository_owner }}/${{ env.REPO_NAME }}
tags: |
type=raw,value=latest
context: workflow

- name: build and push image
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
with:
context: .
file: ./environment/prod/app/Dockerfile
Expand All @@ -71,7 +71,7 @@ jobs:
target: ${{ env.TARGET_DIR_ON_SERVER }}/${{ env.REPO_NAME }}
rm: true

- uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
- uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0
with:
timeout: 10s
command_timeout: 10m
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.5",
"symfony/validator": "^7.1.5",
"illuminate/collections": "^11.26.0",
"symfony/dotenv": "^7.1.5",
"twig/twig": "^3.14.0"
"symfony/mailer": "^7.2.0",
"symfony/validator": "^7.2.0",
"illuminate/collections": "^11.34.2",
"symfony/dotenv": "^7.2.0",
"twig/twig": "^3.16.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 39063d9

Please sign in to comment.