There was an error while loading. Please reload this page.
1 parent feb25d9 commit 1df13d7Copy full SHA for 1df13d7
2 files changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
show-progress: false
44
45
- name: "Install PHP"
46
- uses: "shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401" # v2
+ uses: "shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a" # v2
47
with:
48
coverage: "pcov"
49
php-version: "${{ matrix.php-version }}"
.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@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1
+ - uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
23
id: generate-token
24
25
app-id: ${{ secrets.LENDABOT_APP_ID }}
0 commit comments