From 726ceda2f9e18e52e3f70af9932c82702c0ac263 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:41:08 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to b4ffde6 --- .github/workflows/aws-cloudwatch-main.yml | 2 +- .github/workflows/aws-dynamo-main.yml | 2 +- .github/workflows/aws-kinesis-consumer-main.yml | 2 +- .github/workflows/aws-kinesis-producer-main.yml | 2 +- .github/workflows/aws-parameterstore-main.yml | 2 +- .github/workflows/aws-s3-main.yml | 2 +- .github/workflows/aws-secretmanager-main.yml | 2 +- .github/workflows/aws-ses-main.yml | 2 +- .github/workflows/aws-sqs-main.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/aws-cloudwatch-main.yml b/.github/workflows/aws-cloudwatch-main.yml index bd787272..14b3ad5c 100644 --- a/.github/workflows/aws-cloudwatch-main.yml +++ b/.github/workflows/aws-cloudwatch-main.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: "./aws-cloudwatch-project" steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/aws-dynamo-main.yml b/.github/workflows/aws-dynamo-main.yml index 5c902a11..cfa493a4 100644 --- a/.github/workflows/aws-dynamo-main.yml +++ b/.github/workflows/aws-dynamo-main.yml @@ -25,7 +25,7 @@ jobs: distribution: [ 'temurin' ] java: [ '17' ] steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup Java ${{ matrix.java }} uses: actions/setup-java@v3 diff --git a/.github/workflows/aws-kinesis-consumer-main.yml b/.github/workflows/aws-kinesis-consumer-main.yml index 6cb687c4..b906cc19 100644 --- a/.github/workflows/aws-kinesis-consumer-main.yml +++ b/.github/workflows/aws-kinesis-consumer-main.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: "./aws-kinesis-project/consumer" steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/aws-kinesis-producer-main.yml b/.github/workflows/aws-kinesis-producer-main.yml index 3a569fe6..08e971d3 100644 --- a/.github/workflows/aws-kinesis-producer-main.yml +++ b/.github/workflows/aws-kinesis-producer-main.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: "./aws-kinesis-project/producer" steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/aws-parameterstore-main.yml b/.github/workflows/aws-parameterstore-main.yml index ec37b24e..c8ab61e3 100644 --- a/.github/workflows/aws-parameterstore-main.yml +++ b/.github/workflows/aws-parameterstore-main.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: "./aws-parameterstore-project" steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/aws-s3-main.yml b/.github/workflows/aws-s3-main.yml index be2bea89..2d083561 100644 --- a/.github/workflows/aws-s3-main.yml +++ b/.github/workflows/aws-s3-main.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: ./aws-s3-project steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/aws-secretmanager-main.yml b/.github/workflows/aws-secretmanager-main.yml index dcb84f1e..0fa8345d 100644 --- a/.github/workflows/aws-secretmanager-main.yml +++ b/.github/workflows/aws-secretmanager-main.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: "./aws-secretmanager-project" steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/aws-ses-main.yml b/.github/workflows/aws-ses-main.yml index f4fb5c9c..01027fc3 100644 --- a/.github/workflows/aws-ses-main.yml +++ b/.github/workflows/aws-ses-main.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: aws-ses-project steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/aws-sqs-main.yml b/.github/workflows/aws-sqs-main.yml index c5a8fd56..9cefd6d0 100644 --- a/.github/workflows/aws-sqs-main.yml +++ b/.github/workflows/aws-sqs-main.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: "aws-sqs-project" steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis