Skip to content

Commit 4397458

Browse files
committed
chore(deps): update actions/checkout action to v6
1 parent ec41f4e commit 4397458

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
4545
uses: github/codeql-action/init@v2

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
id-token: write
1212
steps:
1313
- name: Checkout sources
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1515
- uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.11'

0 commit comments

Comments
 (0)