From db153baf731265ad02cd490b07f470e2d55e3345 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 2 Oct 2023 18:09:57 -0600 Subject: [PATCH] chore: clean up test (#1627) --- .github/workflows/codacy-analysis.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/issue-comment-test.yml | 2 -- .github/workflows/manual-test.yml | 2 +- .github/workflows/matrix-test.yml | 4 ++-- .github/workflows/sync-release-version.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 7 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 72b5fd12..3ed75966 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -29,7 +29,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@v4 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 245d11b5..80b78e0f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/issue-comment-test.yml b/.github/workflows/issue-comment-test.yml index 8dec31e2..2c765dd6 100644 --- a/.github/workflows/issue-comment-test.yml +++ b/.github/workflows/issue-comment-test.yml @@ -18,7 +18,6 @@ jobs: uses: actions/checkout@v4 with: submodules: true - ref: chore/clean-up-test fetch-depth: 0 - name: Dump GitHub context @@ -104,7 +103,6 @@ jobs: uses: actions/checkout@v4 with: submodules: true - ref: chore/clean-up-test fetch-depth: 0 - name: Dump GitHub context diff --git a/.github/workflows/manual-test.yml b/.github/workflows/manual-test.yml index 9fb3e70f..a683cac6 100644 --- a/.github/workflows/manual-test.yml +++ b/.github/workflows/manual-test.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 diff --git a/.github/workflows/matrix-test.yml b/.github/workflows/matrix-test.yml index 9a5e852c..ab3016d6 100644 --- a/.github/workflows/matrix-test.yml +++ b/.github/workflows/matrix-test.yml @@ -14,7 +14,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Get changed files @@ -38,7 +38,7 @@ jobs: fail-fast: false steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@v4 - name: Test run: | echo ${{ matrix.files }} diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 2644f7da..448a6e84 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -8,7 +8,7 @@ jobs: update-version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Run release-tagger diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 09c4326a..3d74ef96 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -9,7 +9,7 @@ jobs: sync-assets: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@v4 with: fetch-depth: 0