Skip to content

Commit 3ac35ae

Browse files
committed
Merge branch 'main' into tokenvault-at-sync
2 parents 064b134 + 8f41c09 commit 3ac35ae

File tree

6 files changed

+196
-174
lines changed

6 files changed

+196
-174
lines changed

.github/actions/rl-scanner/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
using: "composite"
1313
steps:
1414
- name: Set up Python
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: "3.10"
1818

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
prerelease: ${{ steps.get_prerelease.outputs.prerelease }}
6969

7070
- name: Configure Python
71-
uses: actions/setup-python@v5
71+
uses: actions/setup-python@v6
7272
with:
7373
python-version: "3.12"
7474

.github/workflows/rl-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fetch-tags: true
3838

3939
- name: Configure Python
40-
uses: actions/setup-python@v5
40+
uses: actions/setup-python@v6
4141
with:
4242
python-version: ${{ inputs.python-version }}
4343

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v5
3030

3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v4
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535

@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Load cached venv
4545
id: cached-poetry-dependencies
46-
uses: actions/cache@v3
46+
uses: actions/cache@v4
4747
with:
4848
path: ./.venv
4949
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}

.snyk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ ignore:
1717
- '*':
1818
reason: "Accepting jwcrypto’s LGPL-3.0 license for now"
1919
expires: "2030-12-31T23:59:59Z"
20+
"snyk:lic:pip:cffi:Unknown":
21+
- '*':
22+
reason: "Accepting the Unknown license for now"
23+
expires: "2030-12-31T23:59:59Z"
2024
patch: {}

0 commit comments

Comments
 (0)