From e9475afbe39f2d707b3737436f671b784482d1fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 05:34:18 -0700 Subject: [PATCH] Bump actions/checkout from 3.5.2 to 3.5.3 (#130) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [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/8e5e7e5ab8b370d6c329ec480221332ada57f0ab...c85c95e3d7251135ab7dc9ce3241c5835cc595a9) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- .github/workflows/on-cron.yaml | 2 +- .github/workflows/on-tag-cli.yaml | 2 +- .github/workflows/score.yaml | 2 +- .github/workflows/slsa.yaml | 2 +- .github/workflows/test.yaml | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6451774..43c1e33 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -58,7 +58,7 @@ jobs: ${{ runner.os }}-go- - name: Checkout Code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Tidy Modules run: | diff --git a/.github/workflows/on-cron.yaml b/.github/workflows/on-cron.yaml index eff202b..117e2eb 100644 --- a/.github/workflows/on-cron.yaml +++ b/.github/workflows/on-cron.yaml @@ -21,7 +21,7 @@ jobs: actions: write steps: - name: Checkout Code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Spool Images env: GH_TOKEN: ${{ github.token }} diff --git a/.github/workflows/on-tag-cli.yaml b/.github/workflows/on-tag-cli.yaml index b9c697e..fd6d532 100644 --- a/.github/workflows/on-tag-cli.yaml +++ b/.github/workflows/on-tag-cli.yaml @@ -68,7 +68,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Checkout Code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Prune Git History run: git fetch --prune --unshallow - name: Install Syft diff --git a/.github/workflows/score.yaml b/.github/workflows/score.yaml index 50073fc..1c700c0 100644 --- a/.github/workflows/score.yaml +++ b/.github/workflows/score.yaml @@ -15,7 +15,7 @@ jobs: id-token: write steps: - name: "Checkout code" - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.1.0 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.1.0 with: persist-credentials: false - name: "Run analysis" diff --git a/.github/workflows/slsa.yaml b/.github/workflows/slsa.yaml index af7b40e..05d645e 100644 --- a/.github/workflows/slsa.yaml +++ b/.github/workflows/slsa.yaml @@ -64,7 +64,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - id: auth name: Auth GCP diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 150f916..5e6aef2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -53,7 +53,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Checkout Code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.4.0 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.4.0 - name: Tidy Modules run: | make tidy @@ -87,7 +87,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Checkout Code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.4.0 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.4.0 - name: Tidy Modules run: | make tidy @@ -147,7 +147,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Checkout Code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.4.0 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.4.0 - name: Tidy Modules run: | make tidy @@ -164,7 +164,7 @@ jobs: security-events: write steps: - name: Checkout Code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.4.0 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.4.0 - name: Scan Repo uses: aquasecurity/trivy-action@b43daad0c3c96202fc5800b511dfae8e6ecce864 # v0.11.0 with: