From d66472d1ec72dbbcdb698c6b6857fecf829dfbd7 Mon Sep 17 00:00:00 2001 From: AndrewHanasiro Date: Wed, 17 Dec 2025 07:12:01 -0300 Subject: [PATCH] feat: update README and GH actions --- .github/workflows/continuous_integration.yml | 16 ++++++++-------- .github/workflows/test_load.yml | 8 ++++---- .github/workflows/test_mutation.yml | 4 ++-- README.md | 2 ++ 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index a575d50..917ad2a 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -8,14 +8,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Fetching node version run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_OUTPUT id: nvm - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ steps.nvm.outputs.NODE_VERSION }} - name: Install dependencies @@ -26,14 +26,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Fetching node version run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_OUTPUT id: nvm - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ steps.nvm.outputs.NODE_VERSION }} - name: Install dependencies @@ -52,14 +52,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Fetching node version run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_OUTPUT id: nvm - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ steps.nvm.outputs.NODE_VERSION }} - name: Install dependencies @@ -70,14 +70,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Fetching node version run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_OUTPUT id: nvm - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ steps.nvm.outputs.NODE_VERSION }} - name: Install dependencies diff --git a/.github/workflows/test_load.yml b/.github/workflows/test_load.yml index 01e1bf2..5c7d716 100644 --- a/.github/workflows/test_load.yml +++ b/.github/workflows/test_load.yml @@ -6,12 +6,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Fetching node version run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc) id: nvm - name: Use right version of node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ steps.nvm.outputs.NODE_VERSION }} - name: Set up Cloud SDK @@ -25,14 +25,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Fetching node version run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_OUTPUT id: nvm - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ steps.nvm.outputs.NODE_VERSION }} - name: Run k6 local test diff --git a/.github/workflows/test_mutation.yml b/.github/workflows/test_mutation.yml index 0e21cce..d900cf3 100644 --- a/.github/workflows/test_mutation.yml +++ b/.github/workflows/test_mutation.yml @@ -6,14 +6,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Fetching node version run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_OUTPUT id: nvm - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ steps.nvm.outputs.NODE_VERSION }} - name: Execute mutation test diff --git a/README.md b/README.md index fdda30c..8a57f8d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![Codacy Badge](https://app.codacy.com/project/badge/Coverage/b8c826b4250b4000945bd3e305e3e443)](https://app.codacy.com/gh/auth-plus/auth-plus-authentication/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage) +[![Known Vulnerabilities](https://snyk.io/test/github/auth-plus/auth-plus-authentication/badge.svg)](https://snyk.io/test/github/auth-plus/auth-plus-authentication) + This project it's a sample for authentication system. It use a hexagonal architeture with layer for dependency manager. ## Documentation