Skip to content

Commit 417b718

Browse files
Merge pull request #221 from developmentseed/fix/pin-github-actions
ci: pin GitHub Actions to SHA digests (fix zizmor unpinned-uses)
2 parents 83eb0d3 + 1c047d5 commit 417b718

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout main
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2626

2727
- name: Checkout eoapi-k8s docs
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2929
with:
3030
repository: developmentseed/eoapi-k8s
3131
path: eoapi-k8s-temp
@@ -70,7 +70,7 @@ jobs:
7070
rm -rf eoapi-k8s-temp
7171
7272
- name: Set up Python 3.8
73-
uses: actions/setup-python@v4
73+
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
7474
with:
7575
python-version: 3.8
7676

0 commit comments

Comments
 (0)