diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7cede48..a315d68 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,8 @@ updates: schedule: interval: "daily" labels: + - "dependencies" + - "php" - "3.x only" - package-ecosystem: "composer" directory: "/" @@ -13,4 +15,31 @@ updates: schedule: interval: "daily" labels: + - "dependencies" + - "php" + - "1.x only" + + - package-ecosystem: "github-actions" + directory: "/" + target-branch: main + schedule: + interval: "daily" + cooldown: + default-days: 5 + labels: + - "dependencies" + - "github_actions" + - "ci" + - "3.x only" + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "1.x" + schedule: + interval: "daily" + cooldown: + default-days: 5 + labels: + - "dependencies" + - "github_actions" + - "ci" - "1.x only" diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 6e51a5f..571b87d 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -11,11 +11,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up PHP - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5 with: php-version: '8.3' - - uses: actions/checkout@v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Find the pull request source branch name run: | @@ -50,7 +50,7 @@ jobs: fi - name: Checkout scaffolding repo - uses: actions/checkout@v4 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: repository: az-digital/az-quickstart-scaffolding ref: ${{ env.SCAFFOLDING_BRANCH_NAME }} @@ -71,7 +71,7 @@ jobs: composer install -o - name: Save build artifact - uses: actions/cache/save@v4 + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ${{ github.workspace }}/az-quickstart-scaffolding key: azqs-build-${{ github.sha }} @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Restore build artifact cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ${{ github.workspace }}/az-quickstart-scaffolding key: azqs-build-${{ github.sha }} @@ -97,7 +97,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Restore build artifact cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ${{ github.workspace }}/az-quickstart-scaffolding key: azqs-build-${{ github.sha }}