File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ jobs:
3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v2
42+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
46- uses : github/codeql-action/init@v1
46+ uses : github/codeql-action/init@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2
4747 with :
4848 languages : ${{ matrix.language }}
4949 # If you wish to specify custom queries, you can do so here or in a config file.
5454 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5555 # If this step fails, then you should remove it and run the build manually (see below)
5656 - name : Autobuild
57- uses : github/codeql-action/autobuild@v1
57+ uses : github/codeql-action/autobuild@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2
5858
5959 # ℹ️ Command-line programs to run using the OS shell.
6060 # 📚 https://git.io/JvXDl
6868 # make release
6969
7070 - name : Perform CodeQL Analysis
71- uses : github/codeql-action/analyze@v1
71+ uses : github/codeql-action/analyze@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818
1919 steps :
2020 - name : Set up Go 1.x
21- uses : actions/setup-go@v2
21+ uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
2222 with :
2323 go-version : ${{ matrix.go }}
2424
2525 - name : Check out code into the Go module directory
26- uses : actions/checkout@v2
26+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
2727
2828 - name : go mod package cache
29- uses : actions/cache@v2
29+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
3030 with :
3131 path : ~/go/pkg/mod
3232 key : ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('tests/go.mod') }}
You can’t perform that action at this time.
0 commit comments