From 1e1b15ac5625ef4450d506433996bf4bbd2cc126 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 13:14:41 +0800 Subject: [PATCH] bump: pin dependencies (#163) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | pinDigest | -> `2541b12` | | [release-drafter/release-drafter](https://togithub.com/release-drafter/release-drafter) | action | pinDigest | -> `df69d58` | | [vweevers/additional-tags-action](https://togithub.com/vweevers/additional-tags-action) | action | pinDigest | -> `f54689c` | --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/fuxingloh/multi-labeler). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci-use.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/draft.yml | 2 +- .github/workflows/release.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-use.yml b/.github/workflows/ci-use.yml index da9ef9e..6036e10 100644 --- a/.github/workflows/ci-use.yml +++ b/.github/workflows/ci-use.yml @@ -17,5 +17,5 @@ jobs: name: Uses runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 - uses: ./ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d914ff7..450bdfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 - run: npm install - run: npm run ci diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index fe23ffa..3c8f07c 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -8,6 +8,6 @@ jobs: draft-release: runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v5 + - uses: release-drafter/release-drafter@df69d584deac33d8569990cb6413f82447181076 # tag=v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25242b2..7a3d28b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,5 +8,5 @@ jobs: release-tags: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: vweevers/additional-tags-action@v1 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 + - uses: vweevers/additional-tags-action@f54689cf358d5368ed738306a414a3b020957296 # tag=v1