Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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 .config/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
4.0.0
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
- name: Setup Ruby, JRuby, and TruffleRuby
uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1.176.0
- name: Install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep@sha256:18fcd539c83a1e8a3df78e77dddce457511f25dc2bd92b6e3bf999f51ab425d3 # latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- run: semgrep ci
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
4.0.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "github-linguist", "~> 7.28"
gem "github-linguist", "~> 9.0"

gem "jekyll", "~> 4.3.0"
gem 'kramdown-parser-gfm', '~> 1.1'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ GEM
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
cgi (0.4.1)
charlock_holmes (0.7.7)
cgi (0.5.1)
charlock_holmes (0.7.9)
colorator (1.1.0)
concurrent-ruby (1.2.3)
dotenv (3.1.2)
Expand All @@ -14,7 +14,7 @@ GEM
eventmachine (1.2.7)
ffi (1.16.3)
forwardable-extended (2.6.0)
github-linguist (7.29.0)
github-linguist (9.3.0)
cgi
charlock_holmes (~> 0.7.7)
mini_mime (~> 1.0)
Expand Down Expand Up @@ -70,7 +70,7 @@ GEM
rexml (3.2.8)
strscan (>= 3.0.9)
rouge (4.2.1)
rugged (1.7.2)
rugged (1.9.0)
safe_yaml (1.0.5)
sass-embedded (1.77.2-aarch64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
Expand All @@ -89,7 +89,7 @@ PLATFORMS

DEPENDENCIES
dotenv
github-linguist (~> 7.28)
github-linguist (~> 9.0)
jekyll (~> 4.3.0)
jekyll-redirect-from
jekyll-relative-links
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openinf/.github",
"version": "0.0.0-development",
"private": true,
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@10.27.0",
"description": "Org-level default metadata & community health files",
"repository": "https://github.com/openinf/.github",
"license": "MIT OR Apache-2.0 OR BlueOak-1.0.0",
Expand All @@ -28,26 +28,26 @@
"@openinf/util-text": "1.1.2",
"@shopify/prettier-plugin-liquid": "1.5.0",
"@types/markdown-it": "14.1.1",
"@types/node": "20.x",
"@types/node": "24.x",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@yarnpkg/shell": "4.0.2",
"dictionary-en": "4.0.0",
"dprint": "0.45.1",
"editorconfig-checker": "5.1.5",
"editorconfig-checker": "6.1.1",
"eslint": "9.6.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-prettier": "10.1.8",
"eslint-import-resolver-node": "0.3.9",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-json-schema-validator": "5.1.0",
"eslint-plugin-jsonc": "2.15.1",
"eslint-plugin-markdown": "5.0.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-regexp": "2.5.0",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-unicorn": "53.0.0",
"eslint-plugin-unicorn": "62.0.0",
"eslint-plugin-wix-editor": "3.3.0",
"eslint-plugin-yml": "1.14.0",
"markdown-it": "14.1.0",
Expand Down
Loading
Loading