Skip to content

Commit 805ef47

Browse files
committed
ci: Pin all gh actions to commit SHAs
1 parent 87678dd commit 805ef47

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-python@v4
13+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
14+
- uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
1515
with:
1616
python-version: 3.x
1717
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
18-
- uses: actions/cache@v3
18+
- uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0
1919
with:
2020
key: mkdocs-material-${{ env.cache_id }}
2121
path: .cache

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
2525
- name: Set up Python
26-
uses: actions/setup-python@v2
26+
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
2727
with:
2828
python-version: '3.10.x'
2929
- name: Install dependencies

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
name: Python ${{ matrix.python-version }} on ${{ matrix.os }} test
4444

4545
steps:
46-
- uses: actions/checkout@v3
46+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
4747
- name: Set up Python
48-
uses: actions/setup-python@v5
48+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151
- name: Install dependencies

.github/workflows/type-checkers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
name: Python ${{ matrix.python-version }} test
1515

1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
1818

1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323

0 commit comments

Comments
 (0)