File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 go-version-file : ' ${{ github.workspace }}/go.mod'
2828 - name : Restore Go cache
29- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
29+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
3030 with :
3131 path : /home/runner/work/_temp/_github_home/go/pkg/mod
3232 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 6767
6868 # Initializes the CodeQL tools for scanning.
6969 - name : Initialize CodeQL
70- uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98
70+ uses : github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8
7171 with :
7272 languages : ${{ matrix.language }}
7373 build-mode : ${{ matrix.build-mode }}
8080 # queries: security-extended,security-and-quality
8181
8282 - name : Perform CodeQL Analysis
83- uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98
83+ uses : github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8
8484 with :
8585 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2525 ref : ${{ github.event.pull_request.head.sha }}
2626 fetch-depth : 0
2727 - name : Cache go-build and mod
28- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
28+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
2929 with :
3030 path : |
3131 ~/.cache/go-build/
Original file line number Diff line number Diff line change 3636 with :
3737 go-version-file : ' ${{ github.workspace }}/go.mod'
3838 - name : Restore Go cache
39- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
39+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
4040 with :
4141 path : /home/runner/work/_temp/_github_home/go/pkg/mod
4242 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 1515 contents : write
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : release-drafter/release-drafter@3a7fb5c85b80b1dda66e1ccb94009adbbd32fce3
18+ - uses : release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2
1919 with :
2020 config-name : .github/release-drafter.yml
2121 env :
Original file line number Diff line number Diff line change 4141 with :
4242 go-version-file : ' ${{ github.workspace }}/go.mod'
4343 - name : Cache go-build and mod
44- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
44+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
4545 with :
4646 path : |
4747 ~/.cache/go-build/
Original file line number Diff line number Diff line change 3131 with :
3232 go-version-file : ' ${{ github.workspace }}/go.mod'
3333 - name : Restore Go cache
34- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
34+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
3535 with :
3636 path : /home/runner/work/_temp/_github_home/go/pkg/mod
3737 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments