We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245d049 commit db9b0bdCopy full SHA for db9b0bd
2 files changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4
31
32
- name: "Install PHP"
33
- uses: "shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401" # v2
+ uses: "shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e" # 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@db3cdf40984fe6fd25ae19ac2bf2f4886ae8d959 # v2
+ - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
23
id: generate-token
24
25
app-id: ${{ secrets.LENDABOT_APP_ID }}
0 commit comments