Skip to content

Commit

Permalink
Merge pull request #120 from stephengtuggy/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-python-4.6.1

chore(deps): bump actions/setup-python from 4.6.0 to 4.6.1
  • Loading branch information
stephengtuggy authored Jun 4, 2023
2 parents 0b476ee + a6f0575 commit 5f54abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shiftleft-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# 3. Invoke Scan with the github token. Leave the workspace empty to use relative url

- name: Set up Python 3.7
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
with:
python-version: '3.7' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
Expand Down

0 comments on commit 5f54abc

Please sign in to comment.