Skip to content

Commit 681ac47

Browse files
chore(deps): bump the github-actions group across 1 directory with 4 updates
--- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.36.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action/autobuild dependency-version: 4.36.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action/init dependency-version: 4.36.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: millionco/react-doctor dependency-version: 2.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd41111 commit 681ac47

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
persist-credentials: false
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
32+
uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9
3333
with:
3434
languages: ${{ matrix.language }}
3535
queries: +security-and-quality
3636

3737
- name: Autobuild
38-
uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
38+
uses: github/codeql-action/autobuild@99df26d4f13ea111d4ec1a7dddef6063f76b97e9
3939

4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
41+
uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9
4242
with:
4343
category: "/language:${{ matrix.language }}"

.github/workflows/react-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
persist-credentials: false
26-
- uses: millionco/react-doctor@0b4f4f4bd248a154e64eb508a48347f71154b3f3
26+
- uses: millionco/react-doctor@938008119a288f2fb47c66a69cd9279a21f31784

0 commit comments

Comments
 (0)