Skip to content

Commit 71f3690

Browse files
authored
CM-61023: update pinned actions (#414)
1 parent 6462bea commit 71f3690

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/build_executable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Setup Poetry
7777
if: steps.cached-poetry.outputs.cache-hit != 'true'
78-
uses: snok/install-poetry@v1
78+
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1.4.1
7979
with:
8080
version: 2.2.1
8181

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Setup Poetry
4646
if: steps.cached_poetry.outputs.cache-hit != 'true'
47-
uses: snok/install-poetry@v1
47+
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1.4.1
4848
with:
4949
version: 2.2.1
5050

.github/workflows/pre_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Setup Poetry
4848
if: steps.cached-poetry.outputs.cache-hit != 'true'
49-
uses: snok/install-poetry@v1
49+
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1.4.1
5050
with:
5151
version: 2.2.1
5252

@@ -74,4 +74,4 @@ jobs:
7474
run: poetry build
7575

7676
- name: Publish a Python distribution to PyPI
77-
uses: pypa/gh-action-pypi-publish@106e0b0b7c337fa67ed433972f777c6357f78598 # v1.13.0
77+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Setup Poetry
4747
if: steps.cached-poetry.outputs.cache-hit != 'true'
48-
uses: snok/install-poetry@v1
48+
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1.4.1
4949
with:
5050
version: 2.2.1
5151

@@ -73,4 +73,4 @@ jobs:
7373
run: poetry build
7474

7575
- name: Publish a Python distribution to PyPI
76-
uses: pypa/gh-action-pypi-publish@106e0b0b7c337fa67ed433972f777c6357f78598 # v1.13.0
76+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Setup Poetry
3939
if: steps.cached-poetry.outputs.cache-hit != 'true'
40-
uses: snok/install-poetry@v1
40+
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1.4.1
4141
with:
4242
version: 2.2.1
4343

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Setup Poetry
4141
if: steps.cached-poetry.outputs.cache-hit != 'true'
42-
uses: snok/install-poetry@v1
42+
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1.4.1
4343
with:
4444
version: 2.2.1
4545

.github/workflows/tests_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Setup Poetry
5656
if: steps.cached-poetry.outputs.cache-hit != 'true'
57-
uses: snok/install-poetry@v1
57+
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1.4.1
5858
with:
5959
version: 2.2.1
6060

0 commit comments

Comments
 (0)