Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: shivammathur/setup-php@fcafdd6392932010c2bd5094439b8e33be2a8a09 # v2.37.0
- uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0

Check warning on line 27 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

ref-version-mismatch

ci.yml:27: action's hash pin has mismatched or missing version comment: points to unknown ref

Check warning on line 27 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

known-vulnerable-actions

ci.yml:27: action has a known vulnerability: GHSA-pqwm-q9pv-ph8r

Check warning on line 27 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

known-vulnerable-actions

ci.yml:27: action has a known vulnerability: GHSA-5wxr-w449-57cm

Check warning on line 27 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

ref-version-mismatch

ci.yml:27: action's hash pin has mismatched or missing version comment: points to unknown ref

Check warning on line 27 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

known-vulnerable-actions

ci.yml:27: action has a known vulnerability: GHSA-pqwm-q9pv-ph8r

Check warning on line 27 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

known-vulnerable-actions

ci.yml:27: action has a known vulnerability: GHSA-5wxr-w449-57cm
with:
php-version: ${{ matrix.php }}
extensions: mbstring
Expand All @@ -41,7 +41,7 @@
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: shivammathur/setup-php@fcafdd6392932010c2bd5094439b8e33be2a8a09 # v2.37.0
- uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0

Check warning on line 44 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

ref-version-mismatch

ci.yml:44: action's hash pin has mismatched or missing version comment: points to unknown ref

Check warning on line 44 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

known-vulnerable-actions

ci.yml:44: action has a known vulnerability: GHSA-pqwm-q9pv-ph8r

Check warning on line 44 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

known-vulnerable-actions

ci.yml:44: action has a known vulnerability: GHSA-5wxr-w449-57cm

Check warning on line 44 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

ref-version-mismatch

ci.yml:44: action's hash pin has mismatched or missing version comment: points to unknown ref

Check warning on line 44 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

known-vulnerable-actions

ci.yml:44: action has a known vulnerability: GHSA-pqwm-q9pv-ph8r

Check warning on line 44 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

known-vulnerable-actions

ci.yml:44: action has a known vulnerability: GHSA-5wxr-w449-57cm
with:
php-version: '8.3'
extensions: mbstring
Expand All @@ -57,7 +57,7 @@
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: shivammathur/setup-php@fcafdd6392932010c2bd5094439b8e33be2a8a09 # v2.37.0
- uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0

Check warning on line 60 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

ref-version-mismatch

ci.yml:60: action's hash pin has mismatched or missing version comment: points to unknown ref

Check warning on line 60 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

known-vulnerable-actions

ci.yml:60: action has a known vulnerability: GHSA-pqwm-q9pv-ph8r

Check warning on line 60 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

known-vulnerable-actions

ci.yml:60: action has a known vulnerability: GHSA-5wxr-w449-57cm

Check warning on line 60 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

ref-version-mismatch

ci.yml:60: action's hash pin has mismatched or missing version comment: points to unknown ref

Check warning on line 60 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

known-vulnerable-actions

ci.yml:60: action has a known vulnerability: GHSA-pqwm-q9pv-ph8r

Check warning on line 60 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Scan workflows

known-vulnerable-actions

ci.yml:60: action has a known vulnerability: GHSA-5wxr-w449-57cm
with:
php-version: '8.3'
extensions: mbstring
Expand Down
Loading