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/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1

Check failure on line 15 in .github/workflows/lint.yaml

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 15 in .github/workflows/lint.yaml

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 15 in .github/workflows/lint.yaml

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 15 in .github/workflows/lint.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

lint.yaml:15: action has a known vulnerability: GHSA-cpmj-h4f6-r6pq

Check failure on line 15 in .github/workflows/lint.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

lint.yaml:15: action has a known vulnerability: GHSA-g699-3x6g-wm3g

Check failure on line 15 in .github/workflows/lint.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

lint.yaml:15: action has a known vulnerability: GHSA-46g3-37rh-v698
with:
disable-sudo: true
egress-policy: block
Expand All @@ -21,6 +21,6 @@

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:ed1747b161640445dbbb41744a0c51b6e4e61af4e4bdc285242a6ad60e730dd7
uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:91469054b7da032b7a7ab4703992b4bb15b126893de12c3cf1ba3f439adabec1
with:
args: . --diff --dry-run
Loading