Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/merge_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
steps:
- name: Checkout code
# commit sha from v3 tag: https://github.com/actions/checkout/releases/tag/v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Check if pre_release has artifacts, if so, upgrade to release
id: promote_to_release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new_relic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout
# commit sha from v3 tag - verify with: git ls-remote https://github.com/actions/checkout v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- name: new-relic-exporter
# commit sha from latest tag - verify with: git ls-remote https://github.com/newrelic-experimental/gha-new-relic-exporter latest
uses: newrelic-experimental/gha-new-relic-exporter@9483d54bf6e0d5030301c7d878fda01080c3ac71
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- name: Checkout code
# commit sha from v3 tag - verify with: git ls-remote https://github.com/actions/checkout v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: (Re)create pre-release
run: |
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
steps:
- name: Check out repository
# commit sha from v3 tag - verify with: git ls-remote https://github.com/actions/checkout v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Attempt downloading package from New Relic repository
id: download_package_from_nr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
steps:
- name: Checkout code
# commit sha from v3 tag - verify with: git ls-remote https://github.com/actions/checkout v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Download report from pre-release
# commit sha from v3 tag - verify with: git ls-remote https://github.com/nick-fields/retry v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
steps:
- name: Check out repository
# commit sha from v3 tag - verify with: git ls-remote https://github.com/actions/checkout v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Fetch package from GitHub pre-release
# commit sha from v3 tag - verify with: git ls-remote https://github.com/nick-fields/retry v3
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
steps:
- name: Checkout code
# commit sha from v3 tag - verify with: git ls-remote https://github.com/actions/checkout v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Download merged Linux report from pre-release
# commit sha from v3 tag - verify with: git ls-remote https://github.com/nick-fields/retry v3
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
steps:
- name: Checkout code
# commit sha from v3 tag - verify with: git ls-remote https://github.com/actions/checkout v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Download Windows report from pre-release
# commit sha from v3 tag - verify with: git ls-remote https://github.com/nick-fields/retry v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security_scan_pr_schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
Expand Down
Loading