Skip to content

Commit

Permalink
Merge branch 'hashgraph:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
tmctl authored Jan 14, 2025
2 parents 9828d62 + f989fe6 commit 2d92819
Show file tree
Hide file tree
Showing 7 changed files with 268 additions and 692 deletions.
29 changes: 15 additions & 14 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,32 @@
# NOTE: Must be placed last to ensure enforcement over all other rules

# Protection Rules for Github Configuration Files and Actions Workflows
/.github/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/hgraph-io-hedera
/.github/workflows/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/hgraph-io-hedera
/.github/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/hgraph-io-hedera
/.github/workflows/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers
/.github/CODEOWNERS @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers

# NPM and typescript protections
**/.npmignore @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/hgraph-io-hedera
**/package.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/hgraph-io-hedera
**/package-lock.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/hgraph-io-hedera
**/tsconfig.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/hgraph-io-hedera
**/typedoc.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/hgraph-io-hedera
**/jest.config.ts @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/hgraph-io-hedera
**/.npmignore @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-advocates @hashgraph/hgraph-io-hedera
**/package.json @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-advocates @hashgraph/hgraph-io-hedera
**/package-lock.json @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-advocates @hashgraph/hgraph-io-hedera
**/tsconfig.json @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-advocates @hashgraph/hgraph-io-hedera
**/typedoc.json @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-advocates @hashgraph/hgraph-io-hedera
**/jest.config.ts @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-advocates @hashgraph/hgraph-io-hedera

# Rules for prettier
**/.prettierignore @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/hgraph-io-hedera
**/.prettierrc @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/hgraph-io-hedera
**/.prettierignore @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-advocates @hashgraph/hgraph-io-hedera
**/.prettierrc @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-advocates @hashgraph/hgraph-io-hedera

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

# Protect the repository root files
/README.md @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/hgraph-io-hedera
/README.md @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/hgraph-io-hedera
**/LICENSE @hashgraph/release-engineering-managers

# CodeCov configuration
**/codecov.yml @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/hgraph-io-hedera
**/codecov.yml @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/hgraph-io-hedera

# Git Ignore definitions
**/.gitignore @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/hgraph-io-hedera
**/.gitignore.* @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/hgraph-io-hedera
**/.gitignore @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/hgraph-io-hedera
**/.gitignore.* @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/hgraph-io-hedera
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Publish Canary
on:
pull_request:
push:
branches:
- main

Expand All @@ -14,7 +14,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit

Expand Down
Loading

0 comments on commit 2d92819

Please sign in to comment.