File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,23 +20,23 @@ jobs:
2020 checks : write
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
23+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2424 with :
2525 persist-credentials : false
2626
2727 - name : Run golangci-lint
28- uses : golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1 .0
28+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2 .0
2929
3030 test :
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
34+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3535 with :
3636 persist-credentials : false
3737
3838 - name : Set up Go
39- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
39+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
4040
4141 - name : Git Config for Unit Tests
4242 run : |
5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : Checkout
55- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
55+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
5656 with :
5757 persist-credentials : false
5858
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
2626
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
29+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3030 with :
3131 persist-credentials : false
3232
3333 # Initializes the CodeQL tools for scanning.
3434 - name : Initialize CodeQL
35- uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
35+ uses : github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
3636 with :
3737 languages : ${{ matrix.language }}
3838 # If you wish to specify custom queries, you can do so here or in a config file.
4343 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4444 # If this step fails, then you should remove it and run the build manually (see below)
4545 - name : Autobuild
46- uses : github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
46+ uses : github/codeql-action/autobuild@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
4747
4848 # ℹ️ Command-line programs to run using the OS shell.
4949 # 📚 https://git.io/JvXDl
5757 # make release
5858
5959 - name : Perform CodeQL Analysis
60- uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
60+ uses : github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
6161
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
2727 password : ${{ secrets.GITHUB_TOKEN }}
2828
2929 - name : Checkout
30- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
30+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3131 with :
3232 fetch-depth : 0
3333 persist-credentials : false
3434
3535 - name : Set up Go
36- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
36+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
3737 with :
3838 cache : false
3939
@@ -65,10 +65,10 @@ jobs:
6565
6666 # setup qemu and buildx for cross-builds (arm64)
6767 - name : Set up QEMU (for arm64 builds)
68- uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
68+ uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
6969
7070 - name : Set up Docker Buildx
71- uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
71+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
7272 with :
7373 cache-binary : false
7474
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 timeout-minutes : 10
1313
1414 steps :
15- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
15+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1616 with :
1717 persist-credentials : false
1818
19- - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
19+ - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2020 with :
2121 node-version : 24
2222
Original file line number Diff line number Diff line change @@ -17,20 +17,20 @@ jobs:
1717 actions : read
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
20+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2121 with :
2222 persist-credentials : false
2323
2424 - name : Install the latest version of uv
25- uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
25+ uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
2626
2727 - name : Run zizmor 🌈
2828 run : uvx zizmor --format sarif . > results.sarif
2929 env :
3030 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3131
3232 - name : Upload SARIF file
33- uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
33+ uses : github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
3434 with :
3535 sarif_file : results.sarif
3636 category : zizmor
Original file line number Diff line number Diff line change 1- FROM alpine:3.22 .2
1+ FROM alpine:3.23 .2
22
33RUN apk add --no-cache git
44
Original file line number Diff line number Diff line change 11module github.com/autotag-dev/autotag
22
3- go 1.20
3+ go 1.24.0
44
55require (
66 github.com/alecthomas/assert/v2 v2.11.0
7- github.com/gogs/git-module v1.8.4
8- github.com/hashicorp/go-version v1.7 .0
7+ github.com/gogs/git-module v1.8.5
8+ github.com/hashicorp/go-version v1.8 .0
99 github.com/jessevdk/go-flags v1.6.1
1010)
1111
Original file line number Diff line number Diff line change @@ -7,8 +7,12 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
77github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
88github.com/gogs/git-module v1.8.4 h1:oSt8sOL4NWOGrSo/CwbS+C4YXtk76QvxyPofem/ViTU =
99github.com/gogs/git-module v1.8.4 /go.mod h1:bQY0aoMK5Q5+NKgy4jXe3K1GFW+GnsSk0SJK0jh6yD0 =
10+ github.com/gogs/git-module v1.8.5 h1:+H1KWQYqdQcbwso6ip5r6EaqQHjUwc9eCnyQ/0v3Q5k =
11+ github.com/gogs/git-module v1.8.5 /go.mod h1:WwWjbU0HQJgQUimNcUHxT06zFEHkb/KC9Vx7Xdxa3Ag =
1012github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY =
1113github.com/hashicorp/go-version v1.7.0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
14+ github.com/hashicorp/go-version v1.8.0 h1:KAkNb1HAiZd1ukkxDFGmokVZe1Xy9HG6NUp+bPle2i4 =
15+ github.com/hashicorp/go-version v1.8.0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
1216github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM =
1317github.com/hexops/gotextdiff v1.0.3 /go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg =
1418github.com/jessevdk/go-flags v1.6.1 h1:Cvu5U8UGrLay1rZfv/zP7iLpSHGUZ/Ou68T0iX1bBK4 =
You can’t perform that action at this time.
0 commit comments