Skip to content

Commit 29af2f0

Browse files
chore: update GitHub Actions to use commit hashes (#205)
1 parent 0817943 commit 29af2f0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/update-db.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131

3232
- name: Cache
3333
id: cache
34-
uses: actions/cache@v5
34+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3535
with:
3636
path: cache
3737
key: update-${{ github.sha }}
3838

3939
- name: Set up Python
40-
uses: actions/setup-python@v6
40+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4141
with:
4242
python-version: '3.12'
4343

@@ -58,7 +58,7 @@ jobs:
5858
run: 7z a build.zip ./gh-pages/* ./gh-pages-template/*
5959

6060
- name: Upload artifact
61-
uses: actions/upload-artifact@v6
61+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6262
with:
6363
name: update
6464
path: ${{ github.workspace }}/build.zip

0 commit comments

Comments
 (0)