diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 079e38eb..869c3ad6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2 - name: Initialize CodeQL uses: github/codeql-action/init@v1 diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 594d25a0..5de4efa0 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -16,18 +16,18 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v2 + uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2 with: fetch-depth: 0 - name: Add TypeScript problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v14 - uses: actions/setup-node@v2 + uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # renovate: tag=v2 with: node-version: 14 registry-url: https://registry.npmjs.org/ - name: Restore CI Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # renovate: tag=v2.1.6 id: cache-restore with: path: node_modules @@ -54,18 +54,18 @@ jobs: if: "github.event_name == 'push'" steps: - name: Checkout Project - uses: actions/checkout@v2 + uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2 - name: Checkout Project - uses: actions/checkout@v2 + uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2 with: ref: gh-pages path: out - name: Use Node.js v14 - uses: actions/setup-node@v2 + uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # renovate: tag=v2 with: node-version: 14 - name: Restore CI Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # renovate: tag=v2.1.6 id: cache-restore with: path: node_modules diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 40ab2b73..f8092851 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -12,15 +12,15 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v2 + uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2 - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/eslint.json" - name: Use Node.js v14 - uses: actions/setup-node@v2 + uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # renovate: tag=v2 with: node-version: 14 - name: Restore CI Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # renovate: tag=v2.1.6 id: cache-restore with: path: node_modules @@ -36,15 +36,15 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v2 + uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2 - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v14 - uses: actions/setup-node@v2 + uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # renovate: tag=v2 with: node-version: 14 - name: Restore CI Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # renovate: tag=v2.1.6 id: cache-restore with: path: node_modules diff --git a/.github/workflows/labelsync.yml b/.github/workflows/labelsync.yml index a569d440..db7a1acf 100644 --- a/.github/workflows/labelsync.yml +++ b/.github/workflows/labelsync.yml @@ -11,11 +11,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v2 + uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2 with: repository: 'sapphiredev/readme' - name: Run Label Sync - uses: crazy-max/ghaction-github-labeler@v3 + uses: crazy-max/ghaction-github-labeler@52525cb66833763f651fc34e244e4f73b6e07ff5 # renovate: tag=v3 with: github-token: ${{ secrets.GITHUB_TOKEN }} yaml-file: .github/labels.yml