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.
2 parents c7775cc + f0c697b commit 09d080aCopy full SHA for 09d080a
.github/workflows/reusable-validate.yml
@@ -18,12 +18,12 @@ jobs:
18
19
steps:
20
- name: Checkout code
21
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
22
with:
23
persist-credentials: false
24
25
- name: Install PHP
26
- uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
+ uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
27
28
php-version: ${{ matrix.php }}
29
coverage: none
0 commit comments