mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2026-09-20 05:38:18 +00:00
Pin GitHub Actions to full SHA hashes for security compliance
This commit is contained in:
parent
a4ac4c336c
commit
f2892d85d1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -11,11 +11,11 @@ jobs:
|
||||||
health_check:
|
health_check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
- name: Set up Python 3
|
- name: Set up Python 3
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@39cd14951b4ef949c7f10115dd0357a79e472605 # v5.1.1
|
||||||
- name: Install FontTools
|
- name: Install FontTools
|
||||||
run: pip install fonttools pytest
|
run: pip install fonttools pytest
|
||||||
- name: pytest
|
- name: pytest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue