Skip to content

Commit b8a42ba

Browse files
Update actions/checkout action to v7
1 parent 0aaccca commit b8a42ba

13 files changed

Lines changed: 19 additions & 19 deletions

.github/workflows/chart-version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
policy: self.bump-chart-version.create-commit
2323

2424
- name: Check out repository
25-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
25+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2626

2727
- name: Extract all chart label information and update Chart.yaml and CHANGELOG.md
2828
id: update_charts
@@ -45,7 +45,7 @@ jobs:
4545
pull-requests: read
4646
steps:
4747
- name: Check out repository
48-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
48+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4949

5050
- name: Validate chart version, CHANGELOG, and README badge
5151
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0

.github/workflows/check-agent-version-drift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
18+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1919

2020
- name: Assert get-agent-version matches image tags in values.yaml
2121
run: |

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
charts: ${{ steps.list-changed.outputs.changed }}
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
23+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424
with:
2525
fetch-depth: 0
2626
- name: Set up Helm
@@ -55,7 +55,7 @@ jobs:
5555
- changed
5656
steps:
5757
- name: Checkout
58-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
58+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5959
with:
6060
fetch-depth: 0
6161
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -72,7 +72,7 @@ jobs:
7272
- changed
7373
steps:
7474
- name: Checkout
75-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
75+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7676
with:
7777
fetch-depth: 0
7878
- name: Run helm-docs
@@ -103,7 +103,7 @@ jobs:
103103
- v1.31.1
104104
steps:
105105
- name: Checkout
106-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
106+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
107107
with:
108108
fetch-depth: 0
109109
- name: Add datadog helm repo
@@ -151,7 +151,7 @@ jobs:
151151
kind: v0.22.0
152152
steps:
153153
- name: Checkout
154-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
154+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
155155
with:
156156
fetch-depth: 0
157157
- name: Create kind ${{ matrix.versions.k8s }} cluster with kind version ${{ matrix.versions.kind }}

.github/workflows/go-test-datadog-csi-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Add Datadog Helm repo
3434
run: helm repo add datadog https://helm.datadoghq.com && helm repo update
3535
- name: Check out code into the Go module directory
36-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
36+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3737
- name: run Go tests
3838
run: |
3939
helm dependency build ./charts/datadog-csi-driver

.github/workflows/go-test-datadog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Add Prometheus Community Helm repo
4242
run: helm repo add prometheus-community https://prometheus-community.github.io/helm-charts && helm repo update
4343
- name: Check out code into the Go module directory
44-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
44+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4545
- name: run Go tests
4646
run: |
4747
helm dependency build ./charts/datadog

.github/workflows/go-test-operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Add Datadog Helm repo
3636
run: helm repo add datadog https://helm.datadoghq.com && helm repo update
3737
- name: Check out code into the Go module directory
38-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
38+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3939
- name: run Go tests
4040
run: |
4141
helm dependency build ./charts/datadog-operator
@@ -72,7 +72,7 @@ jobs:
7272
kind: v0.22.0
7373
steps:
7474
- name: Checkout
75-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
75+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7676
with:
7777
fetch-depth: 0
7878
- name: Create K8s ${{ matrix.versions.k8s }} cluster with kind version ${{ matrix.versions.kind }}

.github/workflows/go-test-private-action-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Add Datadog Helm repo
3434
run: helm repo add datadog https://helm.datadoghq.com && helm repo update
3535
- name: Check out code into the Go module directory
36-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
36+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3737
- name: run Go tests
3838
run: |
3939
helm dependency build ./charts/private-action-runner

.github/workflows/go-test-yamlmapper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Add Prometheus Community Helm repo
4141
run: helm repo add prometheus-community https://prometheus-community.github.io/helm-charts && helm repo update
4242
- name: Check out code into the Go module directory
43-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4444
with:
4545
fetch-depth: 0
4646
- name: Create K8s v1.33.1 cluster

.github/workflows/operator-release-chart-scripts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
contents: write
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
38+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3939
with:
4040
ref: ${{ inputs.branch }}
4141
fetch-depth: 0

.github/workflows/release-crds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id-token: write # Required for dd-octo-sts action
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
21+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2222
with:
2323
fetch-depth: 0
2424
- uses: DataDog/dd-octo-sts-action@96a25462dbcb10ebf0bfd6e2ccc917d2ab235b9a # v1.0.4

0 commit comments

Comments
 (0)