@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.
- package/.github/workflows/codeql.yml +1 -1
- package/.github/workflows/pr-lint.yml +1 -1
- package/.github/workflows/pr.yml +1 -1
- package/.github/workflows/publish.yml +2 -2
- package/.github/workflows/stale.yml +1 -1
- package/.github/workflows/sync-labels.yml +1 -1
- package/.nvmrc +1 -1
- package/package.json +1 -1
|
@@ -32,7 +32,7 @@ jobs:
|
|
|
32
32
|
language: ['actions', 'javascript']
|
|
33
33
|
steps:
|
|
34
34
|
- name: CodeQL Analysis
|
|
35
|
-
uses: ivuorinen/actions/codeql-analysis@
|
|
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@
|
|
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 }}
|
package/.github/workflows/pr.yml
CHANGED
|
@@ -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@
|
|
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@
|
|
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@
|
|
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@
|
|
43
|
+
uses: ivuorinen/actions/sync-labels@94a4f68a6b95ecc1677fbcac1683119fd869adf7 # v2026.07.04
|
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
26.
|
|
1
|
+
26.4.0
|