Skip to content

Commit 0e54bd6

Browse files
committed
odin-269: explicit hashes on more actions
1 parent 81b0c2b commit 0e54bd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build-common/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
5252
- name: Install tools from asdf config
5353
if: ${{ hashFiles('**/.tool-versions') }}
54-
uses: ai/asdf-cache-action@v1
54+
uses: ai/asdf-cache-action@d74eacf1ff3bb69ce232d6147c88704a9668db3a
5555

5656
- name: cache virtualenv
5757
uses: actions/cache@v4

.github/workflows/merge-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "version=${version}" >> "$GITHUB_OUTPUT"
6060
6161
- name: install poetry
62-
uses: snok/install-poetry@v1
62+
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a
6363
with:
6464
version: ${{ steps.poetry-version.outputs.version }}
6565
plugins: poetry-dynamic-versioning

0 commit comments

Comments
 (0)