diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fd0ca2bb..87f3f4fc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,11 +35,11 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -50,7 +50,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 # â„šī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -64,4 +64,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 56a54cec..bcbd8117 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -15,14 +15,14 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [18.x, 20.x] steps: - name: Initialize Energy Estimation uses: green-coding-berlin/eco-ci-energy-estimation@v1 with: task: start-measurement - name: "Checkout repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Checkout Repo Measurement uses: green-coding-berlin/eco-ci-energy-estimation@v1 with: diff --git a/README.md b/README.md index 92968923..6dceea59 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ jobs: steps: - name: "CLA Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' - uses: contributor-assistant/github-action@v2.3.0 + uses: contributor-assistant/github-action@2.5.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # the below token should have repo scope and must be manually added by you in the repository's secret @@ -230,6 +230,13 @@ This PAT should have repo scope and is only required if you have configured to s + + + azzamsa +
+ Azzam S.A +
+ alohr51 @@ -264,15 +271,15 @@ This PAT should have repo scope and is only required if you have configured to s
Nathan Walters
- + + rokups
Rokas Kupstys
- - + shunkakinoki @@ -307,15 +314,15 @@ This PAT should have repo scope and is only required if you have configured to s
Andrew Gable
- + + knanao
Knanao
- - + tada5hi diff --git a/action.yml b/action.yml index f29a1a2a..741635c3 100644 --- a/action.yml +++ b/action.yml @@ -39,5 +39,5 @@ inputs: description: "Will lock the pull request after merge so that the signature the contributors cannot revoke their signature comments after merge" default: "true" runs: - using: "node16" + using: "node20" main: 'dist/index.js'