Skip to content

Commit

Permalink
- Update all non-major dependencies with digest and pinDigest (#69)
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 Sep 2, 2024
1 parent cc18e68 commit 9e94882
Show file tree
Hide file tree
Showing 8 changed files with 302 additions and 213 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy-to-prod-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,32 @@ jobs:
TARGET_DIR_ON_SERVER: /blumilk/production
steps:
- name: checkout
uses: actions/[email protected].1
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- 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@v3.1.0
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1

- name: login to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
with:
registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ github.actor }}
password: ${{ github.token }}

- name: Docker meta
id: meta
uses: docker/[email protected]
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.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@v5.1.0
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
with:
context: .
file: ./environment/prod/app/Dockerfile
Expand All @@ -58,7 +58,7 @@ jobs:
cache-to: type=gha, ref=${{ env.DOCKER_REGISTRY }}/${{ github.repository_owner }}/${{ env.REPO_NAME }}-prod-build-cache, mode=max

- name: copy files via ssh
uses: appleboy/[email protected]
uses: appleboy/scp-action@917f8b81dfc1ccd331fef9e2d61bdc6c8be94634 # v0.1.7
with:
timeout: 10s
command_timeout: 10m
Expand All @@ -71,7 +71,7 @@ jobs:
target: ${{ env.TARGET_DIR_ON_SERVER }}/${{ env.REPO_NAME }}
rm: true

- uses: appleboy/[email protected]
- uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
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.0.4",
"symfony/validator": "^7.0.5",
"illuminate/collections": "^10.47.0",
"symfony/dotenv": "^7.0.4",
"twig/twig": "^3.8.0"
"symfony/mailer": "^7.1.2",
"symfony/validator": "^7.1.3",
"illuminate/collections": "^10.48.20",
"symfony/dotenv": "^7.1.3",
"twig/twig": "^3.12.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 9e94882

Please sign in to comment.