File tree Expand file tree Collapse file tree 7 files changed +10
-8
lines changed
Expand file tree Collapse file tree 7 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1717 go-version : ['1.21', '1.22', stable]
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2121 with :
2222 persist-credentials : false
2323
Original file line number Diff line number Diff line change 1414 licensing :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1818 with :
1919 fetch-depth : 0
2020 persist-credentials : false
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : checkout code with full history (unshallow)
24- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2525 with :
2626 fetch-depth : 0
2727 fetch-tags : true
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2121 with :
2222 ref : ${{ github.head_ref }}
2323 persist-credentials : false
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2121 with :
2222 persist-credentials : false
2323
2424 - name : Install the latest version of uv
25- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6
25+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
33+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
3434 with :
3535 sarif_file : results.sarif
3636 category : zizmor
Original file line number Diff line number Diff line change 44
55require (
66 github.com/infobloxopen/go-trees v0.0.0-20221216143356-66ceba885ebc
7- github.com/stretchr/testify v1.10 .0
7+ github.com/stretchr/testify v1.11 .0
88)
99
1010require (
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
66github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
77github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
88github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
9+ github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8 =
10+ github.com/stretchr/testify v1.11.0 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
911gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
1012gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
1113gopkg.in/yaml.v2 v2.3.0 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
You can’t perform that action at this time.
0 commit comments