diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 98b9b5fa..7e5ca5e1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,13 +24,13 @@ jobs: uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" - name: "Run CodeQL init" - uses: "github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb" + uses: "github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98" with: config-file: "./.github/codeql.yml" languages: "python" - name: "Run CodeQL autobuild" - uses: "github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb" + uses: "github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98" - name: "Run CodeQL analyze" - uses: "github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb" + uses: "github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98"