Skip to content

Commit

Permalink
Merge pull request #147 from Hi-Folks/features/146-upgrade-actions
Browse files Browse the repository at this point in the history
upgrading actions
  • Loading branch information
roberto-butti authored Feb 11, 2023
2 parents e714a67 + 8b0a0b2 commit c93f22c
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 1,001 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
name: PHP ${{ matrix.php-versions }} - OS ${{ matrix.operating-system}}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install NPM packages
Expand Down
52 changes: 0 additions & 52 deletions .github/workflows/psalm-sarif.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/schedule-psalm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: P${{ matrix.php-versions }} - L${{ matrix.laravel }} - ${{ matrix.dependency-stability }} - ${{ matrix.operating-system}}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install PHP versions
uses: shivammathur/setup-php@v2
with:
Expand Down Expand Up @@ -48,14 +48,14 @@ jobs:
# Code quality


- uses: symfonycorp/security-checker-action@v2
- uses: symfonycorp/security-checker-action@v4


- name: Execute Code Static Analysis (PSALM)
run: |
vendor/bin/psalm --report=result.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2
with:
# Path to SARIF file relative to the root of the repository
sarif_file: result.sarif
105 changes: 0 additions & 105 deletions .github/workflows/test-codequality-php8-featuresbranch.yml

This file was deleted.

105 changes: 0 additions & 105 deletions .github/workflows/test-codequality-phpversions.yml

This file was deleted.

94 changes: 0 additions & 94 deletions .github/workflows/test-dependency-stability.yml

This file was deleted.

Loading

0 comments on commit c93f22c

Please sign in to comment.