From fbfdb2c39b24e6643c18238d0b4b795fa9249b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:51:12 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3.6.0 to 4.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/f43a0e5ff2bd294095638e18286ca9a3d1956744...3df4ab11eba7bda6032a0b82a6bb43b11571feac) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yaml | 8 ++++---- .github/workflows/cii.yaml | 2 +- .github/workflows/sast.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 572d8ff75..916e4f640 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -32,7 +32,7 @@ jobs: name: Test on Node.js 16 ( ${{ matrix.command }} ) steps: - name: Checkout Repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 - name: Set Up Node.js @@ -51,7 +51,7 @@ jobs: name: Build steps: - name: Checkout Repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 - name: Set Up QEMU @@ -97,7 +97,7 @@ jobs: name: Release Please steps: - name: Checkout Repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 - name: Release @@ -165,7 +165,7 @@ jobs: name: Deploy to ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 - name: Authenticate to Google Cloud diff --git a/.github/workflows/cii.yaml b/.github/workflows/cii.yaml index 765be40f9..1563c84dc 100644 --- a/.github/workflows/cii.yaml +++ b/.github/workflows/cii.yaml @@ -23,7 +23,7 @@ jobs: name: OpenSSF Scorecards steps: - name: Checkout Repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Analize uses: ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 with: diff --git a/.github/workflows/sast.yaml b/.github/workflows/sast.yaml index 556e6c3a4..dcea972a6 100644 --- a/.github/workflows/sast.yaml +++ b/.github/workflows/sast.yaml @@ -28,7 +28,7 @@ jobs: name: CodeQL ( ${{ matrix.language }} ) steps: - name: Checkout Repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Initialize uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a with: