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 cf9fb11 commit d79d52dCopy full SHA for d79d52d
2 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
20
21
- name: Configure PHP
22
uses: shivammathur/setup-php@v2
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
77
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: Checkout repository
27
28
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v4
0 commit comments