Skip to content

Commit

Permalink
Merge pull request #6 from aws-samples/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-5.3.0

chore(deps): update github-actions versions: Bump actions/setup-python from 5.1.0 to 5.3.0
  • Loading branch information
scottschreckengaust authored Nov 14, 2024
2 parents 1d1ac66 + ea6eec7 commit 4767de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout project
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Setup Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: 3.x
- name: Run Bandit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout project
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Setup Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: 3.x
- name: Run Checkov
Expand Down

0 comments on commit 4767de3

Please sign in to comment.