File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
# Dependabot pushes to branches in our repo, not in a fork. This causes the push event to trigger for dependabot PRs and the CodeQL check fails.
9
9
- " dependabot/**"
10
10
# Only do a security scan on a PR when there are non-doc changes to save time
11
- pull_request_target :
11
+ pull_request :
12
12
paths-ignore :
13
13
- ' docs/**'
14
14
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ replace (
17
17
)
18
18
19
19
require (
20
- get.porter.sh/magefiles v0.6.3
20
+ get.porter.sh/magefiles v0.6.5
21
21
github.com/Masterminds/semver/v3 v3.2.1
22
22
github.com/PaesslerAG/jsonpath v0.1.1
23
23
github.com/carolynvs/aferox v0.3.0
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX
43
43
cloud.google.com/go/storage v1.10.0 /go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0 =
44
44
cloud.google.com/go/storage v1.14.0 /go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo =
45
45
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 /go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU =
46
- get.porter.sh/magefiles v0.6.3 h1:OE9YqCArn9fvM+VdanGlXNyIjy2F8W4yJGy5kcC/xD0 =
47
- get.porter.sh/magefiles v0.6.3 /go.mod h1:w37oTKICvvaEKR5KVB9UfN2EX30uYO9Qk0oRoz80DOU =
46
+ get.porter.sh/magefiles v0.6.5 h1:A7rKeM3zGG6A8Z/cvOjhexuC07rQ+Ih2FcFX1cwdYzA =
47
+ get.porter.sh/magefiles v0.6.5 /go.mod h1:w37oTKICvvaEKR5KVB9UfN2EX30uYO9Qk0oRoz80DOU =
48
48
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 h1:bvDV9vkmnHYOMsOr4WLk+Vo07yKIzd94sVoIqshQ4bU =
49
49
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 /go.mod h1:8o94RPi1/7XTJvwPpRSzSUedZrtlirdB3r9Z20bi2f8 =
50
50
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0 h1:59MxjQVfjXsBpLy+dbd2/ELV5ofnUkUZBvWSC85sheA =
You can’t perform that action at this time.
0 commit comments