Skip to content

Commit 75ec794

Browse files
authored
Merge pull request #8 from openeverest/fix-workflow-hashes
Update workflow hashes
2 parents d1d7e2e + a2b3ac4 commit 75ec794

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-index.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Regenerate index/index.json
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
with:
2929
# Need full history so build-index.sh can read the latest commit
3030
# timestamp via `git log`.
@@ -44,7 +44,7 @@ jobs:
4444
run: bash .github/scripts/build-index.sh
4545

4646
- name: Commit if changed
47-
uses: stefanzweifel/git-auto-commit-action@v5
47+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
4848
with:
4949
file_pattern: index/index.json
5050
commit_message: |

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Schema + lint + index dry-run
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020

2121
- name: Install yq
2222
run: |

0 commit comments

Comments
 (0)