Skip to content

Commit f0152a5

Browse files
📦 Update subpackage devDependencies (#40185)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c9f5539 commit f0152a5

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

‎.circleci/config.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ orbs:
44
browser-tools: circleci/browser-tools@1.4.8
55
codecov: codecov/codecov@4.2.0
66
macos: circleci/macos@2.5.2
7-
node: circleci/node@6.1.0
7+
node: circleci/node@6.3.0
88

99
push_and_pr_builds: &push_and_pr_builds
1010
filters:
@@ -65,7 +65,7 @@ executors:
6565
resource_class: xlarge
6666
jdk-docker-2xlarge:
6767
docker:
68-
- image: cimg/openjdk:21.0.2-node
68+
- image: cimg/openjdk:21.0.4-node
6969
resource_class: 2xlarge
7070
macos-medium:
7171
macos:

‎.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@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
41+
uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
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@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
47+
uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
4848
with:
4949
category: '/language:${{matrix.language}}'

‎.github/workflows/scorecard.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ jobs:
6464
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565
# format to the repository Actions tab.
6666
- name: 'Upload artifact'
67-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
67+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
6868
with:
6969
name: SARIF file
7070
path: results.sarif
7171
retention-days: 5
7272

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

‎third_party/amp-toolbox-cache-url/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@ampproject/rollup-plugin-closure-compiler": "0.27.0",
3636
"eslint": "9.12.0",
3737
"eslint-config-google": "0.14.0",
38-
"jasmine": "5.3.1",
38+
"jasmine": "5.4.0",
3939
"karma": "6.4.4",
4040
"karma-chrome-launcher": "3.2.0",
4141
"karma-jasmine": "5.1.0",

0 commit comments

Comments
 (0)