From 98387e9478d8a7a84db906047a6245ebfa2070a7 Mon Sep 17 00:00:00 2001 From: Kenneth Yang Date: Mon, 9 Oct 2023 16:31:19 -0700 Subject: [PATCH] Updated action versions --- .github/workflows/autoformat-and-lint.yml | 6 +++--- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .idea/misc.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/autoformat-and-lint.yml b/.github/workflows/autoformat-and-lint.yml index 4ca7dcf..6d5eee3 100644 --- a/.github/workflows/autoformat-and-lint.yml +++ b/.github/workflows/autoformat-and-lint.yml @@ -14,14 +14,14 @@ jobs: steps: - name: 🛎 Checkout if: github.event.pull_request.user.login != 'dependabot[bot]' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} token: ${{ secrets.WORKFLOW_COMMIT }} - name: 🤖🛎 Bot Checkout if: github.event.pull_request.user.login == 'dependabot[bot]' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} @@ -42,7 +42,7 @@ jobs: - name: ✅ Commit code format changes if: github.event.pull_request.user.login != 'dependabot[bot]' - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Autoformat code" diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f1d27f6..d8ff90e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index b422dba..6f44bbb 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 'Dependency Review' uses: actions/dependency-review-action@v3 \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 1f62da7..060f1a7 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,7 +1,7 @@ - \ No newline at end of file