Skip to content

Commit b74e33d

Browse files
authored
security: pin 3rd-party Actions to SHAs to mitigate supply chain risk (#75)
1 parent f20629d commit b74e33d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
run: |
3838
uv run pdoc src/MoBI_View -o docs_build -t docs/pdoc-theme --docformat google
3939
touch docs_build/.nojekyll
40-
- uses: JamesIves/github-pages-deploy-action@v4
40+
- uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8
4141
with:
4242
folder: docs_build

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version-file: pyproject.toml
2828

2929
- name: Install uv
30-
uses: astral-sh/setup-uv@v6
30+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6
3131
with:
3232
enable-cache: true
3333

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
shell: pwsh
7373

7474
- name: Upload coverage to Codecov
75-
uses: codecov/codecov-action@v5
75+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
7676
with:
7777
token: ${{ secrets.CODECOV_TOKEN }}
7878
verbose: true

0 commit comments

Comments
 (0)