diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index c58618d..bec4948 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -11,7 +11,7 @@ jobs: continue-on-error: true timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - name: Use Node.js @@ -39,7 +39,7 @@ jobs: continue-on-error: true timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - name: Use Node.js diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index d602c14..115707e 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -15,7 +15,7 @@ jobs: continue-on-error: true timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - name: Use Node.js @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - name: Use Node.js @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - name: Determine images to publish diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 2f8f031..d79d154 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -14,7 +14,7 @@ jobs: if: ${{ github.repository_owner == 'nrkno' }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0