Skip to content

Commit 0dda20b

Browse files
authored
Merge branch 'main' into partial-granularity-type-support
2 parents f7c42c2 + b0b9ba8 commit 0dda20b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,14 @@ jobs:
238238
runs-on: windows-2025
239239
timeout-minutes: 30
240240
steps:
241-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
241+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
242242

243243
- name: Fetch git tags
244244
run: |
245245
git fetch --tags origin
246246
247247
- name: Install Python
248-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
248+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # 6.0.0
249249
with:
250250
python-version: "3.13"
251251

@@ -290,14 +290,14 @@ jobs:
290290
runs-on: windows-11-arm
291291
timeout-minutes: 30
292292
steps:
293-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
293+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
294294

295295
- name: Fetch git tags
296296
run: |
297297
git fetch --tags origin
298298
299299
- name: Install Python
300-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
300+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # 6.0.0
301301
with:
302302
python-version: "3.13"
303303

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161

6262
- name: Upload Trivy scan results to GitHub Security tab
6363
if: ${{ github.event_name == 'schedule' }}
64-
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # 3.30.5
64+
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # 3.30.6
6565
with:
6666
sarif_file: "trivy-results.sarif"

0 commit comments

Comments
 (0)