File tree Expand file tree Collapse file tree 7 files changed +561
-473
lines changed Expand file tree Collapse file tree 7 files changed +561
-473
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout Source
17
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
18
- name : Setup Dependencies
19
19
uses : ' ./.github/actions/deps'
20
20
with :
21
21
python-version : ' 3.11'
22
22
- name : Install MDL
23
23
run : echo $'source \'https://rubygems.org\'\ngem \'mdl\', \'~> 0.12.0\'' > Gemfile
24
- - uses : ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.172 .0
24
+ - uses : ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # v1.187 .0
25
25
with :
26
26
ruby-version : ' 3.2' # Not needed with a .ruby-version file
27
27
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout Source
18
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19
19
with :
20
20
fetch-depth : 0
21
21
46
46
POETRY_PYPI_TOKEN_PYPI : ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
47
47
48
48
- name : Release
49
- uses : softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
49
+ uses : softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
50
50
with :
51
51
discussion_category_name : announcements
52
52
generate_release_notes : true
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
35
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36
36
with :
37
37
persist-credentials : false
38
38
39
39
- name : " Run analysis"
40
- uses : ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
40
+ uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
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@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
62
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
70
+ uses : github/codeql-action/upload-sarif@064a406de026ea27990a5b507b56911401ca2f95 # v2.18.0
71
71
with :
72
72
sarif_file : results.sarif
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout Source
17
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
18
- name : Setup Dependencies
19
19
uses : ' ./.github/actions/deps'
20
20
with :
37
37
runs-on : ${{ matrix.os }}
38
38
steps :
39
39
- name : Checkout Source
40
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
40
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
41
41
- name : Setup Dependencies
42
42
uses : ' ./.github/actions/deps'
43
43
with :
48
48
run : poetry run poe test
49
49
50
50
- name : Codecov
51
- uses : codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1 .0
51
+ uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5 .0
52
52
with :
53
53
token : ${{ secrets.CODECOV_TOKEN }}
54
54
57
57
runs-on : ubuntu-latest
58
58
steps :
59
59
- name : Checkout Source
60
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
60
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
61
61
- name : Setup Dependencies
62
62
uses : ' ./.github/actions/deps'
63
63
with :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ minimum_pre_commit_version: "3.5.0"
5
5
6
6
repos :
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5 .0
8
+ rev : 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6 .0
9
9
hooks :
10
10
- id : check-added-large-files
11
11
- id : check-case-conflict
20
20
- id : trailing-whitespace
21
21
22
22
- repo : https://github.com/PyCQA/bandit
23
- rev : 4c5b3c81e4356001b472849b05af902064d68515 # frozen: 1.7.7
23
+ rev : 691f465b4bac758ea1d6dfa9b57d3881a12954fd # frozen: 1.7.9
24
24
hooks :
25
25
- id : bandit
26
26
description : ' Bandit is a tool for finding common security issues in Python code'
@@ -29,13 +29,13 @@ repos:
29
29
30
30
- repo : https://github.com/astral-sh/ruff-pre-commit
31
31
# Ruff version.
32
- rev : 0431f238e57190b696d22a57a87eb3d0b22c0036 # frozen: v0.3 .1
32
+ rev : f6793c73d53e659efecf3b3c38d122fb6a2a969f # frozen: v0.5 .1
33
33
hooks :
34
34
- id : ruff
35
35
args : [ --fix, --exit-non-zero-on-fix ]
36
36
37
37
- repo : https://github.com/psf/black
38
- rev : 6fdf8a4af28071ed1d079c01122b34c5d587207a # frozen: 24.2.0
38
+ rev : 3702ba224ecffbcec30af640c149f231d90aebdb # frozen: 24.4.2
39
39
hooks :
40
40
- id : black
41
41
language_version : python3.11
You can’t perform that action at this time.
0 commit comments