Skip to content

Commit e4311d7

Browse files
committed
ci: pin the setup-ffmpeg action to its specific sha
1 parent 26a1202 commit e4311d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: "3.8"
2424
cache: "pip"
2525

26-
- uses: FedericoCarboni/setup-ffmpeg@v2
26+
- uses: FedericoCarboni/setup-ffmpeg@583042d32dd1cabb8bd09df03bde06080da5c87c # v2
2727

2828
- name: Install dependencies and package
2929
run: pip install -e . mypy coverage

0 commit comments

Comments
 (0)