File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3131 - name : Set up Python
32- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 .3.0
32+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 .3.0
3333 with :
3434 python-version : " 3.11"
3535 cache : pip
5353 python-version : ["3.10", "3.11", "3.12"]
5454 steps :
5555 - name : Checkout
56- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
56+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5757 - name : Set up Python ${{ matrix.python-version }}
58- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 .3.0
58+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 .3.0
5959 with :
6060 python-version : ${{ matrix.python-version }}
6161 cache : pip
6767 run : pytest --cov=gen_fraud_graph --cov-report=xml --cov-report=term-missing
6868 - name : Upload coverage to Codecov
6969 if : matrix.python-version == '3.11'
70- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6 .0
70+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0 .0
7171 with :
7272 files : ./coverage.xml
7373 fail_ci_if_error : false
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525 timeout-minutes : 30
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2929 - name : Initialize CodeQL
30- uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
30+ uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
3131 with :
3232 languages : python
3333 queries : security-and-quality
3434 - name : Perform CodeQL analysis
35- uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
35+ uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
3636 with :
3737 category : " /language:python"
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2626 - name : Set up Python
27- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 .3.0
27+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 .3.0
2828 with :
2929 python-version : " 3.11"
3030 cache : pip
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424 - name : Set up Python
25- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 .3.0
25+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 .3.0
2626 with :
2727 python-version : " 3.11"
2828 cache : pip
8989 runs-on : ubuntu-latest
9090 steps :
9191 - name : Checkout
92- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
92+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
9393 - name : Verify every Python file declares SPDX-License-Identifier
9494 run : |
9595 missing=0
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3333 with :
3434 fetch-depth : 0
3535
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2828 - name : Set up Python
29- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 .3.0
29+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 .3.0
3030 with :
3131 python-version : " 3.11"
3232 - name : Install build
3636 - name : Build distributions
3737 run : python -m build
3838 - name : Upload build artifacts
39- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
39+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4040 with :
4141 name : dist
4242 path : dist/
5353 contents : read
5454 steps :
5555 - name : Download distributions
56- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
56+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5757 with :
5858 name : dist
5959 path : dist/
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3939 with :
4040 persist-credentials : false
4141
@@ -49,13 +49,13 @@ jobs:
4949 publish_results : true
5050
5151 - name : Upload SARIF as artifact
52- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
52+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5353 with :
5454 name : scorecard-sarif
5555 path : results.sarif
5656 retention-days : 14
5757
5858 - name : Upload SARIF to GitHub Code Scanning
59- uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
59+ uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
6060 with :
6161 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2020 name : Mark stale
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0 .0
23+ - uses : actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3 .0
2424 with :
2525 days-before-issue-stale : 90
2626 days-before-issue-close : 30
You can’t perform that action at this time.
0 commit comments