File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
python -m pip install --upgrade pip
29
29
pip install -r requirements.txt -r requirements-test.txt
30
30
- name : Lint Code Base
31
- uses : super-linter/super-linter@02a1172d274f021e4c70f66e23f1085eadd1064b
31
+ uses : super-linter/super-linter@b92721f792f381cedc002ecdbb9847a15ece5bb8
32
32
env :
33
33
DEFAULT_BRANCH : main
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
25
- name : Set up Python ${{ matrix.python-version }}
26
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
26
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
36
36
results_format : sarif
37
37
publish_results : true
38
38
- name : " Upload artifact"
39
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
39
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
40
40
with :
41
41
name : SARIF file
42
42
path : results.sarif
43
43
retention-days : 5
44
44
- name : " Upload to code-scanning"
45
- uses : github/codeql-action/upload-sarif@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.24.9
45
+ uses : github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.24.9
46
46
with :
47
47
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments