We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97187f commit c168391Copy full SHA for c168391
.github/workflows/ci.yaml
@@ -34,7 +34,7 @@ jobs:
34
show-progress: false
35
36
- name: "Install PHP"
37
- uses: "shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401" # v2
+ uses: "shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a" # v2
38
with:
39
coverage: "none"
40
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@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