Skip to content

Commit ff017a9

Browse files
authored
Merge pull request #107 from DataDog/dependabot/github_actions/gh-actions-packages-187ab2b8cd
Bump the gh-actions-packages group across 1 directory with 3 updates
2 parents b06bfaf + 4b43ee2 commit ff017a9

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/_build-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
tags: ${{ steps.aliases.outputs.tags }}
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
49+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
5050
with:
5151
persist-credentials: false
5252

@@ -93,7 +93,7 @@ jobs:
9393
name: Build (${{ inputs.engine }}:${{ inputs.version }}-${{ inputs.libc }}${{ inputs.tag_suffix }}, ${{ matrix.arch }})
9494
steps:
9595
- name: Set up Docker
96-
uses: crazy-max/ghaction-setup-docker@6d7cfa65f60a9dda7b46e5513fa982536f3c9877 # v5.3.0
96+
uses: crazy-max/ghaction-setup-docker@77e84dbf09b47d1e29270283c22f16145aa85ca1 # v5.4.0
9797
with:
9898
version: v28.5.1
9999
daemon-config: |
@@ -104,7 +104,7 @@ jobs:
104104
}
105105
106106
- name: Checkout
107-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
107+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
108108
with:
109109
persist-credentials: false
110110
fetch-depth: 20
@@ -250,7 +250,7 @@ jobs:
250250
name: Join (${{ inputs.engine }}:${{ inputs.version }}-${{ inputs.libc }}${{ inputs.tag_suffix }}) [${{ join(fromJSON(inputs.arch), ', ') }}]
251251
steps:
252252
- name: Set up Docker
253-
uses: crazy-max/ghaction-setup-docker@6d7cfa65f60a9dda7b46e5513fa982536f3c9877 # v5.3.0
253+
uses: crazy-max/ghaction-setup-docker@77e84dbf09b47d1e29270283c22f16145aa85ca1 # v5.4.0
254254
with:
255255
version: v28.5.1
256256

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Check CPU arch
3434
run: |
3535
test "$(uname -m)" = "${{ matrix.platform.cpu }}"
36-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
36+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3737
with:
3838
persist-credentials: false
3939
- uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342 # v31.11.0

.github/workflows/services.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: Build (${{ matrix.service }})
4747
steps:
4848
- name: Set up Docker
49-
uses: crazy-max/ghaction-setup-docker@6d7cfa65f60a9dda7b46e5513fa982536f3c9877 # v5.3.0
49+
uses: crazy-max/ghaction-setup-docker@77e84dbf09b47d1e29270283c22f16145aa85ca1 # v5.4.0
5050
with:
5151
version: v28.5.1
5252
daemon-config: |
@@ -56,11 +56,11 @@ jobs:
5656
}
5757
}
5858
- name: Set up Ruby
59-
uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0
59+
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
6060
with:
6161
ruby-version: "3.4"
6262
- name: Checkout
63-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
63+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6464
with:
6565
persist-credentials: false
6666
fetch-depth: 2

0 commit comments

Comments
 (0)