File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 fetch-depth : 0
3737 - name : Check changed files
3838 id : check-changed-files
39- uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
39+ uses : tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
4040 with :
4141 files_yaml : |
4242 src:
Original file line number Diff line number Diff line change 3636 fetch-depth : 0
3737 - name : Check changed files
3838 id : check-changed-files
39- uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
39+ uses : tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
4040 with :
4141 files_yaml : |
4242 src:
Original file line number Diff line number Diff line change 2424
2525 # Initializes the CodeQL tools for scanning.
2626 - name : Initialize CodeQL
27- uses : github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v3.29.5
27+ uses : github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v3.29.5
2828 with :
2929 languages : python
3030
3131 - name : Perform CodeQL Analysis
32- uses : github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v3.29.5
32+ uses : github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v3.29.5
Original file line number Diff line number Diff line change 2222 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2323 with :
2424 python-version : 3.x
25- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
25+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2626 with :
2727 key : ${{ github.ref }}
2828 path : .cache
Original file line number Diff line number Diff line change 3434 fetch-depth : 0
3535 - name : Check changed files
3636 id : check-changed-files
37- uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
37+ uses : tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
3838 with :
3939 files_yaml : |
4040 scenarios: "scenarios/**/*"
Original file line number Diff line number Diff line change 6262 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6363 # format to the repository Actions tab.
6464 - name : " Upload artifact"
65- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
65+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
6666 with :
6767 name : SARIF file
6868 path : results.sarif
7171 # Upload the results to GitHub's code scanning dashboard (optional).
7272 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7373 - name : " Upload to code-scanning"
74- uses : github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v3.29.5
74+ uses : github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v3.29.5
7575 with :
7676 sarif_file : results.sarif
Original file line number Diff line number Diff line change 5252 sed -i 's/"security-severity": "null"/"security-severity": "0"/g' snyk.sarif
5353
5454 - name : Upload result to GitHub Code Scanning
55- uses : github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v3.29.5
55+ uses : github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v3.29.5
5656 with :
5757 sarif_file : snyk.sarif
Original file line number Diff line number Diff line change 4545 sed -i 's/"security-severity": "null"/"security-severity": "0"/g' snyk.sarif
4646
4747 - name : Upload result to GitHub Code Scanning
48- uses : github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v3.29.5
48+ uses : github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v3.29.5
4949 with :
5050 sarif_file : snyk.sarif
You can’t perform that action at this time.
0 commit comments