Skip to content

Commit 1074fde

Browse files
chore(deps): update actions/checkout digest to 08eba0b
1 parent 80f18ef commit 1074fde

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/build-nix-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
sudo apt-get clean
7373
7474
- name: Checkout code
75-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
75+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
7676
with:
7777
ref: ${{ inputs.branch }}
7878
fetch-depth: 0

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
59+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
6060
with:
6161
fetch-depth: 0 # fetch all history so multiple commits can be scanned
6262
- name: GitGuardian scan
@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Checkout for docs check
85-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
85+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
8686
with:
8787
sparse-checkout: |
8888
docs
@@ -179,7 +179,7 @@ jobs:
179179
sudo apt-get update
180180
sudo apt-get install -yq zstd
181181
sudo apt-get clean
182-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
182+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
183183
- name: Install Nix
184184
uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # ratchet:DeterminateSystems/nix-installer-action@main
185185
with:

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out the repository
15-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
15+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1616

1717
- name: Run Labeler
1818
uses: crazy-max/ghaction-github-labeler@de749cf181958193cb7debf1a9c5bb28922f3e1b # ratchet:crazy-max/ghaction-github-labeler@v5

.github/workflows/package-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
released: ${{ steps.semantic-release.outputs.new_release_published || 'false' }}
116116
tag: ${{ steps.semantic-release.outputs.new_release_git_tag }}
117117
steps:
118-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
118+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
119119
with:
120120
fetch-depth: 0
121121
ref: ${{ inputs.checkout-ref }}

.github/workflows/python-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
test:
5151
runs-on: ubuntu-latest
5252
steps:
53-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
53+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5454
with:
5555
ref: ${{ inputs.checkout_ref != '' && inputs.checkout_ref || github.ref }}
5656

.github/workflows/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Checkout
54-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
54+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5555
with:
5656
fetch-depth: 0 # fetch all history so multiple commits can be scanned
5757
- name: GitGuardian scan

0 commit comments

Comments
 (0)