diff --git a/.github/workflows/merge-develop.yml b/.github/workflows/merge-develop.yml index d1c56f2..e5c0f39 100644 --- a/.github/workflows/merge-develop.yml +++ b/.github/workflows/merge-develop.yml @@ -15,7 +15,7 @@ jobs: if: github.repository == 'NHSDigital/mesh-sandbox' && !contains(github.event.head_commit.message, 'tag release version:') steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -99,7 +99,7 @@ jobs: - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 + uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 with: check_name: junit reports report_paths: reports/junit/*.xml @@ -113,7 +113,7 @@ jobs: if: github.repository == 'NHSDigital/mesh-sandbox' && github.actor != 'dependabot[bot]' && !contains(github.event.head_commit.message, 'tag release version:') steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b9f337e..959e37b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -15,7 +15,7 @@ jobs: if: github.repository == 'NHSDigital/mesh-sandbox' steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -134,14 +134,14 @@ jobs: - name: archive reports if: success() || failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: reports path: reports/**/* - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 + uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 with: check_name: junit reports report_paths: reports/junit/*.xml @@ -155,7 +155,7 @@ jobs: if: github.repository == 'NHSDigital/mesh-sandbox' steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -237,7 +237,7 @@ jobs: - lint steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0