File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323 with :
2424 persist-credentials : false
25- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
25+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2626 with :
2727 go-version : stable # see https://github.com/actions/setup-go/?tab=readme-ov-file#using-stableoldstable-aliases
2828 - name : build
Original file line number Diff line number Diff line change 6969
7070 # Initializes the CodeQL tools for scanning.
7171 - name : Initialize CodeQL
72- uses : github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
72+ uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
7373 with :
7474 languages : ${{ matrix.language }}
7575 build-mode : ${{ matrix.build-mode }}
9797 exit 1
9898
9999 - name : Perform CodeQL Analysis
100- uses : github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
100+ uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
101101 with :
102102 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 with :
2020 persist-credentials : false
21- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
21+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2222 with :
2323 go-version-file : go.mod
2424 - name : golangci-lint
Original file line number Diff line number Diff line change 3232 fetch-depth : 0
3333 persist-credentials : false
3434 - name : Set up Go
35- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
35+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
3636 with :
3737 go-version-file : go.mod
3838 - name : Install Syft
You can’t perform that action at this time.
0 commit comments