Skip to content

Commit

Permalink
Psalm to in self-hosted runners πŸƒβ€β™€οΈ
Browse files Browse the repository at this point in the history
  • Loading branch information
inikoo committed Sep 22, 2024
1 parent d53870f commit 3410a7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- '**/*.txt'
- '**/*.php'
- '**/*.json'
- '**/*.ylm'
schedule:
- cron: '0 0 */3 * *'

Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,14 @@ permissions:

jobs:
php-security:
runs-on: ubuntu-latest
runs-on: [ cloud ]
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status

steps:
- name: Setup PHP with debugging symbols
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'

- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 3410a7e

Please sign in to comment.