chore(deps): pin dependencies
This commit is contained in:
		@@ -14,14 +14,14 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - uses: actions/setup-node@v4
 | 
					      - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          node-version: 20
 | 
					          node-version: 20
 | 
				
			||||||
          cache: "npm"
 | 
					          cache: "npm"
 | 
				
			||||||
      - run: npm i
 | 
					      - run: npm i
 | 
				
			||||||
      - uses: sibiraj-s/action-eslint@v3.0.1
 | 
					      - uses: sibiraj-s/action-eslint@bcf41bb9abce43cdbad51ab9b3da2eddaa17eab3 # v3.0.1
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          eslint-args: "--ignore-path=.gitignore --quiet"
 | 
					          eslint-args: "--ignore-path=.gitignore --quiet"
 | 
				
			||||||
          extensions: "js,jsx,ts,tsx"
 | 
					          extensions: "js,jsx,ts,tsx"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user