1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Pin actions/checkout github action to a hash instead of a version for increased security (#1179)

This commit is contained in:
Drew Roen
2022-04-28 14:40:18 -05:00
committed by GitHub
parent ac373e7604
commit 1630b08455
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
with:
submodules: true
fetch-depth: 0