Skip to content

Commit c7b342b

Browse files
committed
fix: Use correct action version SHAs (restore original versions)
1 parent 44f3eb3 commit c7b342b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414

1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3 # v2
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3 # v3 # v2
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install tox
@@ -37,7 +37,7 @@ jobs:
3737

3838

3939
steps:
40-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3 # v2
40+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3 # v3 # v2
4141
with:
4242
fetch-depth: 1
4343

.github/workflows/codeql.yml

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

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3 # v2
27+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3 # v3 # v2
2828

2929
# Initializes the CodeQL tools for scanning.
3030
- name: Initialize CodeQL

0 commit comments

Comments
 (0)