From c92d50bc232ad0c9ce847beb75f5995cc91d4d12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 18:50:05 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/renovate.yml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 278943c9..e32f44c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - 5432:5432 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 # fetch all history @@ -42,7 +42,7 @@ jobs: run: sudo apt-get install -y libxmlsec1-dev - name: Install uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@2e657c127d5b1635d5a8e3fa40e0ac50a5bf6992 # v3 - name: Pin python-version ${{ matrix.python-version }} run: uv python pin ${{ matrix.python-version }} @@ -68,14 +68,14 @@ jobs: runs-on: ubuntu-22.04 if: startsWith(github.ref, 'refs/tags/') steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@2e657c127d5b1635d5a8e3fa40e0ac50a5bf6992 # v3 # extract the app name out of the tag's ref value - id: get-app-name - uses: actions/github-script@v7 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 with: script: | const appName = context.ref.match(/refs\/tags\/([a-z\-]+)\/v\S+$/)[1] diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 89aa917b..1c6b5045 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -12,16 +12,16 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.1.6 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Apt install run: sudo apt-get update && sudo apt-get install -y libxmlsec1-dev - name: Install uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@2e657c127d5b1635d5a8e3fa40e0ac50a5bf6992 # v3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.2.4 + uses: renovatebot/github-action@76d49712364696a06b60e8647df46b288fff0ddc # v40.2.4 with: configurationFile: renovate-config.json token: ${{ secrets.GITHUB_TOKEN }}