From a71ed1dbe749e03a143f6e1326d5e929cf3542a7 Mon Sep 17 00:00:00 2001 From: Kris Date: Sun, 4 Feb 2024 21:08:09 -0500 Subject: [PATCH] try actions --- .github/workflows/main.yml | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a79357f..8b7a364 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,9 +17,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup Ruby - uses: ruby/setup-ruby@v1.45.0 + uses: ruby/setup-ruby@v1.171.0 with: - ruby-version: 2.7.1 + ruby-version: 3.3.0 - uses: Borales/actions-yarn@v2.3.0 with: @@ -50,27 +50,3 @@ jobs: with: name: code-coverage path: coverage/ - - security: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Setup Ruby - uses: ruby/setup-ruby@v1.45.0 - with: - ruby-version: 2.7.1 - - - name: Install Brakeman - run: | - gem install brakeman - - - name: Run Brakeman - run: | - brakeman -f json > tmp/brakeman.json || exit 0 - - - name: Brakeman Report - uses: devmasx/brakeman-linter-action@v1.0.0 - env: - REPORT_PATH: tmp/brakeman.json - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file