Skip to content

Commit 958507b

Browse files
authored
gha: pin actions/checkout to hash for v6.0.0 (#65)
actions/checkout@1af3b93
1 parent 7615398 commit 958507b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-pelican.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
contents: write # because we push to asf-site
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2020
with:
2121
persist-credentials: true
2222
ref: ${{ github.ref || 'main' }}

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1616
with:
1717
persist-credentials: false
1818
- name: Install

0 commit comments

Comments
 (0)