We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4da2a9 commit dd95dcbCopy full SHA for dd95dcb
1 file changed
.github/workflows/BuildJOSSPaper.yml
@@ -17,15 +17,15 @@ jobs:
17
name: Build Paper
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21
- name: Build draft PDF
22
uses: openjournals/openjournals-draft-action@85a18372e48f551d8af9ddb7a747de685fbbb01c
23
with:
24
journal: joss
25
# This should be the path to the paper within your repo.
26
paper-path: paper/paper.md
27
- name: Upload
28
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
29
id: upload-paper
30
31
name: paper
0 commit comments