File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1616
1717 - name : Setup Bun
18- uses : oven-sh/setup-bun@v2
18+ uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
1919 with :
2020 bun-version : latest
2121
4949 run : bun run test:plugins
5050
5151 - name : Upload coverage to Codecov
52- uses : codecov/codecov-action@v5
52+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
5353 with :
5454 fail_ci_if_error : false
5555 token : " #{{ secrets.CODECOV_TOKEN }}"
@@ -59,10 +59,10 @@ jobs:
5959
6060 steps :
6161 - name : Checkout
62- uses : actions/checkout@v4
62+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
6363
6464 - name : Setup Bun
65- uses : oven-sh/setup-bun@v2
65+ uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
6666 with :
6767 bun-version : latest
6868
@@ -96,10 +96,10 @@ jobs:
9696
9797 steps :
9898 - name : Checkout
99- uses : actions/checkout@v4
99+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
100100
101101 - name : Setup Go
102- uses : actions/setup-go@v5
102+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
103103 with :
104104 go-version-file : tools/cli/go.mod
105105 cache-dependency-path : tools/cli/go.sum
You can’t perform that action at this time.
0 commit comments