@@ -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
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
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