@book000/eslint-config 1.15.22 → 1.15.23

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.
@@ -15,4 +15,4 @@ on:
15
15
  jobs:
16
16
  node-ci:
17
17
  name: Node CI
18
- uses: book000/templates/.github/workflows/reusable-nodejs-ci-pnpm.yml@master
18
+ uses: book000/templates/.github/workflows/reusable-nodejs-ci-pnpm.yml@0973a96ab08cb4eb8820eaa5b35bde6d4f745118 # master
@@ -22,18 +22,18 @@ jobs:
22
22
 
23
23
  steps:
24
24
  - name: 🛎 Checkout
25
- uses: actions/checkout@v7
25
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
26
26
  with:
27
27
  fetch-depth: 0
28
28
 
29
29
  - name: 🏗 Setup node
30
- uses: actions/setup-node@v6
30
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
31
31
  with:
32
32
  node-version-file: .node-version
33
33
  registry-url: 'https://registry.npmjs.org'
34
34
 
35
35
  - name: Setup pnpm
36
- uses: pnpm/action-setup@v6
36
+ uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6
37
37
  id: pnpm-install
38
38
  with:
39
39
  run_install: false
@@ -45,7 +45,7 @@ jobs:
45
45
  echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
46
46
 
47
47
  - name: 📂 Setup pnpm cache
48
- uses: actions/cache@v6
48
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
49
49
  with:
50
50
  path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
51
51
  key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -58,7 +58,7 @@ jobs:
58
58
 
59
59
  - name: 🏷 Bump version and push tag
60
60
  id: tag-version
61
- uses: mathieudutour/github-tag-action@v6.2
61
+ uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b # v6.2
62
62
  with:
63
63
  github_token: ${{ secrets.GITHUB_TOKEN }}
64
64
  default_bump: 'minor'
@@ -74,7 +74,7 @@ jobs:
74
74
 
75
75
  - name: 📃 Create Release
76
76
  id: create_release
77
- uses: ncipollo/release-action@v1.21.0
77
+ uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21.0
78
78
  env:
79
79
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80
80
  with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@book000/eslint-config",
3
- "version": "1.15.22",
3
+ "version": "1.15.23",
4
4
  "description": "ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config"