Skip to content

Commit e9ba3e5

Browse files
Pin third-party GitHub Actions to full commit SHAs (#99)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 0f3d62a commit e9ba3e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2222
- name: Set up Python 3.10
23-
uses: actions/setup-python@v3
23+
uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3
2424
with:
2525
python-version: "3.10"
2626
- name: Install dependencies

0 commit comments

Comments
 (0)