File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
22
22
persist-credentials : false
23
23
24
24
- name : Install the latest version of uv
25
- uses : astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6
25
+ uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # 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@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
33
+ uses : github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3
34
34
with :
35
35
sarif_file : results.sarif
36
36
category : zizmor
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.17@sha256:38387523653efa0039f8e1c89bb74a30504e76ee9f565e25c9a09841f9427b05
2
- FROM pscale.dev/wolfi-prod/git:2.50.0
2
+ FROM pscale.dev/wolfi-prod/git:2.50.1
3
3
4
4
COPY ghcommit /ghcommit
5
5
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.4
5
+ toolchain go1.24.5
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