Skip to content

Commit 5be7bd6

Browse files
chore(deps): update actions/checkout digest to 08eba0b
1 parent 3ca5d5f commit 5be7bd6

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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

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

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
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
@@ -140,7 +140,7 @@ jobs:
140140
sudo apt-get update
141141
sudo apt-get install -yq zstd
142142
sudo apt-get clean
143-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
143+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
144144
- name: Install Nix
145145
uses: DeterminateSystems/nix-installer-action@a48face58194521af687ce7df4c802b1b558e743 # ratchet:DeterminateSystems/nix-installer-action@main
146146
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)