Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
name: PHP ${{ matrix.php-version }} Conformance Test
steps:
- name: Harden Runner
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1

Check failure on line 25 in .github/workflows/conformance.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/known-vulnerable-actions

action has a known vulnerability: GHSA-cpmj-h4f6-r6pq

Check failure on line 25 in .github/workflows/conformance.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/known-vulnerable-actions

action has a known vulnerability: GHSA-g699-3x6g-wm3g

Check failure on line 25 in .github/workflows/conformance.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/known-vulnerable-actions

action has a known vulnerability: GHSA-46g3-37rh-v698

Check failure on line 25 in .github/workflows/conformance.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

conformance.yml:25: action has a known vulnerability: GHSA-cpmj-h4f6-r6pq

Check failure on line 25 in .github/workflows/conformance.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

conformance.yml:25: action has a known vulnerability: GHSA-g699-3x6g-wm3g

Check failure on line 25 in .github/workflows/conformance.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

conformance.yml:25: action has a known vulnerability: GHSA-46g3-37rh-v698
with:
egress-policy: block
allowed-endpoints: >
Expand All @@ -38,7 +38,7 @@
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Setup PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2

Check failure on line 41 in .github/workflows/conformance.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/known-vulnerable-actions

action has a known vulnerability: GHSA-pqwm-q9pv-ph8r

Check failure on line 41 in .github/workflows/conformance.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/known-vulnerable-actions

action has a known vulnerability: GHSA-5wxr-w449-57cm

Check warning on line 41 in .github/workflows/conformance.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

conformance.yml:41: action's hash pin has mismatched or missing version comment: points to commit f3e473d116dc

Check failure on line 41 in .github/workflows/conformance.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

conformance.yml:41: action has a known vulnerability: GHSA-pqwm-q9pv-ph8r

Check failure on line 41 in .github/workflows/conformance.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

conformance.yml:41: action has a known vulnerability: GHSA-5wxr-w449-57cm
with:
php-version: ${{ matrix.php-version }}

Expand All @@ -50,7 +50,7 @@
command: composer install

- name: Setup Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: '1.24'

Expand Down
Loading