File tree Expand file tree Collapse file tree 12 files changed +27
-27
lines changed
Expand file tree Collapse file tree 12 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 6666 steps :
6767 - name : Restore rust cache (nearest match)
6868 if : ${{ inputs.save-cache == 'false' && inputs.restore-strategy == 'nearest' }}
69- uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5
69+ uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
7070 with :
7171 path : |
7272 ~/.cargo/bin/
7979
8080 - name : Restore rust cache (exact match)
8181 if : ${{ inputs.save-cache == 'false' && inputs.restore-strategy == 'exact' }}
82- uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5
82+ uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
8383 with :
8484 path : |
8585 ~/.cargo/bin/
9191
9292 - name : Save rust cache
9393 if : ${{ inputs.save-cache == 'true' }}
94- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
94+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
9595 with :
9696 path : |
9797 ~/.cargo/bin/
Original file line number Diff line number Diff line change 5454 - name : Install Zig
5555 uses : mlugg/setup-zig@e7d1537c378b83b8049f65dda471d87a2f7b2df2 # v2
5656
57- - uses : taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2.66.1
57+ - uses : taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
5858 with :
5959 tool : cargo-zigbuild@0.20.1
6060
Original file line number Diff line number Diff line change 7777 - name : Install Zig
7878 uses : mlugg/setup-zig@e7d1537c378b83b8049f65dda471d87a2f7b2df2 # v2
7979
80- - uses : taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2.66.1
80+ - uses : taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
8181 with :
8282 tool : cargo-zigbuild@0.20.1
8383
Original file line number Diff line number Diff line change 2727 name : Test package installation
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : newrelic/pkg-installation-testing-action@4a20293bfd13245ab0ccce98626585f6d6eba42a # v1
30+ - uses : newrelic/pkg-installation-testing-action@700909be3c5ae80280e0a58c1e54f504262677d8 # v1
3131 with :
3232 gpg_key : ' https://download.newrelic.com/infrastructure_agent/gpg/newrelic-infra.gpg'
3333 repo_base_url : ${{ inputs.REPO_ENDPOINT }}
Original file line number Diff line number Diff line change 4242 with :
4343 fetch-depth : 0
4444
45- - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
45+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
4646 with :
4747 go-version-file : ' build/embedded/go.mod'
4848 check-latest : true
6767 - name : Install Zig
6868 uses : mlugg/setup-zig@e7d1537c378b83b8049f65dda471d87a2f7b2df2 # v2
6969
70- - uses : taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2.66.1
70+ - uses : taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
7171 with :
7272 tool : cargo-zigbuild@0.20.1
7373
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Set up Node.js
17- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
17+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
1818 with :
19- node-version : 24.12 .0
19+ node-version : 24.13 .0
2020
2121 - name : Install commitlint with default config
2222 run : |
Original file line number Diff line number Diff line change 6363 path : ./
6464
6565 - name : Publish deb to S3 action
66- uses : newrelic/infrastructure-publish-action@ecba9f25fc8c7badc3c4e7d2c2aed51c26d52f2b # v1
66+ uses : newrelic/infrastructure-publish-action@26d9d8604b2cf2e7343dc287c958e8bbc1a3f750 # v1
6767 with :
6868 tag : 0.100.${{ github.run_id }}
6969 app_name : " newrelic-agent-control"
8888 apt_skip_mirror : true
8989
9090 - name : Publish windows artifacts
91- uses : newrelic/infrastructure-publish-action@ecba9f25fc8c7badc3c4e7d2c2aed51c26d52f2b # v1
91+ uses : newrelic/infrastructure-publish-action@26d9d8604b2cf2e7343dc287c958e8bbc1a3f750 # v1
9292 with :
9393 tag : 0.100.${{ github.run_id }}
9494 app_name : " newrelic-agent-control"
Original file line number Diff line number Diff line change 2626 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2727
2828 - name : Publish windows artifacts
29- uses : newrelic/infrastructure-publish-action@ecba9f25fc8c7badc3c4e7d2c2aed51c26d52f2b # v1
29+ uses : newrelic/infrastructure-publish-action@26d9d8604b2cf2e7343dc287c958e8bbc1a3f750 # v1
3030 with :
3131 tag : ${{ github.event.inputs.tag }}
3232 app_name : " newrelic-agent-control"
5151 apt_skip_mirror : false
5252
5353 - name : Publish deb to S3 action
54- uses : newrelic/infrastructure-publish-action@ecba9f25fc8c7badc3c4e7d2c2aed51c26d52f2b # v1
54+ uses : newrelic/infrastructure-publish-action@26d9d8604b2cf2e7343dc287c958e8bbc1a3f750 # v1
5555 with :
5656 tag : ${{ github.event.inputs.tag }}
5757 app_name : " newrelic-agent-control"
7676 apt_skip_mirror : false
7777
7878 - name : Publish rpm to S3 action
79- uses : newrelic/infrastructure-publish-action@ecba9f25fc8c7badc3c4e7d2c2aed51c26d52f2b # v1
79+ uses : newrelic/infrastructure-publish-action@26d9d8604b2cf2e7343dc287c958e8bbc1a3f750 # v1
8080 with :
8181 tag : ${{ github.event.inputs.tag }}
8282 app_name : " newrelic-agent-control"
Original file line number Diff line number Diff line change 5959 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6060
6161 - name : Publish windows artifacts
62- uses : newrelic/infrastructure-publish-action@ecba9f25fc8c7badc3c4e7d2c2aed51c26d52f2b # v1
62+ uses : newrelic/infrastructure-publish-action@26d9d8604b2cf2e7343dc287c958e8bbc1a3f750 # v1
6363 with :
6464 tag : ${{ github.event.release.tag_name }}
6565 app_name : " newrelic-agent-control"
8484 apt_skip_mirror : false
8585
8686 - name : Publish deb to S3 action
87- uses : newrelic/infrastructure-publish-action@ecba9f25fc8c7badc3c4e7d2c2aed51c26d52f2b # v1
87+ uses : newrelic/infrastructure-publish-action@26d9d8604b2cf2e7343dc287c958e8bbc1a3f750 # v1
8888 with :
8989 tag : ${{ github.event.release.tag_name }}
9090 app_name : " newrelic-agent-control"
@@ -109,7 +109,7 @@ jobs:
109109 apt_skip_mirror : false
110110
111111 - name : Publish rpm to S3 action
112- uses : newrelic/infrastructure-publish-action@ecba9f25fc8c7badc3c4e7d2c2aed51c26d52f2b # v1
112+ uses : newrelic/infrastructure-publish-action@26d9d8604b2cf2e7343dc287c958e8bbc1a3f750 # v1
113113 with :
114114 tag : ${{ github.event.release.tag_name }}
115115 app_name : " newrelic-agent-control"
Original file line number Diff line number Diff line change 3434 ref : ${{ env.AGENT_VERSION }}
3535
3636 - name : Setup Go
37- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
37+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
3838 with :
39- go-version : ' 1.25.5 '
39+ go-version : ' 1.25.6 '
4040
4141 - name : Compile Binary
4242 run : |
You can’t perform that action at this time.
0 commit comments