diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 90275b3..5c9e44a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a297016..b19f258 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')" steps: # Checkout - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 # Load Node version based on .nvmrc file - name: Read .nvmrc diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8db794b..8e14ecc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: concurrency: ci-release-${{ github.ref }} steps: # Checkout with full history and tags - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: token: ${{ secrets.GH_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 3c7fc4d..1e57983 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: token: ${{ secrets.GH_TOKEN }} - name: Self-hosted Renovate