We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9afa49 commit 4da87b3Copy full SHA for 4da87b3
2 files changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6
31
32
- name: "Install PHP"
33
- uses: "shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1" # v2
+ uses: "shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f" # v2
34
with:
35
coverage: "pcov"
36
php-version: "${{ matrix.php-version }}"
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-24.04
20
name: Release Automation
21
steps:
22
- - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
+ - uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3
23
id: generate-token
24
25
app-id: ${{ secrets.LENDABOT_APP_ID }}
0 commit comments