mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-26 23:43:05 +02:00
[StepSecurity] ci: Harden GitHub Action
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
This commit is contained in:
parent
347f864abb
commit
3d7d47af75
1 changed files with 6 additions and 6 deletions
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
|
@ -6,8 +6,8 @@ jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-python@v2.3.2
|
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
@ -32,8 +32,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
UBUNTU_VERSION: ["20.04"]
|
UBUNTU_VERSION: ["20.04"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-python@v2.3.2
|
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
@ -92,8 +92,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
UBUNTU_VERSION: ["20.04"]
|
UBUNTU_VERSION: ["20.04"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-python@v2.3.2
|
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|
Loading…
Add table
Reference in a new issue