Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent de18dd0 commit c92d50b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- 5432:5432

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0 # fetch all history

Expand All @@ -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 }}
Expand All @@ -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]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit c92d50b

Please sign in to comment.