diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index b25bcdec2..aa9c1c98b 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -17,7 +17,7 @@ jobs: packages: write steps: - name: Check out the repo - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: fetch-depth: 0 - name: Get branch name diff --git a/.github/workflows/lara.yml b/.github/workflows/lara.yml index 50ab95069..26522878a 100644 --- a/.github/workflows/lara.yml +++ b/.github/workflows/lara.yml @@ -26,7 +26,7 @@ jobs: mysql-version: '10.9' root-password: ${{env.MARIADB_PASSWORD}} - run: mysql -uroot -p${{env.MARIADB_PASSWORD}} -h127.0.0.1 -e 'create database lara' - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Copy .env run: php -r "file_exists('.env') || copy('.env.example', '.env');" - name: Install Dependencies