diff --git a/.github/workflows/merge-develop.yml b/.github/workflows/merge-develop.yml index eafb8da..5c071a7 100644 --- a/.github/workflows/merge-develop.yml +++ b/.github/workflows/merge-develop.yml @@ -11,7 +11,7 @@ jobs: if: github.repository == 'NHSDigital/nhs-aws-helpers' && !contains(github.event.head_commit.message, 'tag release version:') steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -50,7 +50,7 @@ jobs: - name: code coverage report if: ${{ github.event_name == 'pull_request' }} - uses: orgoro/coverage@c65003f41276ea33fe3a3a5d53df8b340462e8fa + uses: orgoro/coverage@7dbd48c7f7ed09df337ff40058340c85bc93cb3d with: coverageFile: reports/coverage.xml token: ${{ secrets.GITHUB_TOKEN }} @@ -98,7 +98,7 @@ jobs: if: github.repository == 'NHSDigital/nhs-aws-helpers' && github.actor != 'dependabot[bot]' && !contains(github.event.head_commit.message, 'tag release version:') steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c81e8ab..5234685 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -18,7 +18,7 @@ jobs: if: github.repository == 'NHSDigital/nhs-aws-helpers' steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -67,7 +67,7 @@ jobs: if: github.repository == 'NHSDigital/nhs-aws-helpers' steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -133,7 +133,7 @@ jobs: - name: code coverage report if: ${{ github.event_name == 'pull_request' }} - uses: orgoro/coverage@c65003f41276ea33fe3a3a5d53df8b340462e8fa + uses: orgoro/coverage@7dbd48c7f7ed09df337ff40058340c85bc93cb3d with: coverageFile: reports/coverage.xml token: ${{ secrets.GITHUB_TOKEN }} @@ -192,7 +192,7 @@ jobs: if: github.repository == 'NHSDigital/nhs-aws-helpers' steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -272,7 +272,7 @@ jobs: - tox steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/scheduled-combine-dependabot-prs.yaml b/.github/workflows/scheduled-combine-dependabot-prs.yaml index faf91d9..48c7474 100644 --- a/.github/workflows/scheduled-combine-dependabot-prs.yaml +++ b/.github/workflows/scheduled-combine-dependabot-prs.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: combine-prs id: combine-prs - uses: github/combine-prs@v5.0.0 + uses: github/combine-prs@v5.2.0 with: ci_required: ${{ inputs.ci_required == 'YES' }} labels: dependencies