Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
uses: github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
with:
languages: ${{ matrix.language }}
queries: security-extended,security-and-quality

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
uses: github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
with:
category: '/language:${{matrix.language}}'
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- name: Check out project repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Node.js runtime
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version-file: 'package.json'
- name: Set up Ruby runtime
uses: ruby/setup-ruby@3a77c29278ae80936b4cb030fefc7d21c96c786f # v1.185.0
uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # v1.187.0
- name: Install
run: |
corepack enable
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3
3.3.4
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "The OpenINF portal, other static resources, and more static electricity",
"packageManager": "pnpm@9.5.0",
"engines": {
"node": "20.15.0",
"node": "20.15.1",
"pnpm": "9.5.0"
},
"exports": {
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@devcontainers/cli": "0.65.0",
"@devcontainers/cli": "0.66.0",
"@isaacs/catcher": "1.0.4",
"@openinf/gh-file-importer": "2.0.1",
"@openinf/util-errors": "2.0.7",
Expand All @@ -36,7 +36,7 @@
"cspell": "8.10.4",
"cssnano": "7.0.4",
"dictionary-en": "4.0.0",
"dprint": "0.47.1",
"dprint": "0.47.2",
"editorconfig-checker": "5.1.8",
"globby": "14.0.2",
"gulp": "5.0.0",
Expand All @@ -54,7 +54,7 @@
"markdownlint-cli2": "0.13.0",
"markdownlint-cli2-formatter-default": "0.0.4",
"nps": "5.10.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"remark": "15.0.1",
"remark-cli": "12.0.1",
"remark-directive": "3.0.0",
Expand Down Expand Up @@ -96,7 +96,7 @@
"retext-syntax-mentions": "4.0.0",
"retext-syntax-urls": "4.0.0",
"strip-comments": "2.0.1",
"stylelint": "16.6.1",
"stylelint": "16.7.0",
"stylelint-config-recess-order": "5.0.1",
"stylelint-config-standard-scss": "13.1.0",
"tsx": "4.16.2",
Expand Down
Loading