We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707ac6b commit b564b4dCopy full SHA for b564b4d
.github/workflows/codeql-analysis.yml
@@ -46,12 +46,12 @@ jobs:
46
cache: 'yarn'
47
48
- name: Initialize CodeQL
49
- uses: github/codeql-action/init@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
+ uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
50
with:
51
languages: ${{ matrix.language }}
52
53
- name: Autobuild
54
- uses: github/codeql-action/autobuild@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
+ uses: github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
55
56
- name: Perform CodeQL Analysis
57
- uses: github/codeql-action/analyze@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
+ uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
0 commit comments