Skip to content

Commit b28d53f

Browse files
Update actions/checkout digest to 11bd719
1 parent c61d690 commit b28d53f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- '3.10'
1616
- '3.11'
1717
steps:
18-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v4
2121
with:
@@ -41,7 +41,7 @@ jobs:
4141
if: ${{ github.ref == 'refs/heads/master' }}
4242
runs-on: ubuntu-22.04
4343
steps:
44-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
44+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545
- name: Set up Python
4646
uses: actions/setup-python@v4
4747
- name: Build packages
@@ -63,7 +63,7 @@ jobs:
6363
if: ${{ startsWith(github.ref, 'refs/tags') }}
6464
runs-on: ubuntu-22.04
6565
steps:
66-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
66+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6767
- name: Set up Python
6868
uses: actions/setup-python@v4
6969
- name: Build packages
@@ -79,7 +79,7 @@ jobs:
7979
name: Build docs for each version
8080
runs-on: ubuntu-22.04
8181
steps:
82-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
82+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8383
- name: Set up Python
8484
uses: actions/setup-python@v4
8585
with:
@@ -104,7 +104,7 @@ jobs:
104104
if: ${{ startsWith(github.ref, 'refs/tags') }} | ${{ github.ref == 'refs/heads/master' }}
105105
runs-on: ubuntu-22.04
106106
steps:
107-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
107+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
108108
- name: Download artifacts
109109
uses: actions/download-artifact@v3
110110
with:

.github/workflows/codacy-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
# Checkout the repository to the GitHub Actions runner
2323
- name: Checkout code
24-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
24+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2525

2626
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
2727
- name: Run Codacy Analysis CLI

0 commit comments

Comments
 (0)