We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f45c15 commit afccb88Copy full SHA for afccb88
.github/workflows/build.yml
@@ -91,10 +91,10 @@ jobs:
91
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
92
93
- name: Initialize CodeQL
94
- uses: github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3
+ uses: github/codeql-action/init@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3
95
with:
96
languages: python
97
config-file: ./.github/codeql-config.yml
98
99
- name: Perform CodeQL Analysis
100
- uses: github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3
+ uses: github/codeql-action/analyze@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3
0 commit comments