From e8c5b1b9a032a5cdd712a8beca2a54a3fc8d10b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 21:15:24 +0530 Subject: [PATCH] chore(deps): update actions/checkout digest to 0ad4b8f (#692) * chore(deps): update actions/checkout digest to 0ad4b8f * change v4 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Raja Kolli --- .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-secretmanager-main.yml | 2 +- .github/workflows/aws-ses-main.yml | 2 +- .github/workflows/aws-sns-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 fb2cec9c..31891e66 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@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 a9473ed6..eeaeb745 100644 --- a/.github/workflows/aws-dynamo-main.yml +++ b/.github/workflows/aws-dynamo-main.yml @@ -25,7 +25,7 @@ jobs: distribution: [ 'temurin' ] java: [ '21' ] steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@v4 - name: Setup Java ${{ matrix.java }} uses: actions/setup-java@v4 diff --git a/.github/workflows/aws-kinesis-consumer-main.yml b/.github/workflows/aws-kinesis-consumer-main.yml index 52593990..44859828 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@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 1d66a0b2..31ac4de9 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@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 1ee92bbb..4166a109 100644 --- a/.github/workflows/aws-parameterstore-main.yml +++ b/.github/workflows/aws-parameterstore-main.yml @@ -25,7 +25,7 @@ jobs: run: working-directory: "./aws-parameterstore-project" steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@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 bb971ae1..f930013e 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@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 884b01fd..1ef31e33 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/aws-sns-main.yml b/.github/workflows/aws-sns-main.yml index af84b68c..1c9cbd00 100644 --- a/.github/workflows/aws-sns-main.yml +++ b/.github/workflows/aws-sns-main.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: aws-sns-project steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@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 6be25021..1c4d425e 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis