Skip to content

Commit b33bbf0

Browse files
author
root
committed
Pin github actions
1 parent adfe0a0 commit b33bbf0

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
python-version: ["3.8", "3.9", "3.10", "3.11"]
5454

5555
steps:
56-
- uses: actions/checkout@v3
56+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
5757
- name: Set up Python
58-
uses: actions/setup-python@v4
58+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161

@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Upload test results
9494
if: always()
95-
uses: actions/upload-artifact@v3
95+
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
9696
with:
9797
name: test-results
9898
path: .pytest_cache

.github/workflows/manual-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Python
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
1616
with:
1717
python-version: "3.8"
1818

@@ -54,7 +54,7 @@ jobs:
5454
- pypireleaser
5555
- create-github-release
5656
steps:
57-
- uses: actions/checkout@v3
57+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
5858
- name: Publish to Registry
5959
uses: elgohr/Publish-Docker-Github-Action@219613003b08f4d049f34cb56c92e84345e1bb3f # v5
6060
with:

.github/workflows/pc-cli-example.yml

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

1414
steps:
1515
- name: Set up Python
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
1717
with:
1818
python-version: "3.11"
1919

@@ -28,7 +28,7 @@ jobs:
2828
done
2929
3030
- name: Cache pip dependencies
31-
uses: actions/cache@v3
31+
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
3232
with:
3333
path: ~/.cache/pip
3434
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v3
3737
- name: Set up Python
38-
uses: actions/setup-python@v4
38+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
3939
with:
4040
python-version: "3.8"
4141

@@ -77,7 +77,7 @@ jobs:
7777
- pypireleaser
7878
- create-github-release
7979
steps:
80-
- uses: actions/checkout@v3
80+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
8181
- name: Publish to Registry
8282
uses: elgohr/Publish-Docker-Github-Action@219613003b08f4d049f34cb56c92e84345e1bb3f # v5
8383
with:

0 commit comments

Comments
 (0)