Skip to content

Commit

Permalink
ci: Update per Q3 audit findings (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Mihail Mihov <[email protected]>
  • Loading branch information
mishomihov00 authored Oct 31, 2024
1 parent 9a52c42 commit d0b6a56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# NOTE: Must be placed last to ensure enforcement over all other rules

# Protection Rules for Github Configuration Files and Actions Workflows
/.github/ @hashgraph/release-engineering @hashgraph/release-engineering-managers
/.github/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering @hashgraph/release-engineering-managers

# Codacy Tool Configurations
/config/ @hashgraph/release-engineering @hashgraph/release-engineering-managers
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/saucerswap-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build-and-test:
name: build-and-test
runs-on: ubuntu-latest
runs-on: smart-contracts-linux-medium

steps:
- name: Checkout code
Expand All @@ -22,6 +22,9 @@ jobs:
with:
node-version: '18.x'

- name: Setup Yarn
run: npm install -g yarn

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit d0b6a56

Please sign in to comment.