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] committed Sep 9, 2024
1 parent 42e62df commit 7e2fbb5
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0 # fetch all history

Expand All @@ -41,7 +41,7 @@ jobs:
- name: Apt install
run: sudo apt-get install -y libxmlsec1-dev

- uses: eifinger/setup-rye@v4
- uses: eifinger/setup-rye@a64bd427414a77fd506d9a85a590ab36d71cf86a # v4
id: setup-rye

- name: Pin python-version ${{ 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- uses: eifinger/setup-rye@v4
- uses: eifinger/setup-rye@a64bd427414a77fd506d9a85a590ab36d71cf86a # v4
id: setup-rye

# 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/[email protected]
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Apt install
run: sudo apt-get update && sudo apt-get install -y libxmlsec1-dev

- uses: eifinger/setup-rye@v4
- uses: eifinger/setup-rye@a64bd427414a77fd506d9a85a590ab36d71cf86a # v4
id: setup-rye

- name: Self-hosted Renovate
uses: renovatebot/[email protected]
uses: renovatebot/github-action@76d49712364696a06b60e8647df46b288fff0ddc # v40.2.4
with:
configurationFile: renovate-config.json
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7e2fbb5

Please sign in to comment.