File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
18
18
deploy :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v3
22
- - uses : actions/setup-python@v4
21
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
22
+ - uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
23
23
with :
24
24
python-version : 3.x
25
- - uses : actions/cache@v4
25
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
26
26
with :
27
27
key : ${{ github.ref }}
28
28
path : .cache
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
14
14
15
15
- name : Set up Go
16
- uses : actions/setup-go@v5
16
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
17
17
with :
18
18
go-version : 1.24
19
19
24
24
run : go test -v ./src/...
25
25
26
26
- name : Run golangci-lint
27
- uses : golangci/golangci-lint-action@v6
27
+ uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
28
28
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
13
13
- name : Install Nix
14
- uses : cachix/install-nix-action@v31
14
+ uses : cachix/install-nix-action@7be5dee1421f63d07e71ce6e0a9f8a4b07c2a487 # v31.6.1
15
15
- name : Nix version
16
16
run : nix --version
17
17
- name : Nix build
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
13
13
- name : Install Rust
14
- uses : actions-rust-lang/setup-rust-toolchain@v1
14
+ uses : actions-rust-lang/setup-rust-toolchain@2fcdc490d667999e01ddbbf0f2823181beef6b39 # v1.15.0
15
15
with :
16
16
toolchain : stable
17
17
override : true
You can’t perform that action at this time.
0 commit comments