From 7f6d6669228ceded62e1f47d612c3665a333bc86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:41:43 +0000 Subject: [PATCH] Bump actions/checkout from 3.6.0 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.1. - [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...b4ffde65f46336ab88eb53be808477a3936bae11) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/automatic-release.yml | 2 +- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/cs.yml | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/security-checker.yml | 2 +- .github/workflows/static-analysis.yml | 4 ++-- .github/workflows/unit-tests.yml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index f205601c4..5da95b32d 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -17,7 +17,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Checkout - uses: "actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744" + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" - name: Setup PHP uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 82c47eac4..505b8039c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Initialize CodeQL uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a @@ -62,7 +62,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: 'Qodana Scan' uses: JetBrains/qodana-action@main diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index 152a99a13..a45ba2d67 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -17,7 +17,7 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Setup PHP uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d @@ -54,7 +54,7 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Setup PHP uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d @@ -85,7 +85,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Checkout Code - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35f591bdd..888b3c19f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - uses: FranzDiebold/github-env-vars-action@5be1a823971b42aea2115f6d742484ab9a314bb6 - name: Checkout code - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: path: solidinvoice diff --git a/.github/workflows/security-checker.yml b/.github/workflows/security-checker.yml index 7ad9becc9..4bd6ea7a1 100644 --- a/.github/workflows/security-checker.yml +++ b/.github/workflows/security-checker.yml @@ -14,6 +14,6 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: symfonycorp/security-checker-action@258311ef7ac571f1310780ef3d79fc5abef642b5 diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index e8ff5983c..d0c669c7a 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -19,7 +19,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Setup PHP uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d @@ -60,7 +60,7 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: 'Qodana Scan' uses: JetBrains/qodana-action@77f0ff0c702065648df9fd0340a48919dca5a1ff diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index d4262a3eb..b9a9f6790 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -51,7 +51,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: haya14busa/action-cond@1d6e8a12b20cdb4f1954feef9aa475b9c390cab5 id: coverage_driver