File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed
Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 pre-commit :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
14- - uses : actions/setup-python@v5
13+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1515 with :
1616 python-version : ' 3.10'
17- - uses : pre-commit/action@v2 .0.0
17+ - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3 .0.1
1818 env :
1919 SKIP : yamlfmt
Original file line number Diff line number Diff line change 88
99jobs :
1010 semgrep :
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-24 .04
1212 name : semgrep-rule-lints
1313 steps :
1414 - uses : actions/checkout@v2
1515 - uses : actions/setup-python@v2
1616 with :
17- python-version : 3.9.2
17+ python-version : 3.9.23
1818 - name : install semgrep
1919 run : pip3 install semgrep
2020 - name : lints for semgrep rules
Original file line number Diff line number Diff line change 1212jobs :
1313 test-latest :
1414 name : rules-test-latest
15- runs-on : ubuntu-20 .04
15+ runs-on : ubuntu-24 .04
1616 steps :
1717 - uses : actions/checkout@v2
1818 - uses : actions/setup-python@v2
1919 with :
20- python-version : 3.9.2
20+ python-version : 3.9.23
2121 - name : install semgrep via pip
2222 run : pip3 install semgrep
2323 - name : validate rules
Original file line number Diff line number Diff line change 1616 validate-metadata :
1717 if : github.repository == 'amplify-security/opengrep-rules'
1818 name : Validate r2c registry metadata
19- runs-on : ubuntu-20 .04
19+ runs-on : ubuntu-24 .04
2020 steps :
2121 - uses : actions/checkout@v2
2222 with :
3535 run : echo $CHANGED_FILES
3636 - uses : actions/setup-python@v2
3737 with :
38- python-version : 3.9.2
38+ python-version : 3.9.23
3939 - name : install deps
4040 run : pip install jsonschema pyyaml
4141 - name : validate metadata
Original file line number Diff line number Diff line change 1+ yaml/github-actions/security/third-party-action-not-pinned-to-commit-sha.yml:third-party-action-not-pinned-to-commit-sha
You can’t perform that action at this time.
0 commit comments