We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aeb5fe commit 71a1418Copy full SHA for 71a1418
2 files changed
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6
34
35
- name: "Install PHP"
36
- uses: "shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1" # v2
+ uses: "shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f" # v2
37
with:
38
php-version: "${{ matrix.php-version }}"
39
ini-values: memory_limit=-1
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-24.04
20
name: Release Automation
21
steps:
22
- - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
+ - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
23
id: generate-token
24
25
app-id: ${{ secrets.LENDABOT_APP_ID }}
0 commit comments