diff --git a/.github/workflows/dev_opened_or_updated.yml b/.github/workflows/dev_opened_or_updated.yml index f3b28a792..35c0e07c7 100644 --- a/.github/workflows/dev_opened_or_updated.yml +++ b/.github/workflows/dev_opened_or_updated.yml @@ -19,7 +19,7 @@ jobs: contents: read runs-on: [self-hosted, common] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.ref }} persist-credentials: false @@ -51,7 +51,7 @@ jobs: if: ${{ !contains(github.event.pull_request.body , '[ ] I want to run the tests for the commits of this PR') }} needs: build-and-push steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: repository: bimdata/bimdata-test ref: master @@ -78,7 +78,7 @@ jobs: runs-on: [self-hosted, common] needs: build-and-push steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.ref }} persist-credentials: false diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 900cc4172..b2e12f230 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: contents: read runs-on: [self-hosted, common] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.ref }} persist-credentials: false @@ -58,7 +58,7 @@ jobs: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/release' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.ref }} persist-credentials: false @@ -77,7 +77,7 @@ jobs: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/release' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: repository: bimdata/bimdata-test ref: master @@ -128,7 +128,7 @@ jobs: needs: build-and-push if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - uses: actions/setup-node@v6 diff --git a/.github/workflows/viewer-update.yml b/.github/workflows/viewer-update.yml index e2ceed9eb..31817ebdf 100644 --- a/.github/workflows/viewer-update.yml +++ b/.github/workflows/viewer-update.yml @@ -16,7 +16,7 @@ jobs: runs-on: [self-hosted, common] if: contains('refs/heads/develop', github.event.client_payload.ref) steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.REPOS_TOKEN }} # Needed for EndBug/add-and-commit @@ -51,7 +51,7 @@ jobs: refs/heads/main' , github.event.client_payload.ref) steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: release persist-credentials: true