From 11ec2ad6bf40ad08183640219c81912fe4c7aac9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:57:03 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/auto-approve.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/npm-publish.yml | 4 ++-- .github/workflows/stale.yml | 2 +- package.json | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index a417070..ad6bb01 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git Checkout - uses: actions/checkout@v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: '0' - name: Approve PR diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a19bef7..da515c6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: - 20 - 18 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ab51afd..eb5ce6b 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: "20.x" @@ -17,7 +17,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: "20.x" diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5158023..c3fe721 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,7 +14,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v9 + - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 365 diff --git a/package.json b/package.json index d1dcb7a..9b88fed 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,9 @@ "test" ], "devDependencies": { - "ava": "^6.1.2", - "nyc": "^15.1.0", - "xo": "^0.58.0" + "ava": "6.1.2", + "nyc": "15.1.0", + "xo": "0.58.0" }, "type": "module" }