diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6082fc6..9064086 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,15 +29,15 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e + uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a with: languages: ${{ matrix.language }} queries: +security-and-quality - name: Autobuild - uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e + uses: github/codeql-action/autobuild@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e + uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a with: category: '/language:${{ matrix.language }}' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a308097..fc63b96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: node-version: '18' - name: cache package-lock.json - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: package-temp-dir key: lock-${{ github.sha }} @@ -37,7 +37,7 @@ jobs: - name: cache node_modules id: node_modules_cache_id - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: node_modules-${{ hashFiles('**/package-temp-dir/package-lock.json') }} @@ -55,13 +55,13 @@ jobs: persist-credentials: false - name: restore cache from package-lock.json - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: package-temp-dir key: lock-${{ github.sha }} - name: restore cache from node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: node_modules-${{ hashFiles('**/package-temp-dir/package-lock.json') }} @@ -80,13 +80,13 @@ jobs: persist-credentials: false - name: restore cache from package-lock.json - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: package-temp-dir key: lock-${{ github.sha }} - name: restore cache from node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: node_modules-${{ hashFiles('**/package-temp-dir/package-lock.json') }} @@ -105,13 +105,13 @@ jobs: persist-credentials: false - name: restore cache from package-lock.json - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: package-temp-dir key: lock-${{ github.sha }} - name: restore cache from node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: node_modules-${{ hashFiles('**/package-temp-dir/package-lock.json') }} diff --git a/.github/workflows/react-doctor.yml b/.github/workflows/react-doctor.yml index 29d6f76..fc244b8 100644 --- a/.github/workflows/react-doctor.yml +++ b/.github/workflows/react-doctor.yml @@ -19,4 +19,4 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: millionco/react-doctor@0b4f4f4bd248a154e64eb508a48347f71154b3f3 + - uses: millionco/react-doctor@ced746f518f11e8283d488c4ff31c44e478bb0e5