From 8bc1beaf2cd7dfb960e296d9c0d0becbd99d2232 Mon Sep 17 00:00:00 2001 From: Akshay Iyyadurai Balasundaram Date: Mon, 6 May 2024 22:30:02 +0200 Subject: [PATCH 1/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92968923..37fe0ba8 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@v2.4.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 From 6e30ae967fd08f664c1c4901da3ceb98b6d12524 Mon Sep 17 00:00:00 2001 From: azzamsa Date: Thu, 27 Jun 2024 07:14:32 +0700 Subject: [PATCH 2/6] ci: update dependencies version --- .github/workflows/codeql-analysis.yml | 8 ++++---- .github/workflows/nodejs.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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..796682ed 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -22,7 +22,7 @@ jobs: 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: From a322171badfa3d42262792f1b542daed51962b27 Mon Sep 17 00:00:00 2001 From: azzamsa Date: Thu, 27 Jun 2024 07:20:15 +0700 Subject: [PATCH 3/6] ci: `Node v16` is deprecated --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 796682ed..bcbd8117 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -15,7 +15,7 @@ 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 From 288ded2bc5a0f48314232cffa20ff7314a34b8ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 07:41:19 +0000 Subject: [PATCH 4/6] docs(contributor): contrib-readme-action has updated readme --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 37fe0ba8..fef5a7e2 100644 --- a/README.md +++ b/README.md @@ -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 From 6d31db96726d814011a440f21c226db93a489780 Mon Sep 17 00:00:00 2001 From: Akshay Iyyadurai Balasundaram Date: Thu, 15 Aug 2024 09:45:50 +0200 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fef5a7e2..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.4.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 From 6d02632cdbe597740a9adc45c551573948ae951b Mon Sep 17 00:00:00 2001 From: Akshay Iyyadurai Balasundaram Date: Fri, 16 Aug 2024 16:14:53 +0200 Subject: [PATCH 6/6] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'