Skip to content

Commit 3342c5e

Browse files
chore(deps): pin dependencies (#75)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | pinDigest | -> `11bd719` | | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | pinDigest | -> `49933ea` | | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | pinDigest | -> `a26af69` | | [astral-sh/ruff-action](https://redirect.github.com/astral-sh/ruff-action) | action | pinDigest | -> `eaf0ecd` | | [peter-evans/create-pull-request](https://redirect.github.com/peter-evans/create-pull-request) | action | pinDigest | -> `271a8d0` | --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ackama/drupal-advisory-database). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gareth Jones <gareth.jones@ackama.com>
1 parent fd86047 commit 3342c5e

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
runs-on: ubuntu-latest
2121
timeout-minutes: 15
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
with:
2525
persist-credentials: false
26-
- uses: astral-sh/ruff-action@v3
26+
- uses: astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
2727
with:
2828
version-file: 'pyproject.toml'
2929
args: 'check'
30-
- uses: astral-sh/ruff-action@v3
30+
- uses: astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
3131
with:
3232
version-file: 'pyproject.toml'
3333
args: 'format --check --diff'
@@ -37,10 +37,10 @@ jobs:
3737
runs-on: ubuntu-latest
3838
timeout-minutes: 15
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141
with:
4242
persist-credentials: false
43-
- uses: actions/setup-python@v5
43+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
4444
with:
4545
python-version-file: '.python-version'
4646
- run: pipx install poetry~=2.0
@@ -52,10 +52,10 @@ jobs:
5252
runs-on: ubuntu-latest
5353
timeout-minutes: 15
5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5656
with:
5757
persist-credentials: false
58-
- uses: actions/setup-python@v5
58+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
5959
with:
6060
python-version-file: '.python-version'
6161
- run: pipx install poetry~=2.0
@@ -67,10 +67,10 @@ jobs:
6767
runs-on: ubuntu-latest
6868
timeout-minutes: 15
6969
steps:
70-
- uses: actions/checkout@v4
70+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7171
with:
7272
persist-credentials: false
73-
- uses: actions/setup-python@v5
73+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
7474
with:
7575
python-version-file: '.python-version'
7676
- run: pipx install poetry~=2.0
@@ -82,8 +82,8 @@ jobs:
8282
runs-on: ubuntu-latest
8383
timeout-minutes: 15
8484
steps:
85-
- uses: actions/checkout@v4
85+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8686
with:
8787
persist-credentials: false
88-
- uses: actions/setup-node@v4
88+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
8989
- run: npx prettier --check .

.github/workflows/generate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ jobs:
2020
actions: write # to manually dispatch checks on the pull request
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
with:
2525
persist-credentials: false
26-
- uses: actions/setup-python@v5
26+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2727
with:
2828
python-version-file: '.python-version'
2929
- run: pipx install poetry~=2.0
3030
- run: poetry install
3131
- run: poetry run scripts/download_sa_advisories.py
3232
- run: poetry run scripts/precache_nodes.py
3333
- run: poetry run scripts/generate_osv_advisories.py
34-
- uses: peter-evans/create-pull-request@v7
34+
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
3535
with:
3636
token: ${{ secrets.GENERATOR_GH_TOKEN }}
3737
title: 'feat: update advisories'

0 commit comments

Comments
 (0)