Skip to content

Commit

Permalink
added bolt and pinned actions (#21)
Browse files Browse the repository at this point in the history
* added bolt and pinned actions

* bolt and pin ci.yml
  • Loading branch information
raianand authored Apr 3, 2024
1 parent 28c30ca commit b8307aa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
statuses: write

steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@28c30ca51e4b69b37262da23158de4a5d14f653d # koalalab-inc/bolt@v1.3.0 | main
- name: Checkout
id: checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # actions/checkout@v4 | 1567,v4.1.1
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@28c30ca51e4b69b37262da23158de4a5d14f653d # koalalab-inc/bolt@v1.3.0 | main
- name: Checkout
id: checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # actions/checkout@v4 | 1567,v4.1.1
Expand Down Expand Up @@ -47,6 +49,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@28c30ca51e4b69b37262da23158de4a5d14f653d # koalalab-inc/bolt@v1.3.0 | main
- name: Checkout
id: checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # actions/checkout@v4 | 1567,v4.1.1
2 changes: 2 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@28c30ca51e4b69b37262da23158de4a5d14f653d # koalalab-inc/bolt@v1.3.0 | main
- name: Checkout
id: checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # actions/checkout@v4 | 1567,v4.1.1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
os: linux
arch: x86_64
steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@28c30ca51e4b69b37262da23158de4a5d14f653d # koalalab-inc/bolt@v1.3.0 | main
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # actions/checkout@v4 | 1567,v4.1.1
- name: Get release version
Expand Down

0 comments on commit b8307aa

Please sign in to comment.