Skip to content

Commit e2c0b22

Browse files
committed
chore(deps): Update GitHub Actions
1 parent aadea8f commit e2c0b22

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ permissions:
3535
jobs:
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

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
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

.github/workflows/security-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

{{cookiecutter.project_slug}}/.github/workflows/cifuzzy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
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 %}

{{cookiecutter.project_slug}}/.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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

0 commit comments

Comments
 (0)