Skip to content

Commit ff169ba

Browse files
committed
fix(gha): force commit hash checkout
dfashjbjchas
1 parent 985650c commit ff169ba

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/ci-default.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ jobs:
5454
echo "\n6. List lib directory:"
5555
ls -la lib/
5656
echo "\n7. Entering submodule:"
57-
cd lib/openzeppelin-contracts-upgradeable || echo "Directory doesn't exist"
58-
echo "\n8. Remote information:"
59-
git remote -v || echo "Not a git repository"
60-
61-
- name: Checkout and setup submodules
62-
run: |
6357
cd lib/openzeppelin-contracts-upgradeable
6458
git fetch --all --tags --force
6559
git checkout 2d081f24cac1a867f6f73d512f2022e1fa987854

.gitmodules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[submodule "lib/openzeppelin-contracts-upgradeable"]
55
path = lib/openzeppelin-contracts-upgradeable
66
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
7-
branch = 2d081f24cac1a867f6f73d512f2022e1fa987854
87
[submodule "lib/forge-std"]
98
path = lib/forge-std
109
url = https://github.com/foundry-rs/forge-std

0 commit comments

Comments
 (0)