File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 ref : ${{ github.event.pull_request.head.sha }}
1919 - name : Create backport PRs
20- uses : korthout/backport-action@bd68141f079bd036e45ea8149bc9d174d5a04703 # v1.4 .0
20+ uses : korthout/backport-action@408fae11ed190c2f91bf15d15af01b8f8b45709b # v2.0 .0
2121 # xref: https://github.com/korthout/backport-action#inputs
2222 with :
2323 # Use token to allow workflows to be triggered for the created PR
Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ jobs:
4040 **/go.sum
4141 **/go.mod
4242 - name : Initialize CodeQL
43- uses : github/codeql-action/init@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4
43+ uses : github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
4444 with :
4545 languages : go
4646 # xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
4747 # xref: https://codeql.github.com/codeql-query-help/go/
4848 queries : security-and-quality
4949 - name : Autobuild
50- uses : github/codeql-action/autobuild@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4
50+ uses : github/codeql-action/autobuild@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
5151 - name : Perform CodeQL Analysis
52- uses : github/codeql-action/analyze@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4
52+ uses : github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
You can’t perform that action at this time.
0 commit comments