Skip to content

Commit a99cd4c

Browse files
committed
chore(deps): Update GitHub Actions
1 parent c0eb24a commit a99cd4c

16 files changed

Lines changed: 20 additions & 20 deletions

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Upload Coverage
2424
# Only run on successful CI completion
2525
if: ${{ github.event.workflow_run.conclusion == 'success' }}
26-
uses: ByronWilliamsCPA/.github/.github/workflows/python-codecov.yml@main
26+
uses: ByronWilliamsCPA/.github/.github/workflows/python-codecov.yml@e75a86befef20f6cfa084bd39a0cb46b474d496e # main
2727
with:
2828
artifact-name: 'coverage-reports'
2929
coverage-files: '*.xml'

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Harden the runner
37-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
37+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
3838
with:
3939
egress-policy: audit
4040

@@ -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@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3.36.0
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@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3.36.0
6868
with:
6969
category: "/language:python"

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
upload-coverage:
2424
name: Upload Coverage to Qlty
2525
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
26-
uses: ByronWilliamsCPA/.github/.github/workflows/python-qlty-coverage.yml@main
26+
uses: ByronWilliamsCPA/.github/.github/workflows/python-qlty-coverage.yml@e75a86befef20f6cfa084bd39a0cb46b474d496e # main
2727
with:
2828
coverage-artifact-name: coverage-reports
2929
coverage-file-path: coverage.xml

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2525

2626
- name: Dependency Review
2727
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ permissions:
2929

3030
jobs:
3131
docs:
32-
uses: ByronWilliamsCPA/.github/.github/workflows/python-docs.yml@main
32+
uses: ByronWilliamsCPA/.github/.github/workflows/python-docs.yml@e75a86befef20f6cfa084bd39a0cb46b474d496e # main
3333
with:
3434
python-version: '3.12'
3535
docs-directory: 'docs'

.github/workflows/fips-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ permissions:
5252

5353
jobs:
5454
fips-check:
55-
uses: ByronWilliamsCPA/.github/.github/workflows/python-fips-compatibility.yml@main
55+
uses: ByronWilliamsCPA/.github/.github/workflows/python-fips-compatibility.yml@e75a86befef20f6cfa084bd39a0cb46b474d496e # main
5656
with:
5757
strict-mode: ${{ github.event.inputs.strict_mode == 'true' }}
5858
include-tests: true

.github/workflows/mutation-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: Mutation Testing
4141
# Skip on forks (no PR comment permissions)
4242
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
43-
uses: ByronWilliamsCPA/.github/.github/workflows/python-mutation.yml@main
43+
uses: ByronWilliamsCPA/.github/.github/workflows/python-mutation.yml@e75a86befef20f6cfa084bd39a0cb46b474d496e # main
4444
with:
4545
python-version: '3.12'
4646
source-directory: 'src'

.github/workflows/pr-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Supplemental PR Checks (Changelog, Link Validation)
3030
# ==========================================================================
3131
supplemental-checks:
32-
uses: ByronWilliamsCPA/.github/.github/workflows/python-supplemental-checks.yml@e8fc83c98c2971ad1ece71573d28171463e30c16 # main
32+
uses: ByronWilliamsCPA/.github/.github/workflows/python-supplemental-checks.yml@e75a86befef20f6cfa084bd39a0cb46b474d496e # main
3333
with:
3434
# Changelog enforcement
3535
enable-changelog-check: true
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- name: Harden the runner
59-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
59+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
6060
with:
6161
egress-policy: audit
6262

.github/workflows/python-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ permissions:
3434

3535
jobs:
3636
compatibility:
37-
uses: ByronWilliamsCPA/.github/.github/workflows/python-compatibility.yml@main
37+
uses: ByronWilliamsCPA/.github/.github/workflows/python-compatibility.yml@e75a86befef20f6cfa084bd39a0cb46b474d496e # main
3838
with:
3939
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
4040
operating-systems: '["ubuntu-latest"]'

.github/workflows/qlty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
qlty:
1717
if: ${{ github.event.workflow_run.conclusion == 'success' }}
18-
uses: ByronWilliamsCPA/.github/.github/workflows/python-qlty-coverage.yml@main
18+
uses: ByronWilliamsCPA/.github/.github/workflows/python-qlty-coverage.yml@e75a86befef20f6cfa084bd39a0cb46b474d496e # main
1919
permissions:
2020
contents: read
2121
actions: read

0 commit comments

Comments
 (0)