Skip to content

Commit 4e4bb37

Browse files
authored
Merge pull request #17094 from phalcon/5.0.x
5.14.1 Release
2 parents 33617b0 + 45f6c40 commit 4e4bb37

493 files changed

Lines changed: 40465 additions & 29979 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/build-phalcon-win/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
using: 'composite'
3535
steps:
3636
- name: Setup Downloads Cache
37-
uses: actions/cache@v5
37+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
3838
with:
3939
path: ${{ inputs.cache-dir }}
4040
key: Windows-downloads-${{ hashFiles('**/.github/actions/build-phalcon-win/action.yml') }}
@@ -69,7 +69,7 @@ runs:
6969
Write-Output "SOURCE_DIR=$SourceDir" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
7070
7171
- name: Setup PHP SDK tool kit
72-
uses: zephir-lang/setup-php-sdk@v1
72+
uses: zephir-lang/setup-php-sdk@19bfb985d9dfb9eb59d74039169948c878190678 # v1
7373
with:
7474
php_version: ${{ inputs.php-version }}
7575
ts: ${{ inputs.ts }}
@@ -79,13 +79,13 @@ runs:
7979
cache_dir: ${{ inputs.cache-dir }}
8080

8181
- name: Configure Developer Command Prompt for MSVC
82-
uses: ilammy/msvc-dev-cmd@v1
82+
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1
8383
with:
8484
arch: ${{ inputs.arch }}
8585

8686
- name: Configure Developer Command Prompt for MSVC toolset 14.16 (PHP 7.4)
8787
if: inputs.php-version == '7.4'
88-
uses: ilammy/msvc-dev-cmd@v1
88+
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1
8989
with:
9090
arch: ${{ inputs.arch }}
9191
toolset: 14.16

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
3+
updates:
4+
# Keep the SHA-pinned GitHub Actions current. Dependabot opens reviewable
5+
# pull requests that bump both the commit SHA and the trailing "# version"
6+
# comment; it never merges on its own. "/" covers .github/workflows, and the
7+
# glob covers the composite actions under .github/actions.
8+
- package-ecosystem: "github-actions"
9+
directories:
10+
- "/"
11+
- "/.github/actions/*"
12+
schedule:
13+
interval: "weekly"
14+
open-pull-requests-limit: 10

.github/workflows/build-docker.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,29 @@ jobs:
2020

2121
name: Build Dockerfile PHP ${{ matrix.php }}
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2424

2525
- name: Login to Github Registry
26-
uses: docker/login-action@v3
26+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.repository_owner }}
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Login to Docker Hub
33-
uses: docker/login-action@v3
33+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
3434
with:
3535
username: ${{ secrets.DOCKERHUB_LOGIN }}
3636
password: ${{ secrets.DOCKERHUB_TOKEN }}
3737

3838
- name: Set up QEMU
39-
uses: docker/setup-qemu-action@v3
39+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
4040

4141
- name: Set up Docker Buildx
42-
uses: docker/setup-buildx-action@v3
42+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
4343

4444
- name: Build and push
45-
uses: docker/build-push-action@v6
45+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
4646
with:
4747
push: true
4848
file: resources/docker/develop/Dockerfile

0 commit comments

Comments
 (0)