File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6
25
+ uses : astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # 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@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3
33
+ uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # 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
- # syntax=docker/dockerfile:1.16 @sha256:e2dd261f92e4b763d789984f6eab84be66ab4f5f08052316d8eb8f173593acf7
2
- FROM pscale.dev/wolfi-prod/git:2.49 .0
1
+ # syntax=docker/dockerfile:1.17 @sha256:e63addfe27b10e394a5f9f1e866961adc70d08573f1cb80f8d1a0999347b3553
2
+ FROM pscale.dev/wolfi-prod/git:2.50 .0
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.3
5
+ toolchain go1.24.4
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