Skip to content

Commit dd95dcb

Browse files
authored
Pin workflows to full-length commit SHAs
1 parent f4da2a9 commit dd95dcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/BuildJOSSPaper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
name: Build Paper
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
- name: Build draft PDF
2222
uses: openjournals/openjournals-draft-action@85a18372e48f551d8af9ddb7a747de685fbbb01c
2323
with:
2424
journal: joss
2525
# This should be the path to the paper within your repo.
2626
paper-path: paper/paper.md
2727
- name: Upload
28-
uses: actions/upload-artifact@v6
28+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
2929
id: upload-paper
3030
with:
3131
name: paper

0 commit comments

Comments
 (0)