File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - ' v*'
99 pull_request :
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 shellcheck :
1316 runs-on : ubuntu-latest
1619 uses : actions/checkout@v6
1720
1821 - name : Install asdf dependencies
19- uses : asdf-vm/actions/install@v4
22+ uses : asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4
2023
2124 - name : Run ShellCheck
2225 run : bin/scripts/shellcheck.bash
2831 uses : actions/checkout@v6
2932
3033 - name : Install asdf dependencies
31- uses : asdf-vm/actions/install@v4
34+ uses : asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4
3235
3336 - name : List file to shfmt
3437 run : shfmt -f .
Original file line number Diff line number Diff line change 88 - ' v*'
99 pull_request :
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 plugin_test :
1316 name : asdf plugin test
@@ -19,10 +22,10 @@ jobs:
1922 runs-on : ${{ matrix.os }}
2023 steps :
2124 - name : asdf_plugin_test
22- uses : asdf-vm/actions/plugin-test@v4
25+ uses : asdf-vm/actions/plugin-test@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4
2326 with :
2427 command : type kcc-cache
2528 - name : asdf_plugin_test
26- uses : asdf-vm/actions/plugin-test@v4
29+ uses : asdf-vm/actions/plugin-test@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4
2730 with :
2831 command : kcc-injector -h
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : ["main"]
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 golangci :
1114 name : lint
1619 with :
1720 go-version : " 1.26.4"
1821 - name : golangci-lint
19- uses : golangci/golangci-lint-action@v9
22+ uses : golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
2023 with :
2124 version : latest
Original file line number Diff line number Diff line change 1- cycler == 0.11.0
2- fonttools == 4.34.4
3- kiwisolver == 1.4.4
4- matplotlib == 3.5.3
5- numpy == 1.23.1
6- packaging == 21.3
7- Pillow == 9.2.0
8- pyparsing == 3.0.9
9- python-dateutil == 2.8.2
10- six == 1.16.0
1+ contourpy == 1.3.3
2+ cycler == 0.12.1
3+ fonttools == 4.63.0
4+ kiwisolver == 1.5.0
5+ matplotlib == 3.10.9
6+ numpy == 2.4.6
7+ packaging == 26.2
8+ pillow == 12.2.0
9+ pyparsing == 3.3.2
10+ python-dateutil == 2.9.0.post0
11+ six == 1.17.0
You can’t perform that action at this time.
0 commit comments