From 2c0f998cf69c8df8eb17dfbbab7a1eaa0caf2af8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 18 Aug 2024 21:02:29 +0200 Subject: [PATCH] chore(deps): pin dependencies (#1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | pinDigest | -> `692973e` | | [actions/setup-node](https://github.com/actions/setup-node) | action | pinDigest | -> `1e60f62` | | [sibiraj-s/action-eslint](https://github.com/sibiraj-s/action-eslint) | action | pinDigest | -> `bcf41bb` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.schulze.network/schulze/trackevery-day/pulls/1 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index 3f378e7..c3a8037 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -14,14 +14,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: node-version: 20 cache: "npm" - run: npm i - - uses: sibiraj-s/action-eslint@v3.0.1 + - uses: sibiraj-s/action-eslint@bcf41bb9abce43cdbad51ab9b3da2eddaa17eab3 # v3.0.1 with: eslint-args: "--ignore-path=.gitignore --quiet" extensions: "js,jsx,ts,tsx"