There was an error while loading. Please reload this page.
1 parent fd1f9d3 commit 6d084a1Copy full SHA for 6d084a1
2 files changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
show-progress: false
39
40
- name: "Install PHP"
41
- uses: "shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f" # v2
+ uses: "shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc" # v2
42
with:
43
coverage: "pcov"
44
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@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
+ - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
23
id: generate-token
24
25
app-id: ${{ secrets.LENDABOT_APP_ID }}
0 commit comments