Skip to content

Commit

Permalink
fix: tests (#249)
Browse files Browse the repository at this point in the history
* fix: tests

* remove deprecated actions
  • Loading branch information
lightszentip authored Jun 1, 2024
1 parent a6bc91b commit c21d028
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,6 @@
on: [ push, pull_request ]
name: PHP-Tests
jobs:
sl-scan:
name: slcan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Instructions
# 1. Setup JDK, Node.js, Python etc depending on your project type
# 2. Compile or build the project before invoking scan
# Example: mvn compile, or npm install or pip install goes here
# 3. Invoke Scan with the github token. Leave the workspace empty to use relative url

- name: Perform Scan
uses: ShiftLeftSecurity/scan-action@4d4c04908eff87430482f36340ad5706c14cf9a6
env:
WORKSPACE: ""
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SCAN_AUTO_BUILD: true
with:
output: reports
# Scan auto-detects the languages in your project. To override uncomment the below variable and set the type
# type: credscan,java
# type: python

- name: Upload report
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: reports

phpstan:
name: phpstan-psalm
runs-on: ubuntu-latest
Expand Down Expand Up @@ -69,7 +41,7 @@ jobs:
laravel: [ 11.* ]
stability: [ prefer-stable ]
include:
- laravel: 10.*
- laravel: 11.*
testbench: 9.*
pest: 2.*

Expand Down

0 comments on commit c21d028

Please sign in to comment.