Skip to content

Commit fae3345

Browse files
chore(deps): pin dependencies (#382)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c81fa85 commit fae3345

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
issues: write
1818
pull-requests: write
1919
steps:
20-
- uses: amannn/action-semantic-pull-request@v6
20+
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
id-token: write
1313
steps:
14-
- uses: astral-sh/setup-uv@v3
14+
- uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
1515

1616
- name: Check out src from Git
1717
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
@@ -31,7 +31,7 @@ jobs:
3131
- name: Attach dists to the release
3232
if: github.event_name == 'release'
3333
# cspell: ignore softprops
34-
uses: softprops/action-gh-release@v2
34+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
3535
with:
3636
name: ${{ github.event.release.tag_name }}
3737
files: dist/*

.github/workflows/tox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Wait for ack workflow to pass
6161
id: wait
6262
# cspell: ignore smartcontractkit chainlink
63-
uses: smartcontractkit/chainlink-github-actions/utils/wait-for-workflows@b49a9d04744b0237908831730f8553f26d73a94b # v2.3.17
63+
uses: smartcontractkit/chainlink-github-actions/utils/wait-for-workflows@1ada5d85b0de3439a0ba238210d40605b5ed6704 # v2.3.32
6464
with:
6565
max-timeout: "120"
6666
polling-interval: "15"
@@ -128,7 +128,7 @@ jobs:
128128
&& sudo apt-get install -y libvirt-dev zsh
129129
130130
- name: Install mise
131-
uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2
131+
uses: jdx/mise-action@ca0c5fc9c8a8386dae8ba5d37608a083a307991c # v3
132132

133133
- name: Set up Python ${{ matrix.python_version || '3.10' }}
134134
if: "!contains(matrix.shell, 'wsl')"
@@ -223,7 +223,7 @@ jobs:
223223

224224
- name: Upload coverage data
225225
if: ${{ needs.build.result != 'skipped' }}
226-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
226+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5
227227
with:
228228
name: ${{ matrix.name }}
229229
# verbose: true # optional (default = false)

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ repos:
8080

8181
# keep at bottom as these are slower
8282
- repo: https://github.com/astral-sh/uv-pre-commit
83-
rev: 0.8.11
83+
rev: 0.8.12
8484
hooks:
8585
- id: uv-sync
8686
- id: uv-lock

0 commit comments

Comments
 (0)