Skip to content

Commit

Permalink
Renovate Update actions/checkout digest to 6d193bf (#2787)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 307c286 commit 5724231
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run_integration_tests: 'false'
artifact_to_dl: ''
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc

- name: cache node modules
id: cache-npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
code_coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
- name: download artifact for front tests
id: download-artifact-front-tests
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_ecr-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ecr-scan-results:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3

- name: configure AWS credentials ECR scan results
uses: aws-actions/configure-aws-credentials@a78e788c51463a506fbaaec784bab37f73afb4e8 # [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_lint-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- folder: 'environment'
- folder: 'account'
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3

- name: Set Terraform version
working-directory: ./terraform/${{ matrix.folder }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-web:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
- uses: actions/setup-node@c2ac33f2c62f978d6c944d9648125a294e56dc0b # [email protected]
with:
node-version-file: '.nvmrc'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
- uses: actions/setup-node@c2ac33f2c62f978d6c944d9648125a294e56dc0b # [email protected]
with:
node-version-file: '.nvmrc'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_run-behat-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build-web:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3

- name: install python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_run-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo "admin-tag=$(echo ${TAG})" >> $GITHUB_OUTPUT
fi
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
with:
fetch-depth: '0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_seed-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
terraform_workflow:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
with:
fetch-depth: '0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_slack-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
send-slack-notification:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3

- name: install python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # [email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/path-to-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
short_sha: ${{ steps.variables.outputs.short_sha }}
semver_tag: ${{ steps.semver_tag.outputs.created_tag }}
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
- name: extract variables for workflow
id: variables
run: |
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- workflow_variables
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
- name: download artifact for front tests
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
needs:
- terraform_apply_production
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
with:
fetch-depth: '0'
- name: download cluster_config
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
short_sha: ${{ steps.variables.outputs.short_sha }}
specific_path: ${{ steps.variables.outputs.path }}
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
with:
fetch-depth: 2
- name: get changed files in the admin folder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-tfsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: read
security-events: write
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-workspace-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
terraform_environment_cleanup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3

- name: Set Terraform version
working-directory: ./terraform/environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy_scan_alert_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
trivy_scan_alert_report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3

- name: install python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-deploy-ref-to-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
short_sha: ${{ steps.variables.outputs.short_sha }}
specific_path: ${{ steps.variables.outputs.path }}
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v4
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v4
with:
fetch-depth: 2
ref: ${{ inputs.git_ref }}
Expand Down

0 comments on commit 5724231

Please sign in to comment.