Skip to content

Commit 9d57171

Browse files
committed
use SHAs instead of versions for actions
1 parent 351813e commit 9d57171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #5.0.0
2525
with:
2626
fetch-depth: 0
2727
token: ${{ secrets.GITHUB_TOKEN }}
@@ -41,7 +41,7 @@ jobs:
4141
git checkout -b "$BRANCH_NAME"
4242
4343
- name: Set up Python
44-
uses: actions/setup-python@v4
44+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v6.0.0
4545
with:
4646
python-version: '3.11'
4747

0 commit comments

Comments
 (0)