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 adb7c0c + affe800 commit a0c3147Copy full SHA for a0c3147
.github/workflows/dependency-review.yml
@@ -15,6 +15,6 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: 'Checkout Repository'
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
- name: 'Dependency Review'
20
uses: actions/dependency-review-action@v4
.github/workflows/phpmd.yml
@@ -38,10 +38,10 @@ jobs:
38
39
40
- name: Checkout code
41
42
43
- name: Setup PHP
44
- uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e
+ uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f
45
with:
46
coverage: none
47
tools: phpmd
0 commit comments