Skip to content

Commit bec4dc7

Browse files
chore(deps): pin dependencies
1 parent 38647a4 commit bec4dc7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
1717
with:
1818
fetch-depth: 0
1919
- name: Set up Mise Environment
20-
uses: jdx/mise-action@v3
20+
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
2121
- name: Cache Go modules
22-
uses: actions/cache@v5
22+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
2323
with:
2424
path: |
2525
~/.cache/go-build

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
1919
with:
2020
fetch-depth: 0
2121

2222
- name: Set up mise
23-
uses: jdx/mise-action@v3
23+
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
2424

2525
- name: Cache Go Modules
26-
uses: actions/cache@v5
26+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
2727
with:
2828
path: |
2929
~/.cache/go-build
@@ -37,7 +37,7 @@ jobs:
3737
go test -race -coverprofile=coverage.txt -covermode=atomic $(go list ./... | grep -v internal/testhelper)
3838
3939
- name: Upload coverage to Codecov
40-
uses: codecov/codecov-action@v7
40+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343
files: ./coverage.txt

0 commit comments

Comments
 (0)