Skip to content

Commit b28eb6c

Browse files
Update actions
1 parent 6fd380c commit b28eb6c

42 files changed

Lines changed: 105 additions & 105 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/tag-job/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ runs:
4646
echo "Skipping tagging. Reason: ${{ steps.check_tagging.outputs.skip_reason }}"
4747
4848
- name: Set up Node.js
49-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
49+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
5050
with:
51-
node-version: '20'
51+
node-version: '24'
5252

5353
- name: Install datadog-ci and tag job
5454
if: steps.check_tagging.outputs.should_skip != 'true'

.github/workflows/add-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GH_REPO: ${{ github.repository }}
2323
steps:
2424
- name: Checkout integrations-core repository
25-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2626
with:
2727
persist-credentials: false
2828

.github/workflows/backport-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
policy: self.backport.pull-request-target
5858

5959
- name: Checkout code
60-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
60+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6161
with:
6262
# Pin to master so the locally installed ddev always has `--from-pr`. Under
6363
# `pull_request_target` the default ref is the PR's base branch, which for a PR merged into
@@ -68,7 +68,7 @@ jobs:
6868
token: ${{ steps.octo-sts.outputs.token }}
6969

7070
- name: Set up Python
71-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
71+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
7272
with:
7373
python-version: '3.13'
7474

.github/workflows/build-ddev.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
id-token: write
6363
steps:
6464
- name: Checkout code
65-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
65+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6666
with:
6767
fetch-depth: 0
6868

@@ -142,7 +142,7 @@ jobs:
142142

143143
steps:
144144
- name: Checkout code
145-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
145+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
146146
with:
147147
fetch-depth: 0
148148

@@ -175,12 +175,12 @@ jobs:
175175
rm pyapp.tar.gz
176176
177177
- name: Set up Python ${{ env.PYTHON_VERSION }}
178-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
178+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
179179
with:
180180
python-version: ${{ env.PYTHON_VERSION }}
181181

182182
- name: Install uv
183-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
183+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
184184
with:
185185
enable-cache: false
186186

@@ -350,7 +350,7 @@ jobs:
350350

351351
steps:
352352
- name: Checkout code
353-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
353+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
354354
- name: Get Datadog credentials
355355
id: dd-sts
356356
uses: DataDog/dd-sts-action@2e8187910199bd93129520183c093e19aa585c75 # v1.0.0
@@ -365,7 +365,7 @@ jobs:
365365
dd_api_key: ${{ steps.dd-sts.outputs.api_key }}
366366

367367
- name: Set up Python ${{ env.PYTHON_VERSION }}
368-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
368+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
369369
with:
370370
python-version: ${{ env.PYTHON_VERSION }}
371371

@@ -473,7 +473,7 @@ jobs:
473473

474474
steps:
475475
- name: Checkout code
476-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
476+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
477477

478478
- name: Get Datadog credentials
479479
id: dd-sts
@@ -489,7 +489,7 @@ jobs:
489489
dd_api_key: ${{ steps.dd-sts.outputs.api_key }}
490490

491491
- name: Set up Python ${{ env.PYTHON_VERSION }}
492-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
492+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
493493
with:
494494
python-version: ${{ env.PYTHON_VERSION }}
495495

@@ -561,7 +561,7 @@ jobs:
561561

562562
steps:
563563
- name: Checkout code
564-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
564+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
565565

566566
- name: Get Datadog credentials
567567
id: dd-sts
@@ -577,7 +577,7 @@ jobs:
577577
dd_api_key: ${{ steps.dd-sts.outputs.api_key }}
578578

579579
- name: Set up Python ${{ env.PYTHON_VERSION }}
580-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
580+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
581581
with:
582582
python-version: ${{ env.PYTHON_VERSION }}
583583

@@ -795,14 +795,14 @@ jobs:
795795
# extract-release-notes succeeding; the body it consumes may be empty.
796796
steps:
797797
- name: Checkout code
798-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
798+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
799799

800800
- name: Initialize empty release notes
801801
working-directory: .
802802
run: ': > release-notes.md'
803803

804804
- name: Set up Python ${{ env.PYTHON_VERSION }}
805-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
805+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
806806
continue-on-error: true
807807
with:
808808
python-version: "${{ env.PYTHON_VERSION }}"
@@ -859,7 +859,7 @@ jobs:
859859

860860
steps:
861861
- name: Checkout code
862-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
862+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
863863

864864
- name: Get Datadog credentials
865865
id: dd-sts
@@ -913,7 +913,7 @@ jobs:
913913
skip-existing: true
914914

915915
- name: Add assets to current release
916-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
916+
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
917917
with:
918918
body_path: release-notes/release-notes.md
919919
files: |-

.github/workflows/cache-shared-deps.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ jobs:
1919
PYTHON_VERSION: "3.13"
2020

2121
steps:
22-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2323

2424
- name: Set up Python ${{ env.PYTHON_VERSION }}
25-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
25+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2626
id: python
2727
with:
2828
python-version: "${{ env.PYTHON_VERSION }}"
2929

3030
- name: Install uv
31-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
31+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
3232
with:
3333
enable-cache: false
3434

3535
- name: Check cache
36-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
36+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3737
id: cache
3838
with:
3939
path: |
@@ -73,7 +73,7 @@ jobs:
7373
run: pip install ./datadog_checks_base[deps] ./datadog_checks_dev
7474

7575
- name: Cache dependencies
76-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
76+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
7777
if: steps.cache.outputs.cache-hit != 'true'
7878
with:
7979
path: |

.github/workflows/claim-pypi-name.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525

2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2929

3030
- name: Set up Python 3.11
31-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
31+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3232
with:
3333
python-version: 3.11
3434

.github/workflows/codeql-analysis.yml

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

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3232

3333
# Initializes the CodeQL tools for scanning.
3434
- name: Initialize CodeQL

.github/workflows/compute-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
data: "${{ steps.compute.outputs.data }}"
2727

2828
steps:
29-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3030
with:
3131
ref: "${{ github.event.pull_request.head.sha }}"
3232

3333
- name: Set up Python ${{ env.PYTHON_VERSION }}
34-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
34+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3535
with:
3636
python-version: "${{ env.PYTHON_VERSION }}"
3737

.github/workflows/datadog-static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Datadog Static Analyzer
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1919
- name: Get Datadog credentials
2020
id: dd-sts
2121
uses: DataDog/dd-sts-action@2e8187910199bd93129520183c093e19aa585c75 # v1.0.0

.github/workflows/days-since-last-pin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
id-token: write
1414
steps:
15-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616

1717
- uses: DataDog/dd-octo-sts-action@acaa02eee7e3bb0839e4272dacb37b8f3b58ba80 # v1.0.3
1818
id: octo-sts

0 commit comments

Comments
 (0)