Skip to content

Commit b9e26f4

Browse files
committed
Pin actions/checkout to an exact SHA reference
See: https://docs.zizmor.sh/audits/#unpinned-uses
1 parent ac3dc90 commit b9e26f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
with:
1717
path: code
1818
- name: Checkout pages
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
with:
2121
path: gh-pages
2222
ref: gh-pages

0 commit comments

Comments
 (0)