File tree 7 files changed +12
-12
lines changed
7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 29
29
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v4
33
33
- name : Bandit Scan
34
34
uses : shundor/python-bandit-scan@9cc5aa4a006482b8a7f91134412df6772dbda22c
35
35
with : # optional arguments
Original file line number Diff line number Diff line change 62
62
63
63
# Initializes the CodeQL tools for scanning.
64
64
- name : Initialize CodeQL
65
- uses : github/codeql-action/init@v3.26.13
65
+ uses : github/codeql-action/init@v3.28.17
66
66
with :
67
67
languages : ${{ matrix.language }}
68
68
# If you wish to specify custom queries, you can do so here or in a config file.
77
77
# If this step fails, then you should remove it and run the build manually (see below)
78
78
- if : matrix.language == 'python'
79
79
name : Autobuild
80
- uses : github/codeql-action/autobuild@v3.26.13
80
+ uses : github/codeql-action/autobuild@v3.28.17
81
81
82
82
- if : matrix.language == 'cpp'
83
83
name : Build C
96
96
# ./location_of_script_within_repo/buildscript.sh
97
97
98
98
- name : Perform CodeQL Analysis
99
- uses : github/codeql-action/analyze@v3.26.13
99
+ uses : github/codeql-action/analyze@v3.28.17
100
100
with :
101
101
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@6b42224f41ee5dfe5395e27c8b2746f1f9955030 # v3.1.0
35
+ uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v3.1.0
36
36
with :
37
37
persist-credentials : false
38
38
39
39
- name : " Run analysis"
40
- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
40
+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
41
41
with :
42
42
results_file : results.sarif
43
43
results_format : sarif
@@ -59,14 +59,14 @@ jobs:
59
59
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
60
60
# format to the repository Actions tab.
61
61
- name : " Upload artifact"
62
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
62
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
63
63
with :
64
64
name : SARIF file
65
65
path : results.sarif
66
66
retention-days : 5
67
67
68
68
# Upload the results to GitHub's code scanning dashboard.
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@b0b722f202d6f76a52f990a286c2b1eacfc5a9ff # v2.26.11
70
+ uses : github/codeql-action/upload-sarif@5eb3ed6614230b1931d5c08df9e096e4ba524f21 # v2.26.11
71
71
with :
72
72
sarif_file : results.sarif
Original file line number Diff line number Diff line change 34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- uses : actions/checkout@v4
37
- - uses : abatilo/actions-poetry@v3
37
+ - uses : abatilo/actions-poetry@v4
38
38
with :
39
39
poetry-version : 1.4.0
40
40
- name : Publish distribution 📦 to Test PyPI
Original file line number Diff line number Diff line change 44
44
uses : actions/setup-python@v5
45
45
with :
46
46
python-version : ${{ matrix.python-version }}
47
- - uses : abatilo/actions-poetry@v3
47
+ - uses : abatilo/actions-poetry@v4
48
48
with :
49
49
poetry-version : 1.4.0
50
50
- name : Install dependencies
Original file line number Diff line number Diff line change 36
36
runs-on : ubuntu-latest
37
37
steps :
38
38
- uses : actions/checkout@v4
39
- - uses : abatilo/actions-poetry@v3
39
+ - uses : abatilo/actions-poetry@v4
40
40
with :
41
41
poetry-version : 1.4.0
42
42
- name : Publish distribution 📦 to PyPI
Original file line number Diff line number Diff line change 41
41
uses : actions/setup-python@v5
42
42
with :
43
43
python-version : ${{ matrix.python-version }}
44
- - uses : abatilo/actions-poetry@v2
44
+ - uses : abatilo/actions-poetry@v4
45
45
with :
46
46
poetry-version : ${{ matrix.poetry-version }}
47
47
- name : View poetry --help
You can’t perform that action at this time.
0 commit comments