Skip to content

Commit b82d410

Browse files
author
Emmanuel Ukoha
committed
chore: pin GitHub Actions to SHA hashes for security
- Pin actions/checkout, setup-python, cache - Dependabot will handle version updates via PRs Ticket: 6361
1 parent 5daffc0 commit b82d410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-python@v4
12+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
13+
- uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
1414
with:
1515
python-version: 3.x
1616
- uses: actions/cache@v3

0 commit comments

Comments
 (0)