From 95e31c617867e1ff58214947c59abc77a2aa0a1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 01:56:29 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/auto-deprecate.yml | 2 +- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/continuous-delivery.yml | 2 +- .github/workflows/continuous-integration.yml | 8 ++++---- .github/workflows/deprecate-on-merge.yml | 2 +- .github/workflows/documentation.yml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/auto-deprecate.yml b/.github/workflows/auto-deprecate.yml index 7d986850..1696b2a4 100644 --- a/.github/workflows/auto-deprecate.yml +++ b/.github/workflows/auto-deprecate.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout Project uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Use Node.js v16 - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 + uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: node-version: 16 cache: yarn diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9ddfae4f..c0d1c976 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -18,8 +18,8 @@ jobs: - name: Checkout Repository uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Initialize CodeQL - uses: github/codeql-action/init@5b6282e01c62d02e720b81eb8a51204f527c3624 # v2 + uses: github/codeql-action/init@a09933a12a80f87b87005513f0abb1494c27a716 # v2 - name: Auto Build - uses: github/codeql-action/autobuild@5b6282e01c62d02e720b81eb8a51204f527c3624 # v2 + uses: github/codeql-action/autobuild@a09933a12a80f87b87005513f0abb1494c27a716 # v2 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5b6282e01c62d02e720b81eb8a51204f527c3624 # v2 + uses: github/codeql-action/analyze@a09933a12a80f87b87005513f0abb1494c27a716 # v2 diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index cc5836c0..d866a0df 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -33,7 +33,7 @@ jobs: - name: Add TypeScript Problem Matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v16 - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 + uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: node-version: 16 cache: yarn diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index ce8a1da0..61ba4b54 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -16,7 +16,7 @@ jobs: - name: Add ESLint Problem Matcher run: echo "::add-matcher::.github/problemMatchers/eslint.json" - name: Use Node.js v16 - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 + uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: node-version: 16 cache: yarn @@ -33,7 +33,7 @@ jobs: - name: Checkout Project uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Use Node.js v16 - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 + uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: node-version: 16 cache: yarn @@ -57,7 +57,7 @@ jobs: - name: Add TypeScript Problem Matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v16 - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 + uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: node-version: 16 cache: yarn @@ -74,7 +74,7 @@ jobs: - name: Checkout Project uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Use Node.js v16 - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 + uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: node-version: 16 cache: yarn diff --git a/.github/workflows/deprecate-on-merge.yml b/.github/workflows/deprecate-on-merge.yml index 55b09df1..c8f897fa 100644 --- a/.github/workflows/deprecate-on-merge.yml +++ b/.github/workflows/deprecate-on-merge.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout Project uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Use Node.js v16 - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 + uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: node-version: 16 cache: yarn diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f956c77b..57b2b42e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout Project uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Use Node.js v16 - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 + uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: node-version: 16 cache: yarn @@ -66,7 +66,7 @@ jobs: - name: Checkout Project uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Use Node.js v16 - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 + uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: node-version: 16 cache: yarn