File tree Expand file tree Collapse file tree
{{cookiecutter.project_slug}}/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ jobs:
5757 run : uv sync --no-dev
5858
5959 - name : Initialize CodeQL
60- uses : github/codeql-action/init@0daab03d71ff584ef619d027a3fd9146679c5d84 # v3.35.3
60+ uses : github/codeql-action/init@7fd177fa680c9881b53cdab4d346d32574c9f7f4 # v3.35.4
6161 with :
6262 languages : python
6363 build-mode : none
6464 queries : security-extended,security-and-quality
6565
6666 - name : Perform CodeQL Analysis
67- uses : github/codeql-action/analyze@0daab03d71ff584ef619d027a3fd9146679c5d84 # v3.35.3
67+ uses : github/codeql-action/analyze@7fd177fa680c9881b53cdab4d346d32574c9f7f4 # v3.35.4
6868 with :
6969 category : " /language:python"
Original file line number Diff line number Diff line change 1717 pull-requests : write
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1
20+ - uses : release-drafter/release-drafter@c2e2804cc59f45f57076a99af580d0fedb697927 # v7.3.0
2121 with :
2222 # Use the actual commit SHA (or PR head SHA on PR events). The action
2323 # default of refs/pull/N/merge is rejected by GitHub's release API
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ permissions:
3535jobs :
3636 sbom :
3737 name : SBOM & Security
38- uses : ByronWilliamsCPA/.github/.github/workflows/python-sbom.yml@e8fc83c98c2971ad1ece71573d28171463e30c16 # main
38+ uses : ByronWilliamsCPA/.github/.github/workflows/python-sbom.yml@e5624cf6927d8653d6c768750ef7dcb4b80b0934 # main
3939 with :
4040 python-version : ' 3.12'
4141 fail-on-vulnerabilities : true
Original file line number Diff line number Diff line change 2727 id-token : write
2828 contents : read
2929 actions : read
30- uses : ByronWilliamsCPA/.github/.github/workflows/python-scorecard.yml@e8fc83c98c2971ad1ece71573d28171463e30c16 # main
30+ uses : ByronWilliamsCPA/.github/.github/workflows/python-scorecard.yml@e5624cf6927d8653d6c768750ef7dcb4b80b0934 # main
3131 with :
3232 publish-results : true
Original file line number Diff line number Diff line change 2222 security-events : write
2323 pull-requests : write
2424 actions : read
25- uses : ByronWilliamsCPA/.github/.github/workflows/python-security-analysis.yml@e8fc83c98c2971ad1ece71573d28171463e30c16 # main
25+ uses : ByronWilliamsCPA/.github/.github/workflows/python-security-analysis.yml@e5624cf6927d8653d6c768750ef7dcb4b80b0934 # main
2626 with :
2727 python-version : " 3.12"
2828 run-safety : false
Original file line number Diff line number Diff line change 8181
8282 - name : Upload SARIF
8383 if : always() && steps.check-fuzz.outputs.has-targets == 'true'
84- uses : github/codeql-action/upload-sarif@0daab03d71ff584ef619d027a3fd9146679c5d84 # v3.35.3
84+ uses : github/codeql-action/upload-sarif@7fd177fa680c9881b53cdab4d346d32574c9f7f4 # v3.35.4
8585 with :
8686 sarif_file : results.sarif
8787 category : fuzzing-{% raw %}${{ matrix.sanitizer }}{% endraw %}
Original file line number Diff line number Diff line change 5454 publish_results : true
5555
5656 - name : Upload SARIF results
57- uses : github/codeql-action/upload-sarif@0daab03d71ff584ef619d027a3fd9146679c5d84 # v3.35.3
57+ uses : github/codeql-action/upload-sarif@7fd177fa680c9881b53cdab4d346d32574c9f7f4 # v3.35.4
5858 with :
5959 sarif_file : results.sarif
6060
You can’t perform that action at this time.
0 commit comments