diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4ddf3594..064c726c 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@cdf488f595d80d6e07e03d4674febd5ab45fa938 with: languages: ${{ matrix.language }} queries: +security-and-quality - name: Autobuild - uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e + uses: github/codeql-action/autobuild@cdf488f595d80d6e07e03d4674febd5ab45fa938 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e + uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 with: category: '/language:${{ matrix.language }}' diff --git a/.github/workflows/react-doctor.yml b/.github/workflows/react-doctor.yml index 73ed3728..fcc947a8 100644 --- a/.github/workflows/react-doctor.yml +++ b/.github/workflows/react-doctor.yml @@ -24,6 +24,6 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: millionco/react-doctor@01820bb4fd4d0a4aebcd8df2b2a143a098649cb2 + - uses: millionco/react-doctor@013f7373f91a3b9e68bd1dc7d4d354f4b041b117 with: version: 0.7.4