From aa653bd1e8828cb3346845b0597b8caa2f251dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 06:26:06 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.1 to 4.2.2 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [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/eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871...11bd71901bbe5b1630ceea73d27597364c9af683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-pull-request.yml | 2 +- .github/workflows/create-article.yml | 4 ++-- .github/workflows/create-favicon.yml | 2 +- .github/workflows/create-logo.yml | 2 +- .github/workflows/fortidevsec.yml | 2 +- .github/workflows/linter.yml | 2 +- .github/workflows/mkdocs-build-test.yml | 2 +- .github/workflows/pages-build-integration.yml | 2 +- .github/workflows/screenshots.yml | 4 ++-- .github/workflows/terraform-docs.yml | 2 +- .github/workflows/terraform.yml | 6 +++--- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/auto-pull-request.yml b/.github/workflows/auto-pull-request.yml index 1c3e89cd..2f805dc7 100644 --- a/.github/workflows/auto-pull-request.yml +++ b/.github/workflows/auto-pull-request.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: auto-pull-request uses: diillson/auto-pull-request@4cf50b3681cd76250f37841466e61e514a377064 diff --git a/.github/workflows/create-article.yml b/.github/workflows/create-article.yml index 69c73aeb..4d2b44ec 100644 --- a/.github/workflows/create-article.yml +++ b/.github/workflows/create-article.yml @@ -41,7 +41,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 0 @@ -58,7 +58,7 @@ jobs: matrix: manifest: ${{ fromJson(needs.list-manifests.outputs.matrix) }} steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 0 diff --git a/.github/workflows/create-favicon.yml b/.github/workflows/create-favicon.yml index 65353392..f1a29c1f 100644 --- a/.github/workflows/create-favicon.yml +++ b/.github/workflows/create-favicon.yml @@ -21,7 +21,7 @@ jobs: create-favicons: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 0 diff --git a/.github/workflows/create-logo.yml b/.github/workflows/create-logo.yml index 2592c4f5..ddbac081 100644 --- a/.github/workflows/create-logo.yml +++ b/.github/workflows/create-logo.yml @@ -45,7 +45,7 @@ jobs: matrix: file: [docs/logo.json] steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 0 diff --git a/.github/workflows/fortidevsec.yml b/.github/workflows/fortidevsec.yml index 92f1d0c8..f83a2823 100644 --- a/.github/workflows/fortidevsec.yml +++ b/.github/workflows/fortidevsec.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Scan run: | env | grep -E "GITHUB_ACTIONS|GITHUB_RUN_NUMBER|GITHUB_REF_NAME|GITHUB_SHA" > /tmp/env diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 27ea6176..9ae2795e 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -35,7 +35,7 @@ jobs: steps: # Git Checkout - name: Checkout Code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances diff --git a/.github/workflows/mkdocs-build-test.yml b/.github/workflows/mkdocs-build-test.yml index 2efe0c00..b444fcad 100644 --- a/.github/workflows/mkdocs-build-test.yml +++ b/.github/workflows/mkdocs-build-test.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Install Python uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 diff --git a/.github/workflows/pages-build-integration.yml b/.github/workflows/pages-build-integration.yml index 0d89afa3..c87dcc92 100644 --- a/.github/workflows/pages-build-integration.yml +++ b/.github/workflows/pages-build-integration.yml @@ -25,7 +25,7 @@ jobs: pages-build-integration: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index a1ba9fd9..46ab1203 100644 --- a/.github/workflows/screenshots.yml +++ b/.github/workflows/screenshots.yml @@ -31,7 +31,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 0 diff --git a/.github/workflows/terraform-docs.yml b/.github/workflows/terraform-docs.yml index 50baa85f..16a5e67d 100644 --- a/.github/workflows/terraform-docs.yml +++ b/.github/workflows/terraform-docs.yml @@ -21,7 +21,7 @@ jobs: terraform-docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 0 diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 734d3dc1..a1edfa06 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Github repository checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: enable-azurerm-backend env: @@ -156,7 +156,7 @@ jobs: needs: [terraform, plan] steps: - name: Github repository checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: enable-azurerm-backend run: | @@ -217,7 +217,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Github repository checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: enable-azurerm-backend run: |