Skip to content

Commit 74a93bc

Browse files
authored
ci: Update per Q3 audit findings (#3194)
* ci: Update per Q3 audit findings Signed-off-by: Mihail Mihov <[email protected]> * ci: Disable npm cache Signed-off-by: Mihail Mihov <[email protected]> --------- Signed-off-by: Mihail Mihov <[email protected]>
1 parent 0736e01 commit 74a93bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
# NOTE: Must be placed last to ensure enforcement over all other rules
2626

2727
# Protection Rules for Github Configuration Files and Actions Workflows
28-
/.github/ @hashgraph/release-engineering @hashgraph/release-engineering-managers
29-
/.github/workflows/ @hashgraph/release-engineering @hashgraph/release-engineering-managers @AlfredoG87 @ebadiere @Nana-EC @hashgraph/hedera-smart-contracts-product
28+
/.github/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering @hashgraph/release-engineering-managers
29+
/.github/workflows/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering @hashgraph/release-engineering-managers @AlfredoG87 @ebadiere @Nana-EC @hashgraph/hedera-smart-contracts-product
3030

3131
# Self-protection for root CODEOWNERS files (this file should not exist and should definitely require approval)
3232
/CODEOWNERS @hashgraph/release-engineering @hashgraph/release-engineering-managers

.github/workflows/dapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
3535
with:
3636
node-version: 20
37-
cache: "npm"
38-
cache-dependency-path: "**/package-lock.json"
37+
#cache: "npm" Disabling this as it causes the workflow to hang, trying to retrieve the cache. Not removing it, because it could be retuned in the future.
38+
#cache-dependency-path: "**/package-lock.json"
3939

4040
- name: Install build tools
4141
run: sudo apt-get update && sudo apt-get install -y make gcc g++

0 commit comments

Comments
 (0)