@ivuorinen/base-configs 1.2.0 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,7 +32,7 @@ jobs:
32
32
  language: ['actions', 'javascript']
33
33
  steps:
34
34
  - name: CodeQL Analysis
35
- uses: ivuorinen/actions/codeql-analysis@8395dad6b7d5d7d2e1d016cac1eede33ab404a3c # v2026.06.18
35
+ uses: ivuorinen/actions/codeql-analysis@94a4f68a6b95ecc1677fbcac1683119fd869adf7 # v2026.07.04
36
36
  with:
37
37
  language: ${{ matrix.language }}
38
38
  queries: security-and-quality
@@ -52,7 +52,7 @@ jobs:
52
52
 
53
53
  - name: Run PR Lint
54
54
  # https://github.com/ivuorinen/actions
55
- uses: ivuorinen/actions/pr-lint@8395dad6b7d5d7d2e1d016cac1eede33ab404a3c # v2026.06.18
55
+ uses: ivuorinen/actions/pr-lint@94a4f68a6b95ecc1677fbcac1683119fd869adf7 # v2026.07.04
56
56
  env:
57
57
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
58
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -31,7 +31,7 @@ jobs:
31
31
  node-version-file: '.nvmrc'
32
32
 
33
33
  - name: Cache Node Modules
34
- uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
34
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
35
35
  id: cache
36
36
  with:
37
37
  path: node_modules
@@ -29,7 +29,7 @@ jobs:
29
29
  steps:
30
30
  - name: Run PR Lint
31
31
  # https://github.com/ivuorinen/actions
32
- uses: ivuorinen/actions/pr-lint@8395dad6b7d5d7d2e1d016cac1eede33ab404a3c # v2026.06.18
32
+ uses: ivuorinen/actions/pr-lint@94a4f68a6b95ecc1677fbcac1683119fd869adf7 # v2026.07.04
33
33
 
34
34
  publish:
35
35
  name: Publish
@@ -67,7 +67,7 @@ jobs:
67
67
  run: corepack enable
68
68
 
69
69
  - name: Cache Node Modules
70
- uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
70
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
71
71
  id: cache
72
72
  with:
73
73
  path: node_modules
@@ -27,4 +27,4 @@ jobs:
27
27
  issues: write # mark and close stale issues
28
28
  pull-requests: write # mark and close stale pull requests
29
29
  steps:
30
- - uses: ivuorinen/actions/stale@8395dad6b7d5d7d2e1d016cac1eede33ab404a3c # v2026.06.18
30
+ - uses: ivuorinen/actions/stale@94a4f68a6b95ecc1677fbcac1683119fd869adf7 # v2026.07.04
@@ -40,4 +40,4 @@ jobs:
40
40
  token: ${{ secrets.GITHUB_TOKEN }}
41
41
  persist-credentials: false
42
42
  - name: ⤵️ Sync Latest Labels Definitions
43
- uses: ivuorinen/actions/sync-labels@8395dad6b7d5d7d2e1d016cac1eede33ab404a3c # v2026.06.18
43
+ uses: ivuorinen/actions/sync-labels@94a4f68a6b95ecc1677fbcac1683119fd869adf7 # v2026.07.04
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 26.3.1
1
+ 26.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/base-configs",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "type": "module",
5
5
  "description": "ivuorinen's shareable configurations meta package",
6
6
  "author": {