Skip to content

Commit

Permalink
build: use github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjo committed Oct 5, 2023
1 parent c8433c1 commit c3b53d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
Expand Down Expand Up @@ -43,7 +43,8 @@ jobs:
path: build/reports/
dependency-review:
needs: build
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Perform dependency review
uses: actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0

0 comments on commit c3b53d4

Please sign in to comment.