We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ed098a + cccfb69 commit 99efdd8Copy full SHA for 99efdd8
.github/workflows/shiftleft-analysis.yml
@@ -26,7 +26,7 @@ jobs:
26
# 3. Invoke Scan with the github token. Leave the workspace empty to use relative url
27
28
- name: Set up Python
29
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d #v5.1.0
+ uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f #v5.1.1
30
with:
31
python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax
32
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
0 commit comments