Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
2c30941
build(deps-dev): bump lint-staged from 16.2.5 to 16.2.6 (#4623)
dependabot[bot] Oct 31, 2025
30860b8
build(deps): bump axios from 1.12.2 to 1.13.0 (#4624)
dependabot[bot] Oct 31, 2025
376b7ac
build(deps-dev): bump eslint-plugin-jsdoc from 61.1.5 to 61.1.9 (#4626)
dependabot[bot] Oct 31, 2025
b18d03d
ci(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#4625)
dependabot[bot] Oct 31, 2025
f744de1
refactor: update languages JSON (#4630)
github-actions[bot] Oct 31, 2025
549ed26
ci(deps): Bump bahmutov/npm-install from 1.11.1 to 1.11.2 (#4637)
dependabot[bot] Nov 7, 2025
a625dab
build(deps-dev): Bump @eslint/js from 9.38.0 to 9.39.0 (#4636)
dependabot[bot] Nov 7, 2025
d1912d0
build(deps-dev): Bump globals from 16.4.0 to 16.5.0 (#4634)
dependabot[bot] Nov 7, 2025
2a55241
build(deps-dev): Bump eslint from 9.38.0 to 9.39.0 (#4632)
dependabot[bot] Nov 7, 2025
ec8b25f
build(deps-dev): Bump eslint-plugin-jsdoc from 61.1.9 to 61.1.12 (#4633)
dependabot[bot] Nov 7, 2025
adf2a65
build(deps): Bump axios from 1.13.0 to 1.13.1 (#4635)
dependabot[bot] Nov 7, 2025
45973cf
docs: fixed typo in "fine-grained token" warning message (#4652)
fizahmad Dec 3, 2025
d1a88db
ci: temporary disable e2e tests workflow (#4684)
opheliagoldstein Dec 6, 2025
2a626d7
docs(readme): remove hacktoberfest notice (#4685)
opheliagoldstein Dec 6, 2025
e6c560f
docs(contributing): remove hacktoberfest notice (#4686)
opheliagoldstein Dec 6, 2025
daa8ee3
build(deps-dev): Bump express from 5.1.0 to 5.2.0 (#4667)
dependabot[bot] Dec 6, 2025
24c335f
build(deps-dev): Bump js-yaml from 4.1.0 to 4.1.1 (#4650)
dependabot[bot] Dec 6, 2025
453f77f
build(deps): Bump glob from 10.4.5 to 10.5.0 (#4651)
dependabot[bot] Dec 6, 2025
7b45628
ci(deps): Bump actions/checkout from 5.0.0 to 6.0.0 (#4653)
dependabot[bot] Dec 6, 2025
5f020e9
ci(deps): Bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 (#…
dependabot[bot] Dec 6, 2025
e42de59
build(deps-dev): Bump lint-staged from 16.2.6 to 16.2.7 (#4655)
dependabot[bot] Dec 6, 2025
68a8dcb
build(deps-dev): Bump prettier from 3.6.2 to 3.7.3 (#4668)
dependabot[bot] Dec 6, 2025
f8a4a26
build(deps-dev): Bump @eslint/eslintrc from 3.3.1 to 3.3.3 (#4669)
dependabot[bot] Dec 6, 2025
2c51a67
build(deps-dev): Bump eslint-plugin-jsdoc from 61.1.12 to 61.4.1 (#4656)
dependabot[bot] Dec 6, 2025
8994937
build(deps-dev): Bump express from 5.1.0 to 5.2.1 (#4670)
dependabot[bot] Dec 6, 2025
e807e16
ci(deps): Bump actions/checkout from 6.0.0 to 6.0.1 (#4690)
dependabot[bot] Dec 19, 2025
a3f234a
ci(deps): Bump actions/setup-node from 6.0.0 to 6.1.0 (#4689)
dependabot[bot] Dec 19, 2025
8ee077b
ci(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#4705)
dependabot[bot] Dec 19, 2025
61b9adb
ci(deps): Bump peter-evans/create-pull-request from 7.0.9 to 8.0.0 (#…
dependabot[bot] Dec 19, 2025
696dd6c
ci: restore e2e test workflow (#4708)
opheliagoldstein Dec 21, 2025
6ade6b4
ci: revert restoring e2e test workflow (#4709)
opheliagoldstein Dec 21, 2025
903588b
build(deps-dev): Bump @eslint/js from 9.39.1 to 9.39.2 (#4703)
dependabot[bot] Dec 21, 2025
a92b817
build(deps-dev): Bump eslint from 9.39.1 to 9.39.2 (#4704)
dependabot[bot] Dec 21, 2025
7d8dad0
build(deps-dev): Bump eslint-plugin-jsdoc from 61.4.2 to 61.5.0 (#4688)
dependabot[bot] Dec 21, 2025
8108ba1
build(deps-dev): Bump @actions/core from 1.11.1 to 2.0.1 (#4702)
dependabot[bot] Dec 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.repository == 'anuraghazra/github-readme-stats'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Deployment Prep
run: python ./.github/workflows/deploy-prep.py
- uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
Expand Down
25 changes: 15 additions & 10 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
name: Test Deployment
on:
deployment_status:
# Temporarily disabled automatic triggers; manual-only for now.
workflow_dispatch:
# Original trigger (restore to re-enable):
# deployment_status:

permissions: read-all

jobs:
e2eTests:
if:
github.repository == 'anuraghazra/github-readme-stats' &&
github.event_name == 'deployment_status' &&
github.event.deployment_status.state == 'success'
name: Perform 2e2 tests
# Temporarily disabled; set to the original condition to re-enable.
# if:
# github.repository == 'anuraghazra/github-readme-stats' &&
# github.event_name == 'deployment_status' &&
# github.event.deployment_status.state == 'success'
if: false
name: Perform e2e tests
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]

steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

- name: Setup Node
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand All @@ -32,5 +37,5 @@ jobs:

- name: Run end-to-end tests.
run: npm run test:e2e
env:
VERCEL_PREVIEW_URL: ${{ github.event.deployment_status.target_url }}
# env:
# VERCEL_PREVIEW_URL: ${{ github.event.deployment_status.target_url }}
2 changes: 1 addition & 1 deletion .github/workflows/empty-issues-closer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# NOTE: Retrieve issue templates.
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

- name: Run empty issues closer action
uses: rickstaa/empty-issues-closer-action@e96914613221511279ca25f50fd4acc85e331d99 # v1.1.74
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-theme-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
node-version: [22.x]

steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

- name: Setup Node
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ossf-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false

Expand All @@ -36,7 +36,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: SARIF file
path: results.sarif
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/preview-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
node-version: [22.x]

steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

- name: Setup Node
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: ${{ matrix.node-version }}
cache: npm

- uses: bahmutov/npm-install@4488656f8e90d3c85e3a964db0018dd624f340e7 # v1.11.1
- uses: bahmutov/npm-install@3e063b974f0d209807684aa23e534b3dde517fd9 # v1.11.2
with:
useLockFile: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stale-theme-pr-closer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
node-version: [22.x]

steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

- name: Setup Node
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: ${{ matrix.node-version }}
cache: npm

- uses: bahmutov/npm-install@4488656f8e90d3c85e3a964db0018dd624f340e7 # v1.11.1
- uses: bahmutov/npm-install@3e063b974f0d209807684aa23e534b3dde517fd9 # v1.11.2
with:
useLockFile: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
node-version: [22.x]

steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

- name: Setup Node
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/theme-prs-closer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

- name: Set up Git
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-langs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
node-version: [22.x]

steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

- name: Setup Node
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand All @@ -53,7 +53,7 @@ jobs:
run: npm run generate-langs-json

- name: Create Pull Request if upstream language file is changed
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
with:
commit-message: "refactor: update languages JSON"
branch: "update_langs/patch"
Expand Down
3 changes: 0 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Contributing to [github-readme-stats](https://github.com/anuraghazra/github-readme-stats)

> [!IMPORTANT]
> Please note that we are NOT participating in Hacktoberfest this year. As a small team, we cannot handle the increased volume of PRs and issues that the event brings. We appreciate your understanding.
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:

- Reporting [an issue](https://github.com/anuraghazra/github-readme-stats/issues/new?assignees=&labels=bug&template=bug_report.yml).
Expand Down
Loading