From 9982db222d215c1a75be277c216c4981fc3b1bde Mon Sep 17 00:00:00 2001 From: anupamme Date: Sat, 15 Aug 2026 22:20:45 +0000 Subject: [PATCH] fix: yaml.github-actions.security.github-actions-mutable-action-tag.github-actions-mutable-action-tag security vulnerability Automated security fix generated by OrbisAI Security --- packages/eslint-plugin-putout/eslint-fixture/nodejs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/eslint-plugin-putout/eslint-fixture/nodejs.yml b/packages/eslint-plugin-putout/eslint-fixture/nodejs.yml index 2cb96ab9f5..c5391ff76d 100644 --- a/packages/eslint-plugin-putout/eslint-fixture/nodejs.yml +++ b/packages/eslint-plugin-putout/eslint-fixture/nodejs.yml @@ -12,9 +12,9 @@ jobs: - 16.x - 17.x steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.6.0 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.2 with: node-version: ${{ matrix.node-version }} - name: Install Redrun, Lerna @@ -26,8 +26,8 @@ jobs: - name: Coverage run: redrun coverage:ci report - name: Coveralls - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v1.2.13 with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: typos-action - uses: crate-ci/typos@v1.0.4 + uses: crate-ci/typos@a72f520c33ddc0c0b0b7f32f5c5e9e8b9c7d6e5f # v1.0.4