Skip to content

Commit 5c78266

Browse files
Pin dependencies
1 parent 9cf12c2 commit 5c78266

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/build-and-push-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ jobs:
7575
tag-prefix: "api-"
7676
aca_name_secret: "ACA_CONTAINERAPP_API_NAME"
7777
steps:
78-
- uses: DFE-Digital/deploy-azure-container-apps-action/.github/actions/build@v5.2.1
78+
- uses: DFE-Digital/deploy-azure-container-apps-action/.github/actions/build@8e72e403f05ff9da09668207eef1d79e1ce9d1a7 # v5.2.1
7979
with:
8080
image-name: ${{ needs.set-env.outputs.image-name }}
8181
build-args: CI=true
8282
build-file-name: ./Dockerfile.${{ matrix.image }}
8383
tag-prefix: ${{ matrix.tag-prefix }}
8484
github-token: ${{ secrets.GITHUB_TOKEN }}
8585

86-
- uses: DFE-Digital/deploy-azure-container-apps-action/.github/actions/import@v5.2.1
86+
- uses: DFE-Digital/deploy-azure-container-apps-action/.github/actions/import@8e72e403f05ff9da09668207eef1d79e1ce9d1a7 # v5.2.1
8787
with:
8888
image-name: ${{ needs.set-env.outputs.image-name }}
8989
tag-prefix: ${{ matrix.tag-prefix }}
@@ -100,7 +100,7 @@ jobs:
100100
- id: annotate
101101
run: echo "ANNOTATE_RELEASE=${{ matrix.image == 'web' && 'yes' || 'no' }}" >> $GITHUB_ENV
102102

103-
- uses: DFE-Digital/deploy-azure-container-apps-action/.github/actions/deploy@v5.2.1
103+
- uses: DFE-Digital/deploy-azure-container-apps-action/.github/actions/deploy@8e72e403f05ff9da09668207eef1d79e1ce9d1a7 # v5.2.1
104104
with:
105105
image-name: ${{ needs.set-env.outputs.image-name }}
106106
tag-prefix: ${{ matrix.tag-prefix }}

.github/workflows/continuous-integration-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0 # Shallow clones disabled for a better relevancy of SC analysis
3636

3737
- name: Setup .NET ${{ env.DOTNET_VERSION }}
38-
uses: actions/setup-dotnet@v5
38+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5
3939
with:
4040
dotnet-version: ${{ env.DOTNET_VERSION }}
4141

.github/workflows/continuous-integration-terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out code
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
1919

2020
- name: Terraform Validate
2121
uses: DFE-Digital/terraform-linting-actions/.github/actions/validate@2608ca06a7f06e1869364c028a8d035d23627acc #v1.2.1

.github/workflows/cypress-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132

133133
steps:
134134
- name: Checkout code
135-
uses: actions/checkout@v4
135+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
136136
with:
137137
ref: ${{ github.ref }}
138138

@@ -210,7 +210,7 @@ jobs:
210210
run: npm ci --ignore-scripts
211211

212212
- name: Download all test results
213-
uses: actions/download-artifact@v8
213+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
214214
with:
215215
pattern: test-results-*
216216
path: ${{ env.WORKING_DIRECTORY }}/cypress/reports/mocha
@@ -262,7 +262,7 @@ jobs:
262262
run: npm ci --ignore-scripts
263263

264264
- name: Download test results
265-
uses: actions/download-artifact@v8
265+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
266266
with:
267267
pattern: test-results-smoke
268268
path: ${{ env.WORKING_DIRECTORY }}/cypress/reports/mocha

Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"mochawesome-merge": "5.1.1",
5050
"mochawesome-report-generator": "6.3.2",
5151
"prettier": "3.8.1",
52-
"rimraf": "^6.1.3",
52+
"rimraf": "6.1.3",
5353
"typescript": "5.9.3",
5454
"typescript-eslint": "^8.57.1",
5555
"uuid": "13.0.0",

Stack/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
mfspsqldb:
3-
image: mcr.microsoft.com/azure-sql-edge:latest
3+
image: mcr.microsoft.com/azure-sql-edge:latest@sha256:902628a8be89e35dfb7895ca31d602974c7bafde4d583a0d0873844feb1c42cf
44
environment:
55
ACCEPT_EULA: Y
66
MSSQL_SA_PASSWORD: ${DATABASE_PASSWORD}

0 commit comments

Comments
 (0)