@@ -44,20 +44,20 @@ jobs:
44
44
45
45
steps :
46
46
- name : Checkout repository
47
- uses : actions/checkout@v4
47
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48
48
with :
49
49
# required to pick up tags for BUILD_VERSION
50
50
fetch-depth : 0
51
51
52
52
- name : " Set up Go"
53
- uses : actions/setup-go@v5
53
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
54
54
with :
55
55
go-version-file : go.mod
56
56
cache-dependency-path : " **/go.sum"
57
57
58
58
# Initializes the CodeQL tools for scanning.
59
59
- name : Initialize CodeQL
60
- uses : github/codeql-action/init@v3
60
+ uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
61
61
with :
62
62
languages : ${{ matrix.language }}
63
63
# If you wish to specify custom queries, you can do so here or in a config file.
68
68
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
69
69
# If this step fails, then you should remove it and run the build manually (see below)
70
70
# - name: Autobuild
71
- # uses: github/codeql-action/autobuild@v3
71
+ # uses: github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
72
72
73
73
# ℹ️ Command-line programs to run using the OS shell.
74
74
# 📚 https://git.io/JvXDl
81
81
make clean build BUILD_RE2_WASM=1
82
82
83
83
- name : Perform CodeQL Analysis
84
- uses : github/codeql-action/analyze@v3
84
+ uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
0 commit comments