diff --git a/.github/workflows/LintingAutoFix.yml b/.github/workflows/LintingAutoFix.yml index 33a2a72f4f..f54a70e414 100644 --- a/.github/workflows/LintingAutoFix.yml +++ b/.github/workflows/LintingAutoFix.yml @@ -18,7 +18,7 @@ jobs: uses: rokroskar/workflow-run-cleanup-action@v0.3.3 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} - uses: actions/setup-node@v2 diff --git a/.github/workflows/WikiLinks.yml b/.github/workflows/WikiLinks.yml index 150d0e550f..6dfe4c5a67 100644 --- a/.github/workflows/WikiLinks.yml +++ b/.github/workflows/WikiLinks.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Checking if Wiki Links return Code 200 run: | bash src/links/check_links.sh diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 67e7ec4c9f..4d3482be85 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -8,5 +8,5 @@ jobs: uses: rokroskar/workflow-run-cleanup-action@v0.3.3 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: docker build --no-cache -t webapp . diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b261897d14..b8d3028ddc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/master-protection.yml b/.github/workflows/master-protection.yml index ad1e7f1d8d..661de3fbfb 100644 --- a/.github/workflows/master-protection.yml +++ b/.github/workflows/master-protection.yml @@ -14,7 +14,7 @@ jobs: uses: rokroskar/workflow-run-cleanup-action@v0.3.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 - name: Check Tag run: | diff --git a/.github/workflows/npm_audit.yml b/.github/workflows/npm_audit.yml index 1bbf4eb619..f815cbe228 100644 --- a/.github/workflows/npm_audit.yml +++ b/.github/workflows/npm_audit.yml @@ -12,7 +12,7 @@ jobs: uses: rokroskar/workflow-run-cleanup-action@v0.3.3 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run a one-line script run: | sudo npm install -g audit-ci diff --git a/.github/workflows/npm_update_check.yml b/.github/workflows/npm_update_check.yml index d74240421f..f4305c2a61 100644 --- a/.github/workflows/npm_update_check.yml +++ b/.github/workflows/npm_update_check.yml @@ -8,7 +8,7 @@ jobs: npm: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: npm install - uses: MeilCli/npm-update-check-action@v4 id: outdated diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a0bbf37d59..a9ac4fc202 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 60 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v2 with: node-version: '14.x'