Skip to content

Commit c12e0f2

Browse files
committed
Updates
1 parent 3ecdf55 commit c12e0f2

6 files changed

Lines changed: 10 additions & 8 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "::set-output name=dir::$(pip cache dir)"
4848
- name: pip cache
4949
# zizmor: ignore[cache-poisoning]
50-
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
50+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5151
with:
5252
path: ${{ steps.pip-cache.outputs.dir }}
5353
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-common.txt') }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('pyproject.toml') }}
@@ -96,7 +96,7 @@ jobs:
9696
echo "::set-output name=dir::$(pip cache dir)"
9797
- name: pip cache
9898
# zizmor: ignore[cache-poisoning]
99-
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
99+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
100100
with:
101101
path: ${{ steps.pip-cache.outputs.dir }}
102102
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-common.txt') }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('pyproject.toml') }}

.github/workflows/gemini-automated-issue-triage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ defaults:
3232
permissions:
3333
contents: 'read'
3434
issues: 'write'
35+
actions: 'write'
3536

3637
jobs:
3738
triage-issue:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "::set-output name=dir::$(pip cache dir)"
3131
- name: pip cache
3232
# zizmor: ignore[cache-poisoning]
33-
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
33+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3434
with:
3535
path: ${{ steps.pip-cache.outputs.dir }}
3636
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-common.txt') }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('pyproject.toml') }}

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo "::set-output name=dir::$(pip cache dir)"
2525
- name: pip cache
2626
# zizmor: ignore[cache-poisoning]
27-
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
27+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
2828
with:
2929
path: ${{ steps.pip-cache.outputs.dir }}
3030
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-common.txt') }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('pyproject.toml') }}

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4949
# format to the repository Actions tab.
5050
- name: "Upload artifact"
51-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
51+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5252
with:
5353
name: SARIF file
5454
path: results.sarif
5555
retention-days: 5
5656

5757
# Upload the results to GitHub's code scanning dashboard.
5858
- name: "Upload to code-scanning"
59-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
59+
uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
6060
with:
6161
sarif_file: results.sarif

.github/workflows/stale-issue-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
permissions:
1111
issues: write
1212
pull-requests: write
13+
actions: write
1314
steps:
1415
- name: Awaiting response issues
15-
uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10
16+
uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
1617
with:
1718
operations-per-run: 500
1819
days-before-issue-stale: 14
@@ -35,7 +36,7 @@ jobs:
3536
close-pr-message: "This PR was closed because it has been inactive for 56 days. Please reopen if you'd like to work on this further."
3637
repo-token: ${{ secrets.GITHUB_TOKEN }}
3738
- name: Contribution issues
38-
uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10
39+
uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
3940
with:
4041
operations-per-run: 500
4142
days-before-issue-stale: 180

0 commit comments

Comments
 (0)