Skip to content

Commit 99efdd8

Browse files
Merge pull request #177 from stephengtuggy/dependabot/github_actions/actions/setup-python-5.1.1
chore(deps): bump actions/setup-python from 5.1.0 to 5.1.1
2 parents 2ed098a + cccfb69 commit 99efdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shiftleft-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# 3. Invoke Scan with the github token. Leave the workspace empty to use relative url
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d #v5.1.0
29+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f #v5.1.1
3030
with:
3131
python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax
3232
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified

0 commit comments

Comments
 (0)