File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 fetch-depth : 2
2626 persist-credentials : false
2727
28- - uses : github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
28+ - uses : github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
2929 with :
3030 languages : go
3131
32- - uses : github/codeql-action/autobuild@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
32+ - uses : github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
3333
34- - uses : github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
34+ - uses : github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
Original file line number Diff line number Diff line change 3333 with :
3434 persist-credentials : false
3535
36- - uses : chainguard-dev/actions/boilerplate@7cd0d4b4ac7cb0554b4c029217a5a50d1d93e029 # main
36+ - uses : chainguard-dev/actions/boilerplate@79bd291c02ef97a833226e8da2cefaa775874fd2 # main
3737 with :
3838 extension : ${{ matrix.extension }}
3939 language : ${{ matrix.language }}
Original file line number Diff line number Diff line change 1919 with :
2020 persist-credentials : false
2121
22- - uses : chainguard-dev/actions/donotsubmit@7cd0d4b4ac7cb0554b4c029217a5a50d1d93e029 # main
22+ - uses : chainguard-dev/actions/donotsubmit@79bd291c02ef97a833226e8da2cefaa775874fd2 # main
Original file line number Diff line number Diff line change 3737 run : go install ./
3838
3939 - name : Setup Cluster
40- uses : chainguard-dev/actions/setup-kind@7cd0d4b4ac7cb0554b4c029217a5a50d1d93e029 # main
40+ uses : chainguard-dev/actions/setup-kind@79bd291c02ef97a833226e8da2cefaa775874fd2 # main
4141 with :
4242 registry-authority : ${{ env.REGISTRY_NAME }}:${{ env.REGISTRY_PORT }}
4343
7171
7272 - name : Collect diagnostics and upload
7373 if : ${{ failure() }}
74- uses : chainguard-dev/actions/kind-diag@7cd0d4b4ac7cb0554b4c029217a5a50d1d93e029 # main
74+ uses : chainguard-dev/actions/kind-diag@79bd291c02ef97a833226e8da2cefaa775874fd2 # main
Original file line number Diff line number Diff line change 2525 go-version-file : ' go.mod'
2626 check-latest : true
2727
28- - uses : chainguard-dev/actions/gofmt@7cd0d4b4ac7cb0554b4c029217a5a50d1d93e029
28+ - uses : chainguard-dev/actions/gofmt@79bd291c02ef97a833226e8da2cefaa775874fd2
2929 with :
3030 args : -s
3131
4646 go-version-file : ' go.mod'
4747 check-latest : true
4848
49- - uses : chainguard-dev/actions/goimports@7cd0d4b4ac7cb0554b4c029217a5a50d1d93e029
49+ - uses : chainguard-dev/actions/goimports@79bd291c02ef97a833226e8da2cefaa775874fd2
5050
5151 lint :
5252 name : Lint
@@ -67,10 +67,10 @@ jobs:
6767 go-version-file : ' go.mod'
6868 check-latest : true
6969
70- - uses : chainguard-dev/actions/trailing-space@7cd0d4b4ac7cb0554b4c029217a5a50d1d93e029
70+ - uses : chainguard-dev/actions/trailing-space@79bd291c02ef97a833226e8da2cefaa775874fd2
7171 if : ${{ always() }}
7272
73- - uses : chainguard-dev/actions/eof-newline@7cd0d4b4ac7cb0554b4c029217a5a50d1d93e029
73+ - uses : chainguard-dev/actions/eof-newline@79bd291c02ef97a833226e8da2cefaa775874fd2
7474 if : ${{ always() }}
7575
7676 - uses : reviewdog/action-misspell@d6429416b12b09b4e2768307d53bef58d172e962 # v1.27.0
You can’t perform that action at this time.
0 commit comments