diff --git a/.github/workflows/behat.yml b/.github/workflows/behat.yml index adf07a56..906e5747 100644 --- a/.github/workflows/behat.yml +++ b/.github/workflows/behat.yml @@ -17,7 +17,7 @@ jobs: name: php steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up php ${{ matrix.php-versions }} uses: shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2.30.4 diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index bfaf37fe..6f327bd0 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up php ${{ matrix.php-versions }} uses: shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2.30.4 diff --git a/.github/workflows/prerelease-dir-check.yml b/.github/workflows/prerelease-dir-check.yml index dcc2e2a8..07bc0caa 100644 --- a/.github/workflows/prerelease-dir-check.yml +++ b/.github/workflows/prerelease-dir-check.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Make sure config.php is up-to-date with JSON files run: | diff --git a/.github/workflows/upgrade.yml b/.github/workflows/upgrade.yml index ec178fdc..b349eac9 100644 --- a/.github/workflows/upgrade.yml +++ b/.github/workflows/upgrade.yml @@ -18,7 +18,7 @@ jobs: config: ${{ steps.changes.outputs.config }} steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # If the config has not changed, we skip # It allows us to still have a summary result @@ -39,7 +39,7 @@ jobs: name: Initializing ${{matrix.channel}} configs steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Getting config id: get-config