Skip to content

Commit 46688db

Browse files
committed
use fork of tj-actions/changed-files, pin others
1 parent 4f70d2a commit 46688db

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/dogfood.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout source code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1616

1717
- name: build-unclog
1818
id: unclog-build
1919
uses: ./.github/actions/build-unclog
2020

2121
- name: Download changelog check binary
2222
id: unclog-download
23-
uses: actions/download-artifact@v4
23+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
2424
with:
2525
name: ${{ steps.unclog-build.outputs.artifact-name }}
2626

2727
- name: Get new changelog files
2828
id: new-changelog-files
29-
uses: tj-actions/changed-files@v45
29+
uses: OffchainLabs/gh-action-changed-files@9200e69727eb73eb060652b19946b8a2fdfb654b # v4.0.8
3030
with:
3131
files: |
3232
log/**.md

log/kasey_pin-actions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### Changed
2+
- Use the OCL fork of tj-actions/changed-files and pin all github action dependencies.

0 commit comments

Comments
 (0)