Skip to content

Commit 004c5ef

Browse files
Update actions/checkout digest to 08eba0b
1 parent 22ac7e9 commit 004c5ef

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
22+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
2323

2424
- name: Setup Ruby
2525
id: setup-ruby

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
16+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
1717
with:
1818
fetch-depth: 0
1919

@@ -129,7 +129,7 @@ jobs:
129129
id-token: write
130130

131131
steps:
132-
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
132+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
133133

134134
- name: Set up Python
135135
uses: actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db

.github/workflows/python-tests.yml

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

4343
steps:
4444
- name: Checkout code
45-
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
45+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
4646

4747
- name: Set up Python ${{ matrix.python-version }}
4848
uses: actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db

.github/workflows/sign-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
sign:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
16+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
1717
with:
1818
persist-credentials: false
1919

.github/workflows/snyk-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
38+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
3939
- name: Set up Snyk CLI to check for security issues
4040
# Snyk can be used to break the build when it detects security issues.
4141
# In this case we want to upload the SAST issues to GitHub Code Scanning

.github/workflows/sonarqube.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
tool: [bandit, ruff, mypy, pylint, codeql, snyk]
5959
steps:
6060
- name: Checkout code
61-
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
61+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
6262

6363
- name: Set up Python
6464
if: matrix.tool != 'codeql' # CodeQL has its own Python setup
@@ -241,7 +241,7 @@ jobs:
241241
runs-on: ubuntu-latest
242242
steps:
243243
- name: Checkout code
244-
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # Pin to v4
244+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # Pin to v4
245245
with:
246246
# Sonar needs full history for accurate blame information and new code detection
247247
fetch-depth: 0

0 commit comments

Comments
 (0)