Skip to content

Commit

Permalink
Merge pull request #1 from dthaler/harden-runner
Browse files Browse the repository at this point in the history
Use step-security/harden-runner
  • Loading branch information
dthaler authored May 29, 2024
2 parents 712c693 + a468abe commit 4131736
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/AIForOrcas.Client.Web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@v2
- name: Setup .NET Core
Expand All @@ -59,6 +62,9 @@ jobs:
needs:
- build
steps:
- uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: Artifacts cache
uses: actions/cache@v2
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/AIForOrcas.Server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@v2
- name: Setup .NET Core
Expand All @@ -57,6 +60,9 @@ jobs:
needs:
- build
steps:
- uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: Artifacts cache
uses: actions/cache@v2
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/NotificationSystem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@v2
- name: Setup .NET Core
Expand All @@ -53,6 +56,9 @@ jobs:
needs:
- build
steps:
- uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: Artifacts cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 4131736

Please sign in to comment.