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
4 changes: 2 additions & 2 deletions .github/workflows/job_ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
working-directory: ${{ inputs.WORKING_DIRECTORY }}
steps:
- name: Check out repository code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
submodules: true

Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:

- name: Run Checkov
if: inputs.RUN_CHECKOV == 'true'
uses: bridgecrewio/checkov-action@6772af193d58e46738c9401a4ca9c1f39de0fec8 # v12
uses: bridgecrewio/checkov-action@fa9edf8f0a491c59a924ea6accd5bdcf07752cff # v12
with:
directory: ${{ inputs.WORKING_DIRECTORY }}
skip_path: ${{ inputs.WORKING_DIRECTORY }}/infra
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job_push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
working-directory: ${{ inputs.WORKING_DIRECTORY }}
steps:
- name: Checkout Repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
with:
submodules: true
fetch-depth: 0
Expand All @@ -65,7 +65,7 @@ jobs:
role-to-assume: ${{ secrets.GH_ACTIONS_ROLE_ARN }}

- name: Login to AWS ECR
uses: aws-actions/amazon-ecr-login@fa648b43de3d4d023bcb3f89ed6940096949c419 #v2.1.5
uses: aws-actions/amazon-ecr-login@d539f0932e70871a027e9d5a9d8fc38589180a64 #v2.1.6

- name: Build Image
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job_test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
CONTINUE_ON_ERROR: ${{ inputs.SONARQUBE_CONTINUE_ON_ERROR }}
steps:
- name: Checkout Repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
submodules: true
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Run SonarQube Scan
if: inputs.RUN_SONARQUBE == 'true'
uses: sonarsource/sonarqube-scan-action@7006c4492b2e0ee0f816d36501671557c97f5995 #v8.1.0
uses: sonarsource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e #v8.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job_upload-sam-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
SAM_CLI_TELEMETRY: 0
steps:
- name: Checkout Repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
run: sam build --cached --template ${{ inputs.TEMPLATE_NAME }}

- name: Upload SAM Artifact into the Artifact Bucket
uses: govuk-one-login/devplatform-upload-action@v3.14.0
uses: govuk-one-login/devplatform-upload-action@v4.1.0
with:
artifact-bucket-name: ${{ secrets.ARTIFACT_BUCKET }}
signing-profile-name: ${{ secrets.SIGNING_PROFILE_NAME }}
Expand Down
Loading