Skip to content

Commit a7ce01d

Browse files
chore(deps): update actions/checkout digest to 08eba0b
1 parent a4e9028 commit a7ce01d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/containers.yml

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

4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
48+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4949
- name: Extract version from tag
5050
id: extract_version
5151
run: |

.github/workflows/conventional_commits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1313
with:
1414
fetch-depth: 0
1515
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/license_headers_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: License headers check
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1515
- name: Install addlicense
1616
run: |
1717
wget https://github.com/google/addlicense/releases/download/v1.1.1/addlicense_1.1.1_Linux_x86_64.tar.gz

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
container:
1414
image: rust:1.86-bookworm
1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717
- run: |
1818
rustup component add rustfmt
1919
cargo fmt --all -- --check
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
DATABASE_URL: postgres://postgres@postgres:5432
4040
steps:
41-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
41+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4242
- name: Install libsasl2-dev
4343
run: apt-get update && apt-get install -y libsasl2-dev
4444
- name: Install protobuf compiler
@@ -70,7 +70,7 @@ jobs:
7070
DATABASE_URL: postgres://postgres@postgres:5432
7171
SQLX_OFFLINE: true
7272
steps:
73-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
73+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
7474
- name: Install libsasl2-dev
7575
run: apt-get update && apt-get install -y libsasl2-dev
7676
- name: Install protobuf compiler
@@ -102,7 +102,7 @@ jobs:
102102
SQLX_OFFLINE: true
103103
DOCKER_HOST: unix:///var/run/docker.sock
104104
steps:
105-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
105+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
106106
- name: Install Docker CLI and verify
107107
run: |
108108
apt-get update
@@ -147,7 +147,7 @@ jobs:
147147
SQLX_OFFLINE: true
148148
DOCKER_HOST: unix:///var/run/docker.sock
149149
steps:
150-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
150+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
151151
- name: Install Docker CLI and verify
152152
run: |
153153
apt-get update

0 commit comments

Comments
 (0)