PHP Classes

File: .github/workflows/security-standards.yml

Recommend this page to a friend!
  Packages of A. B. M. Mahmudul Hasan   UID (UUID, ULID, Snowflake, Sonyflake, Nano, CUID, KSUID, XID, TBSL)   .github/workflows/security-standards.yml   Download  
File: .github/workflows/security-standards.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: UID (UUID, ULID, Snowflake, Sonyflake, Nano, CUID, KSUID, XID, TBSL)
Generate, parse, validate unique identifiers
Author: By
Last change:
Date: 8 days ago
Size: 716 bytes
 

Contents

Class file image Download
name: "Security & Standards" on: schedule: - cron: "0 0 * * 0" push: branches: [ "main", "master" ] pull_request: branches: [ "main", "master", "develop", "development" ] jobs: phpforge: uses: infocyph/phpforge/.github/workflows/security-standards.yml@main permissions: security-events: write actions: read contents: read with: php_versions: '["8.2","8.3","8.4","8.5"]' dependency_versions: '["prefer-lowest","prefer-stable"]' php_extensions: "bcmath" coverage: "xdebug" composer_flags: "" phpstan_memory_limit: "1G" psalm_threads: "1" run_analysis: true run_svg_report: true artifact_retention_days: 61