From 9f498b3b611f15395cdfe2d4a9eb2b37a8022dfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:11:47 +0000 Subject: [PATCH] chore(deps): update github actions Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/chromatic.yml | 2 +- .github/workflows/codeql.yml | 4 ++-- .github/workflows/pr-labels.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 57d6a3ab..2c9b4979 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -32,7 +32,7 @@ jobs: - name: Install dependencies run: pnpm install - name: Publish to Chromatic - uses: chromaui/action@da24ada70a2efc3f0b6e1af46fe1b39d2c9d06cf # v11 + uses: chromaui/action@ea1eee60c663ccb7e5d4cfd7a05fcc3a25b7c494 # v11 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} onlyChanged: true diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 322388aa..9ebb4b8e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -21,6 +21,6 @@ jobs: - name: โคต๏ธ Check out code from GitHub uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: ๐Ÿ— Initialize CodeQL - uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f # v3 + uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3 - name: ๐Ÿš€ Perform CodeQL Analysis - uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f # v3 + uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3 diff --git a/.github/workflows/pr-labels.yml b/.github/workflows/pr-labels.yml index 78c9e435..b97e1091 100644 --- a/.github/workflows/pr-labels.yml +++ b/.github/workflows/pr-labels.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ๐Ÿท Verify PR has a valid label - uses: mheap/github-action-required-labels@80a96a4863886addcbc9f681b5b295ba7f5424e1 # v5 + uses: mheap/github-action-required-labels@132879b972cb7f2ac593006455875098e73cc7f2 # v5 with: labels: 'breaking-change, bugfix, documentation, enhancement, refactor, performance, new-feature, maintenance, ci, dependencies, translations, changelog-ignore' mode: minimum