Skip to content

Commit 72b5a11

Browse files
renovate[bot]trask
andauthored
Update github actions (#43)
* Update github actions * Rename misc.yml Set up Python step labels to 3.14 Assisted-by: Claude Opus 4.7 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
1 parent 2349984 commit 72b5a11

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
32+
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
3333
with:
3434
languages: python
3535

3636
- name: Autobuild
37-
uses: github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
37+
uses: github/codeql-action/autobuild@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
40+
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0

.github/workflows/misc.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- name: Checkout repo @ SHA - ${{ github.sha }}
3030
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131

32-
- name: Set up Python 3.11
32+
- name: Set up Python 3.14
3333
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3434
with:
35-
python-version: "3.11"
35+
python-version: "3.14"
3636

3737
- name: Set up uv
3838
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
@@ -50,10 +50,10 @@ jobs:
5050
- name: Checkout repo @ SHA - ${{ github.sha }}
5151
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5252

53-
- name: Set up Python 3.11
53+
- name: Set up Python 3.14
5454
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5555
with:
56-
python-version: "3.11"
56+
python-version: "3.14"
5757

5858
- name: Set up uv
5959
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
@@ -69,10 +69,10 @@ jobs:
6969
- name: Checkout repo @ SHA - ${{ github.sha }}
7070
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7171

72-
- name: Set up Python 3.11
72+
- name: Set up Python 3.14
7373
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
7474
with:
75-
python-version: "3.11"
75+
python-version: "3.14"
7676

7777
- name: Set up uv
7878
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
@@ -91,10 +91,10 @@ jobs:
9191
- name: Checkout repo @ SHA - ${{ github.sha }}
9292
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9393

94-
- name: Set up Python 3.11
94+
- name: Set up Python 3.14
9595
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
9696
with:
97-
python-version: "3.11"
97+
python-version: "3.14"
9898

9999
- name: Set up uv
100100
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
@@ -110,10 +110,10 @@ jobs:
110110
- name: Checkout repo @ SHA - ${{ github.sha }}
111111
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
112112

113-
- name: Set up Python 3.11
113+
- name: Set up Python 3.14
114114
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
115115
with:
116-
python-version: "3.11"
116+
python-version: "3.14"
117117

118118
- name: Set up uv
119119
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
@@ -129,10 +129,10 @@ jobs:
129129
- name: Checkout repo @ SHA - ${{ github.sha }}
130130
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
131131

132-
- name: Set up Python 3.11
132+
- name: Set up Python 3.14
133133
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
134134
with:
135-
python-version: "3.11"
135+
python-version: "3.14"
136136

137137
- name: Set up uv
138138
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
# Upload the results to GitHub's code scanning dashboard (optional).
4343
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
45+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
4646
with:
4747
sarif_file: results.sarif

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
pull-requests: write
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
19+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
2020
with:
2121
repo-token: ${{ secrets.GITHUB_TOKEN }}
2222
days-before-pr-stale: 14

0 commit comments

Comments
 (0)