Skip to content

Commit 82b6c9d

Browse files
chore(deps): pin dependencies
1 parent 8b2384e commit 82b6c9d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
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)