Skip to content

Commit 581339e

Browse files
committed
CCM-14499: Pin remaining GitHub Actions refs to SHAs
1 parent 8d3a075 commit 581339e

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/actions/build-schemas/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
12-
- uses: actions/setup-node@v4
12+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1313
with:
1414
node-version: 18
1515

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
id-token: write
164164
if: needs.metadata.outputs.does_pull_request_exist == 'true' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened'))
165165
steps:
166-
- uses: actions/checkout@v5.0.0
166+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
167167
- name: Trigger dynamic environment creation
168168
env:
169169
APP_PEM_FILE: ${{ secrets.APP_PEM_FILE }}

.github/workflows/cicd-3-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
run: |
136136
gh release download ${{steps.get-asset-version.outputs.release_version}} -p jekyll-docs-*.tar --output artifact.tar
137137
138-
- uses: actions/upload-artifact@v4
138+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
139139
with:
140140
name: jekyll-docs-${{steps.get-asset-version.outputs.release_version}}
141141
path: artifact.tar

.github/workflows/pr_destroy_dynamic_env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v5.0.0
19+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
- name: Trigger dynamic environment creation
2121
env:
2222
APP_PEM_FILE: ${{ secrets.APP_PEM_FILE }}

.github/workflows/stage-1-commit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
159159
# steps:
160160
# - name: "Checkout code"
161-
# uses: actions/checkout@v4
161+
# uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
162162
# - name: "Setup ASDF"
163163
# uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4
164164
# - name: "Trivy IaC Scan"
@@ -175,7 +175,7 @@ jobs:
175175
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
176176
# steps:
177177
# - name: "Checkout code"
178-
# uses: actions/checkout@v4
178+
# uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
179179
# - name: "Setup ASDF"
180180
# uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
181181
# - name: "Trivy Package Scan"

.github/workflows/stage-4-acceptance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
name: "Integration test"
7979
runs-on: ubuntu-latest
8080
steps:
81-
- uses: actions/checkout@v5.0.0
81+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8282
# Calls out to the nhs-notify-internal repo.
8383
# The nhs-notify-internal repo will run the tests
8484
# setup in ./.github/actions/acceptance-tests/action.yaml

0 commit comments

Comments
 (0)