Skip to content

Commit 1279ef2

Browse files
chore(deps): bump the github-actions group across 1 directory with 7 updates (#1251)
Bumps the github-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.3` | `7.0.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `6.0.1` | `7.0.0` | | [github/codeql-action/init](https://github.com/github/codeql-action) | `4.36.1` | `4.36.2` | | [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.36.1` | `4.36.2` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `4.1.0` | `4.2.0` | | [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.36.1` | `4.36.2` | | [actions/setup-go](https://github.com/actions/setup-go) | `6.4.0` | `6.5.0` |
1 parent 646a1da commit 1279ef2

9 files changed

Lines changed: 28 additions & 28 deletions

.github/workflows/code-coverage-baseline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
arch: [amd64]
3434
steps:
3535
- name: Checkout newrelic-php-agent code
36-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
36+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
3737
with:
3838
path: php-agent
3939
repository: ${{ inputs.origin }}/newrelic-php-agent
@@ -78,7 +78,7 @@ jobs:
7878
codecov: 1
7979
steps:
8080
- name: Checkout Repo
81-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
81+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
8282
with:
8383
path: php-agent
8484
repository: ${{ inputs.origin }}/newrelic-php-agent
@@ -156,7 +156,7 @@ jobs:
156156
codecov: 1
157157
steps:
158158
- name: Checkout integration tests
159-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
159+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
160160
with:
161161
path: php-agent
162162
repository: ${{ inputs.origin }}/newrelic-php-agent
@@ -251,7 +251,7 @@ jobs:
251251
echo "COMMIT_HASH=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
252252
- name: Upload coverage reports to Codecov
253253
if: ${{ matrix.codecov == 1 }}
254-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # 6.0.1
254+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # 7.0.0
255255
with:
256256
token: ${{ secrets.CODECOV_TOKEN }}
257257
working-directory: ./php-agent

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434

3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
37+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
41+
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
4242
with:
4343
languages: ${{ matrix.language }}
4444
build-mode: manual
@@ -63,6 +63,6 @@ jobs:
6363
make ${{ matrix.language == 'go' && 'daemon' || 'agent' }}
6464
6565
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
66+
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
6767
with:
6868
category: "/language:${{matrix.language}}"

.github/workflows/get-php-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
php-versions: ${{ steps.get-php-versions.outputs.php-versions }}
2222
steps:
2323
- name: Checkout php_versions.mk
24-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
24+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
2525
with:
2626
sparse-checkout: make/php_versions.mk
2727
path: php-agent

.github/workflows/make-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
php: ${{ fromJson(needs.get-php-versions.outputs.php-versions) }}
4343
steps:
4444
- name: Checkout Repo
45-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
45+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
4646
with:
4747
path: php-agent
4848
repository: ${{ inputs.origin }}/newrelic-php-agent

.github/workflows/make-for-platform-on-arch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ jobs:
5555
platform: [gnu, musl]
5656
steps:
5757
- name: Checkout newrelic-php-agent code
58-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
58+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
5959
with:
6060
path: php-agent
6161
repository: ${{ inputs.origin }}/newrelic-php-agent
6262
ref: ${{ inputs.ref }}
6363
- name: Enable arm64 emulation
6464
if: ${{ inputs.arch == 'arm64' }}
65-
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # 4.1.0
65+
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # 4.2.0
6666
with:
6767
image: tonistiigi/binfmt:${{vars.BINFMT_IMAGE_VERSION}}
6868
platforms: arm64

.github/workflows/make-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
php: ${{ fromJson(needs.get-php-versions.outputs.php-versions) }}
4949
steps:
5050
- name: Checkout integration tests
51-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
51+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
5252
with:
5353
path: php-agent
5454
repository: ${{ inputs.origin }}/newrelic-php-agent
@@ -74,7 +74,7 @@ jobs:
7474
password: ${{ secrets.DOCKERHUB_TOKEN }}
7575
- name: Enable amd64 emulation
7676
if: ${{ inputs.arch == 'arm64' }}
77-
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # 4.1.0
77+
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # 4.2.0
7878
with:
7979
image: tonistiigi/binfmt:${{vars.BINFMT_IMAGE_VERSION}}
8080
platforms: amd64

.github/workflows/repolinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
return data.data && data.data.default_branch === context.ref.split('/').slice(-1)[0]
2626
- name: Checkout Self
2727
if: ${{ steps.default-branch.outputs.result == 'true' }}
28-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
28+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
2929
- name: Run Repolinter
3030
if: ${{ steps.default-branch.outputs.result == 'true' }}
3131
uses: newrelic/repolinter-action@3f4448f855c351e9695b24524a4111c7847b84cb # v1.7.0

.github/workflows/security-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
security-events: write # upload-sarif → code scanning API
1919
steps:
2020
- name: Checkout newrelic-php-agent code
21-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
21+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
2222
with:
2323
path: php-agent
2424
- name: Run Trivy in table mode
@@ -48,7 +48,7 @@ jobs:
4848
- name: Upload Trivy scan results to GitHub Security tab
4949
# Only upload sarif when running nightly on the dev branch.
5050
if: ${{ github.event_name == 'schedule' }}
51-
uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # 4.36.1
51+
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # 4.36.2
5252
with:
5353
checkout_path: ./php-agent
5454
sarif_file: trivy-results.sarif

.github/workflows/test-agent.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
continue-on-error: true
3636
steps:
3737
- name: Checkout newrelic-php-agent code
38-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
38+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
3939
with:
4040
path: php-agent
4141
- name: Setup go
42-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
42+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
4343
with:
4444
go-version-file: ./php-agent/daemon/go.mod
4545
cache: false
@@ -60,7 +60,7 @@ jobs:
6060
continue-on-error: true
6161
steps:
6262
- name: Checkout newrelic-php-agent code
63-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
63+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
6464
with:
6565
path: php-agent
6666
- name: Get go version
@@ -71,7 +71,7 @@ jobs:
7171
echo "[${toolchain}]"
7272
echo "go-toolchain-version=${toolchain}" >> $GITHUB_OUTPUT
7373
- name: Setup go
74-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
74+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
7575
with:
7676
go-version: ${{ steps.get-go-version.outputs.go-toolchain-version }}
7777
cache-dependency-path: "**/*.sum"
@@ -101,7 +101,7 @@ jobs:
101101
arch: [amd64]
102102
steps:
103103
- name: Checkout newrelic-php-agent code
104-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
104+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
105105
with:
106106
path: php-agent
107107
- name: Login to Docker Hub
@@ -139,7 +139,7 @@ jobs:
139139
arch: [arm64]
140140
steps:
141141
- name: Checkout newrelic-php-agent code
142-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
142+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
143143
with:
144144
path: php-agent
145145
- name: Login to Docker Hub
@@ -184,7 +184,7 @@ jobs:
184184
codecov: 1
185185
steps:
186186
- name: Checkout Repo
187-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
187+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
188188
with:
189189
path: php-agent
190190
- name: Login to Docker Hub
@@ -272,7 +272,7 @@ jobs:
272272
- codecov: 0
273273
steps:
274274
- name: Checkout Repo
275-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
275+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
276276
with:
277277
path: php-agent
278278
- name: Login to Docker Hub
@@ -343,7 +343,7 @@ jobs:
343343
codecov: 1
344344
steps:
345345
- name: Checkout integration tests
346-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
346+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
347347
with:
348348
path: php-agent
349349
- name: Get integration_runner
@@ -430,7 +430,7 @@ jobs:
430430
nr-php make gcov
431431
- name: Upload coverage reports to Codecov
432432
if: ${{ matrix.codecov == 1 }}
433-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # 6.0.1
433+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # 7.0.0
434434
with:
435435
token: ${{ secrets.CODECOV_TOKEN }}
436436
working-directory: ./php-agent
@@ -455,7 +455,7 @@ jobs:
455455
php: ${{ fromJson(needs.get-php-versions-arm64.outputs.php-versions) }}
456456
steps:
457457
- name: Checkout integration tests
458-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
458+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
459459
with:
460460
path: php-agent
461461
- name: Get integration_runner
@@ -473,7 +473,7 @@ jobs:
473473
chmod 755 php-agent/bin/integration_runner
474474
chmod 755 php-agent/agent/modules/newrelic.so
475475
- name: Emable amd64 emulation
476-
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # 4.1.0
476+
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # 4.2.0
477477
with:
478478
image: tonistiigi/binfmt:${{vars.BINFMT_IMAGE_VERSION}}
479479
platforms: amd64

0 commit comments

Comments
 (0)