We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91d6f6 commit 90b9807Copy full SHA for 90b9807
1 file changed
.github/workflows/codeql-analysis.yml
@@ -43,12 +43,12 @@ jobs:
43
bun-version: ${{ matrix.bun }}
44
45
- name: Initialize CodeQL
46
- uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
+ uses: github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
47
with:
48
languages: ${{ matrix.language }}
49
50
- name: Autobuild
51
- uses: github/codeql-action/autobuild@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
+ uses: github/codeql-action/autobuild@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
52
53
- name: Perform CodeQL Analysis
54
- uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
+ uses: github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
0 commit comments