Skip to content

Commit 7f8cb2d

Browse files
📦 Update subpackage devDependencies (#40004)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45422b5 commit 7f8cb2d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
orbs:
44
browser-tools: circleci/[email protected]
55
codecov: codecov/[email protected]
6-
macos: circleci/[email protected].0
6+
macos: circleci/[email protected].1
77
node: circleci/[email protected]
88

99
push_and_pr_builds: &push_and_pr_builds

‎.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
41+
uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
4242
with:
4343
config-file: ./.github/codeql/config.yml
4444
languages: ${{ matrix.language }}
4545

4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
47+
uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
4848
with:
4949
category: '/language:${{matrix.language}}'

‎.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272

7373
# Upload the results to GitHub's code scanning dashboard.
7474
- name: 'Upload to code-scanning'
75-
uses: github/codeql-action/upload-sarif@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
75+
uses: github/codeql-action/upload-sarif@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
7676
with:
7777
sarif_file: results.sarif

0 commit comments

Comments
 (0)