Skip to content

Commit 2e474bb

Browse files
chore(deps): update github/codeql-action digest to 4bdb89f
1 parent 01041e6 commit 2e474bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/shared-codeql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,19 +116,19 @@ jobs:
116116
node-version: ${{ matrix.node-version }}
117117

118118
- name: Initialize CodeQL
119-
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3
119+
uses: github/codeql-action/init@4bdb89f48054571735e3792627da6195c57459e2 # v3
120120
with:
121121
languages: ${{ matrix.language }}
122122

123123
- name: Autobuild
124124
if: inputs.autobuild == true
125-
uses: github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3
125+
uses: github/codeql-action/autobuild@4bdb89f48054571735e3792627da6195c57459e2 # v3
126126

127127
- name: Build
128128
if: needs.define-matrix.outputs.custom_build == 'true'
129129
run: ${{ needs.define-matrix.outputs.build_query }}
130130

131131
- name: Perform CodeQL Analysis
132-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3
132+
uses: github/codeql-action/analyze@4bdb89f48054571735e3792627da6195c57459e2 # v3
133133
with:
134134
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)