File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 14
14
test :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
18
18
with :
19
19
persist-credentials : false
20
20
36
36
release-test :
37
37
runs-on : ubuntu-latest
38
38
steps :
39
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
39
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
40
40
with :
41
41
persist-credentials : false
42
42
Original file line number Diff line number Diff line change 14
14
licensing :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
18
18
with :
19
19
fetch-depth : 0
20
20
persist-credentials : false
Original file line number Diff line number Diff line change 22
22
test :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
26
26
with :
27
27
persist-credentials : false
28
28
52
52
53
53
steps :
54
54
- name : checkout code with full history (unshallow)
55
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
55
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
56
56
with :
57
57
fetch-depth : 0
58
58
fetch-tags : true
74
74
install-only : true
75
75
76
76
- name : login to ghcr.io
77
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
77
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
78
78
with :
79
79
registry : ghcr.io
80
80
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 12
12
timeout-minutes : 10
13
13
14
14
steps :
15
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
16
16
with :
17
17
persist-credentials : false
18
18
Original file line number Diff line number Diff line change @@ -17,20 +17,20 @@ jobs:
17
17
actions : read
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
21
21
with :
22
22
persist-credentials : false
23
23
24
24
- name : Install the latest version of uv
25
- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6
25
+ uses : astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6
26
26
27
27
- name : Run zizmor 🌈
28
28
run : uvx zizmor --format sarif . > results.sarif
29
29
env :
30
30
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31
31
32
32
- name : Upload SARIF file
33
- uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
33
+ uses : github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3
34
34
with :
35
35
sarif_file : results.sarif
36
36
category : zizmor
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/planetscale/ghcommit
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.24.5
5
+ toolchain go1.25.0
6
6
7
7
require (
8
8
github.com/jessevdk/go-flags v1.6.1
You can’t perform that action at this time.
0 commit comments