diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ae95396..796ceab9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: run: | echo '${{ github.event.action }}' - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Dependencies run: npm ci --no-progress --ignore-scripts=false @@ -34,7 +34,7 @@ jobs: run: | echo '${{ github.event.action }}' - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Dependencies run: npm ci --no-progress --ignore-scripts=false @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.actor != 'dependabot[bot]' }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./ with: repo-token: '${{ secrets.GITHUB_TOKEN }}' @@ -71,7 +71,7 @@ jobs: echo '${{ github.event.action }}' - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Dependencies run: npm ci --no-progress --ignore-scripts=false diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d86c3149..6e077d3e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL