File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 checks : write
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424 with :
2525 persist-credentials : false
2626
@@ -31,12 +31,12 @@ jobs:
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
34+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535 with :
3636 persist-credentials : false
3737
3838 - name : Set up Go
39- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
39+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
55+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
29+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
35+ uses : github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # 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@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
46+ uses : github/codeql-action/autobuild@c793b717bc78562f491db7b0e93a3a178b099162 # 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@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
60+ uses : github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4
6161
Original file line number Diff line number Diff line change @@ -20,20 +20,20 @@ jobs:
2020
2121 steps :
2222 - name : login to ghcr.io
23- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
23+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
2424 with :
2525 registry : ghcr.io
2626 username : ${{ github.actor }}
2727 password : ${{ secrets.GITHUB_TOKEN }}
2828
2929 - name : Checkout
30- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
30+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3131 with :
3232 fetch-depth : 0
3333 persist-credentials : false
3434
3535 - name : Set up Go
36- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
36+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
3737 with :
3838 cache : false
3939
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616 with :
1717 persist-credentials : false
1818
19- - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
19+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
20+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121 with :
2222 persist-credentials : false
2323
2424 - name : Install the latest version of uv
25- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
25+ uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # 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@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
33+ uses : github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # 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.23.2
1+ FROM alpine:3.23.3
22
33RUN apk add --no-cache git
44
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.0
44
55require (
66 github.com/alecthomas/assert/v2 v2.11.0
7- github.com/gogs/git-module v1.8.5
7+ github.com/gogs/git-module v1.8.7
88 github.com/hashicorp/go-version v1.8.0
99 github.com/jessevdk/go-flags v1.6.1
1010)
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ github.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 =
1010github.com/gogs/git-module v1.8.5 h1:+H1KWQYqdQcbwso6ip5r6EaqQHjUwc9eCnyQ/0v3Q5k =
1111github.com/gogs/git-module v1.8.5 /go.mod h1:WwWjbU0HQJgQUimNcUHxT06zFEHkb/KC9Vx7Xdxa3Ag =
12+ github.com/gogs/git-module v1.8.7 h1:GDyfzB1Z8ytld3LajTfUE4PuIcGcuCHpWB6j8/oD7Tk =
13+ github.com/gogs/git-module v1.8.7 /go.mod h1:IiMSJqi8XH62Kjqjt5Rw8IawSo+DHfM2dDjkSzWLjhs =
1214github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY =
1315github.com/hashicorp/go-version v1.7.0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
1416github.com/hashicorp/go-version v1.8.0 h1:KAkNb1HAiZd1ukkxDFGmokVZe1Xy9HG6NUp+bPle2i4 =
You can’t perform that action at this time.
0 commit comments