Skip to content

Commit 64f892f

Browse files
authored
Update interpreted-languages-python.md
1 parent dd3323f commit 64f892f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

troubleshooting/codeql-builds/interpreted-languages-python.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==.
44

5+
> ⚠️ **Warning:** This error is no longer expected in CodeQL analysis as the dependency installation has been removed on new scan configs. See: [Code scanning with CodeQL no longer installs Python dependencies automatically for new users - GitHub Changelog](https://github.blog/changelog/2023-07-11-code-scanning-with-codeql-no-longer-installs-python-dependencies-automatically-for-new-users/)
6+
7+
58
Error/Warning in the workflow logs like:
69

710
```yml
@@ -34,4 +37,4 @@ Alternatively, you can disable the auto-install dependency functionality. You wi
3437
# Override the default behavior so that the action doesn't attempt
3538
# to auto-install Python dependencies
3639
setup-python-dependencies: false
37-
```
40+
```

0 commit comments

Comments
 (0)